Angelos Chalaris
18c920d9c0
Merge pull request #937 from mkopa/935-isNumber
...
[FIX] #935 isNumber is wrong for NaN
2019-03-19 09:42:31 +02:00
30secondsofcode
624d82f5d6
Travis build: 1072
2019-03-19 07:41:59 +00:00
Angelos Chalaris
9d2699e4ec
Update isNumber.md
2019-03-19 09:41:49 +02:00
Dan Howe
db3f055b27
Improve arrayToCSV to escape quotes in strings and un-quote numeric values.
2019-03-18 23:16:19 +10:00
30secondsofcode
e731880448
Travis build: 1068
2019-03-18 06:32:40 +00:00
Angelos Chalaris
cf199b59fd
Update checkProp.md
2019-03-18 08:29:42 +02:00
30secondsofcode
2b7aa41f45
Travis build: 1066
2019-03-17 15:13:05 +00:00
Robert Mennell
6d1699f153
Merge pull request #940 from skatcat31/master
...
[FEATURE] add checkProp utility function for inspecting objects
2019-03-17 08:10:07 -07:00
Robert Mennell
6f4f031161
add missing parens
2019-03-17 08:09:25 -07:00
30secondsofcode
3430cafb2d
Travis build: 1064
2019-03-17 12:36:20 +00:00
Robert Mennell
9dff53a871
Create checkProp.md
...
Adds a simple `checkProp` factory function for re-usable utility predicates.
The reason the predicate comes before the prop is to signify the predicate will be called with the prop, however I have no desire to make that a hard requirement. Order can easily be changed.
2019-03-16 18:53:00 -07:00
30secondsofcode
23260b9326
Travis build: 1060 [cron]
2019-03-16 15:17:57 +00:00
Marcin Kopa
daa6b26c4f
Fix isNumber snippet and add test for NaN value
2019-03-15 10:45:05 +01:00
SADIK KUZU
a95038ce7b
date typo
2019-03-08 11:44:59 +03:00
30secondsofcode
1936064932
Travis build: 1043
2019-03-05 18:13:20 +00:00
Bejamin Schachter
675d281422
fix: differenceBy.md --> update differenceBy.test.js
2019-03-05 12:26:06 -05:00
30secondsofcode
7fad5e8315
Travis build: 1037
2019-03-03 00:10:36 +00:00
Havan Agrawal
a51cc730b5
Minor typo fix
2019-03-02 12:43:59 -08:00
30secondsofcode
c3445584e4
Travis build: 1033
2019-03-01 17:48:12 +00:00
30secondsofcode
fb39acfdc5
Travis build: 1026
2019-02-28 18:05:29 +00:00
30secondsofcode
390af97556
Travis build: 1019
2019-02-25 06:42:36 +00:00
Angelos Chalaris
a9878bf18e
Update vectorDistance.md
2019-02-25 08:30:50 +02:00
Angelos Chalaris
a2708ebbac
Update vectorDistance.md
2019-02-25 08:30:33 +02:00
Yusof Bandar
de8bf3b1d1
Create vectorDistance.md
2019-02-23 17:13:48 +00:00
30secondsofcode
9673f5753b
Travis build: 1012
2019-02-23 10:50:43 +00:00
Angelos Chalaris
b12de6d1d9
Fix issues with #922
2019-02-23 12:47:03 +02:00
Angelos Chalaris
7e2f447870
Fix issues with #922
2019-02-23 12:38:16 +02:00
30secondsofcode
7931ea3a16
Travis build: 996
2019-02-12 20:42:35 +00:00
30secondsofcode
19c60a6798
Travis build: 989
2019-02-09 09:36:32 +00:00
30secondsofcode
7dffb51b2f
Travis build: 961
2019-01-16 21:43:21 +00:00
30secondsofcode
e7ff7d722e
Travis build: 955
2019-01-14 05:42:56 +00:00
Robert Mennell
4566aa28f4
Explain next tick logic
...
It was something we forgot and that we don't want to forget. Sending it onto the event loop prevents us from blocking with a long operation, allowing other things on the event loop to happen before a take a possibly long time
2019-01-13 12:49:50 -08:00
30secondsofcode
af056bcbb0
Travis build: 950
2019-01-12 09:53:39 +00:00
Angelos Chalaris
ac3223405b
Fixed issues with deepClone, built everything
2019-01-12 11:42:14 +02:00
Angelos Chalaris
83f1569998
Resolve #906
2019-01-12 11:07:04 +02:00
Jy
ec07c51b1f
Fix deepClone edge case
2019-01-11 14:52:53 +08:00
30secondsofcode
ac8ec88ab0
Travis build: 942
2019-01-09 18:13:53 +00:00
30secondsofcode
2d445ddd68
Travis build: 940
2019-01-09 17:51:33 +00:00
Angelos Chalaris
12ae4983e8
Merge branch 'create-folder-if-not-exists'
2019-01-09 19:44:14 +02:00
Angelos Chalaris
404ab9a53f
Merge branch 'tomorrow'
2019-01-09 19:25:45 +02:00
Angelos Chalaris
373c3fa7fc
Final cleanup of tomorrow snippet
2019-01-09 19:21:24 +02:00
30secondsofcode
f69ea41209
Travis build: 909
2018-12-17 09:43:27 +00:00
Angelos Chalaris
c48e481170
Merge branch 'master' into compact-whitespace
2018-12-15 15:01:27 +02:00
30secondsofcode
00575a8ba4
Travis build: 901
2018-12-12 22:06:03 +00:00
Angelos Chalaris
d9f06bf433
Merge pull request #889 from RobertAKARobin/feature/chainasync-updates
...
[FEATURE] chainAsync update: last function shouldn't get 'next' as argument
2018-12-13 00:03:10 +02:00
RobertAKARobin
6045300bcf
Further addressed comments by @skatcat31
2018-12-12 15:53:48 -06:00
Angelos Chalaris
2eacc08031
Merge branch 'master' into create-folder-if-not-exists
2018-12-12 19:29:40 +02:00
Angelos Chalaris
02ec246ced
Merge branch 'master' into compact-whitespace
2018-12-12 19:28:56 +02:00
30secondsofcode
412b7a05e9
Travis build: 894
2018-12-12 17:28:50 +00:00
Angelos Chalaris
9c2277261a
Add createDirIfNotExists snippet
2018-12-12 19:25:16 +02:00