Lucas Gabriel Schneider
4c5ad3ab6e
Fixing bot error
2019-04-08 11:25:31 -03:00
Schneider
4b37bf6ef5
Fix snippets typos
2019-04-08 11:21:59 -03:00
30secondsofcode
27b26630ab
Travis build: 1100
2019-04-08 05:41:51 +00:00
Angelos Chalaris
1654380bb5
Merge pull request #934 from dimensi/master
...
add serializeForm snippet
2019-04-08 08:39:06 +03:00
Angelos Chalaris
414b5ff8de
Update serializeForm.md
2019-04-08 08:38:00 +03:00
Angelos Chalaris
b1d9b8620d
Update formToObject.md
2019-04-08 08:36:00 +03:00
30secondsofcode
415f5b46b9
Travis build: 1081
2019-03-23 12:11:32 +00:00
30secondsofcode
54ec7f14db
Travis build: 1074
2019-03-19 07:46:09 +00:00
Angelos Chalaris
c1abc7a12b
Merge pull request #937 from mkopa/935-isNumber
...
[FIX] #935 isNumber is wrong for NaN
2019-03-19 09:42:31 +02:00
30secondsofcode
fdfb1a9b52
Travis build: 1072
2019-03-19 07:41:59 +00:00
Angelos Chalaris
a5b0abeb36
Update isNumber.md
2019-03-19 09:41:49 +02:00
Dan Howe
74e212fb9a
Improve arrayToCSV to escape quotes in strings and un-quote numeric values.
2019-03-18 23:16:19 +10:00
30secondsofcode
9fbb61c79c
Travis build: 1068
2019-03-18 06:32:40 +00:00
Angelos Chalaris
611c0132fe
Update checkProp.md
2019-03-18 08:29:42 +02:00
30secondsofcode
3d96e30092
Travis build: 1066
2019-03-17 15:13:05 +00:00
Robert Mennell
3e54f32435
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
db377f79ca
add missing parens
2019-03-17 08:09:25 -07:00
30secondsofcode
c2fc4dd52e
Travis build: 1064
2019-03-17 12:36:20 +00:00
Robert Mennell
54ed736e28
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
e5de2db600
Travis build: 1060 [cron]
2019-03-16 15:17:57 +00:00
Nikita
670abc519e
update descriptions
2019-03-15 13:16:03 +03:00
Nikita
c7fb5aa189
add test, update tags, update description
2019-03-15 12:54:57 +03:00
Marcin Kopa
0daced5fd5
Fix isNumber snippet and add test for NaN value
2019-03-15 10:45:05 +01:00
Nikita
5939e3fb27
add formToObject
2019-03-13 15:50:06 +03:00
Nikita
db1cbbcb77
add serializeForm snippet
2019-03-13 15:29:45 +03:00
SADIK KUZU
e2c87cf48e
date typo
2019-03-08 11:44:59 +03:00
30secondsofcode
08c9806c72
Travis build: 1043
2019-03-05 18:13:20 +00:00
Bejamin Schachter
d26eb7d2a6
fix: differenceBy.md --> update differenceBy.test.js
2019-03-05 12:26:06 -05:00
30secondsofcode
8b1d5bbd3e
Travis build: 1037
2019-03-03 00:10:36 +00:00
Havan Agrawal
d235e94167
Minor typo fix
2019-03-02 12:43:59 -08:00
30secondsofcode
1d84a5bf9b
Travis build: 1033
2019-03-01 17:48:12 +00:00
30secondsofcode
8e22f9495b
Travis build: 1026
2019-02-28 18:05:29 +00:00
30secondsofcode
ffc7d2aeb8
Travis build: 1019
2019-02-25 06:42:36 +00:00
Angelos Chalaris
9426b39365
Update vectorDistance.md
2019-02-25 08:30:50 +02:00
Angelos Chalaris
2c39c8a362
Update vectorDistance.md
2019-02-25 08:30:33 +02:00
Yusof Bandar
af9be08f36
Create vectorDistance.md
2019-02-23 17:13:48 +00:00
30secondsofcode
240e38b4a0
Travis build: 1012
2019-02-23 10:50:43 +00:00
Angelos Chalaris
9c607d00f2
Fix issues with #922
2019-02-23 12:47:03 +02:00
Angelos Chalaris
1a11040313
Fix issues with #922
2019-02-23 12:38:16 +02:00
30secondsofcode
6cd727c0e0
Travis build: 996
2019-02-12 20:42:35 +00:00
30secondsofcode
e0786a8944
Travis build: 989
2019-02-09 09:36:32 +00:00
30secondsofcode
2313ee266a
Travis build: 961
2019-01-16 21:43:21 +00:00
30secondsofcode
8786e79777
Travis build: 955
2019-01-14 05:42:56 +00:00
Robert Mennell
52da0bbcac
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
afe2e11ee4
Travis build: 950
2019-01-12 09:53:39 +00:00
Angelos Chalaris
af0f433975
Fixed issues with deepClone, built everything
2019-01-12 11:42:14 +02:00
Angelos Chalaris
4e39c4020b
Resolve #906
2019-01-12 11:07:04 +02:00
Jy
09e2709fa4
Fix deepClone edge case
2019-01-11 14:52:53 +08:00
30secondsofcode
ec24d224fd
Travis build: 942
2019-01-09 18:13:53 +00:00
30secondsofcode
3b6b7bb1bd
Travis build: 940
2019-01-09 17:51:33 +00:00