Honeybar
|
9b51a34dbe
|
Speed up reshaping function of a matrix (#1177)
* Speed up reshaping function
* remove dimension error comment
|
2018-07-19 21:41:07 +02:00 |
|
jos
|
b29e83dcac
|
Updated docs and history (see #1147, #1163)
|
2018-07-14 11:16:11 +02:00 |
|
Eric Mansfield
|
630fe1162f
|
Fixed lint problems
|
2018-07-10 21:28:17 -06:00 |
|
Eric Mansfield
|
fe6593a724
|
Bug fix for engineering mode and precision
|
2018-07-10 21:13:23 -06:00 |
|
jos
|
88263c47c7
|
Woohoo fixed the last lint errors
|
2018-06-13 21:51:09 +02:00 |
|
jos
|
e844004cbf
|
Removed redundant escape characters
|
2018-06-13 21:15:10 +02:00 |
|
jos
|
4254b7413f
|
Dropped support for (non-primitive) instances of Number, Boolean, and String from functions clone and typeof
|
2018-06-13 17:56:18 +02:00 |
|
jos
|
600cfb403a
|
Fix return statement should not contain assignment
|
2018-06-13 17:37:27 +02:00 |
|
jos
|
f1ce473457
|
Consistend camel case naming of variables and functions
|
2018-06-13 16:09:51 +02:00 |
|
jos
|
b1777e3cf9
|
Fixed mixing || and && in expressions
|
2018-06-13 15:38:57 +02:00 |
|
jos
|
b6b36bfd9b
|
Use strict equality checks everywhere (=== and !==)
|
2018-06-13 15:02:21 +02:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
c2777c856b
|
Fixed linting issues "Unexpected template string expression"
|
2018-06-12 21:18:45 +02:00 |
|
jos
|
adccb818ea
|
Replace tabs with spaces
|
2018-06-10 20:51:53 +02:00 |
|
jos
|
024b2a9e26
|
Fix most lint errors using npx standard --fix
|
2018-06-10 20:28:27 +02:00 |
|
jos
|
35329d7db4
|
Move lib to src
|
2018-06-06 14:37:39 +02:00 |
|