Commit Graph

8946 Commits

Author SHA1 Message Date
Angelos Chalaris
9e423e8c5b Merge pull request #72 from wiktoriatomzik/master
Typo: "sring" -> "string"
2019-07-18 08:21:19 +03:00
Angelos Chalaris
45d6158187 Merge pull request #70 from jerobado/fix-typo-01
Fix some typos
2019-07-18 08:20:49 +03:00
Angelos Chalaris
e28ba07e70 Merge pull request #66 from kuingsamlee/master
fixed count_vowels function return value error.
2019-07-18 08:18:50 +03:00
Angelos Chalaris
94d41fbf6f Merge branch 'master' into master 2019-07-18 08:18:40 +03:00
Angelos Chalaris
be0d1cbaf1 Merge pull request #57 from mattveraldi/fix-keys_only
Solved issue #53
2019-07-18 08:11:50 +03:00
30secondsofcode
01a02b202a Travis build: 1289 [cron] 2019-07-11 16:12:06 +00:00
Angelos Chalaris
ae9eaee179 Merge pull request #145 from 30-seconds/dependabot/npm_and_yarn/lodash-4.17.14
Build(deps): Bump lodash from 4.17.11 to 4.17.14
2019-07-11 11:16:12 +03:00
30secondsofcode
5eb9bb3187 Travis build: 1287 2019-07-11 07:22:52 +00:00
Angelos Chalaris
b9d2a302c5 Merge pull request #996 from 30-seconds/dependabot/npm_and_yarn/merge-1.2.1
Build(deps): Bump merge from 1.2.0 to 1.2.1
2019-07-11 10:19:56 +03:00
dependabot[bot]
640126bfbb Build(deps): Bump merge from 1.2.0 to 1.2.1
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/yeikos/js.merge/releases)
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 07:15:20 +00:00
dependabot[bot]
2d45b1ca4b Build(deps): Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 07:14:54 +00:00
Angelos Chalaris
138b7d9332 Merge pull request #144 from 30-seconds/dependabot/npm_and_yarn/lodash.mergewith-4.6.2
Build(deps): Bump lodash.mergewith from 4.6.1 to 4.6.2
2019-07-11 08:31:23 +03:00
30secondsofcode
8b091615dc Travis build: 1283 2019-07-11 05:30:42 +00:00
dependabot[bot]
7d3ccc094a Build(deps): Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 05:29:40 +00:00
Angelos Chalaris
4e5262028f Merge pull request #995 from 30-seconds/dependabot/npm_and_yarn/lodash-4.17.14
Build(deps): Bump lodash from 4.17.10 to 4.17.14
2019-07-11 08:27:07 +03:00
dependabot[bot]
73aeb9c844 Build(deps): Bump lodash from 4.17.10 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 01:43:09 +00:00
Angelos Chalaris
77d8ab9186 Merge pull request #79 from SarvasvX/patch-1
Fixed error in code
2019-07-10 00:20:37 +03:00
Sarvasv Arora
63c84b7daa Fixed error in code
len() was used twice, which produced error. Fixed that.
Also included print() statements, so that the function call actually prints the no. of vovels.
2019-07-09 21:35:57 +05:30
30secondsofcode
242de6470c Travis build: 1274 [cron] 2019-07-05 16:07:52 +00:00
30secondsofcode
c908876d7b Travis build: 1272 2019-07-04 20:26:55 +00:00
Angelos Chalaris
3e4436e9a2 Merge pull request #993 from jaywengrow/change-falsey-to-falsy
FIX(snippet): Changing instances of the word falsey to falsy
2019-07-04 23:24:02 +03:00
Jay Wengrow
30eb6072c3 Changing instances of the word falsey to falsy for consistency sake, and especially as there is the array FilterFalsy function that is spelled without an e. 2019-07-04 14:41:14 -05:00
30secondsofcode
3933cce671 Travis build: 1267 [cron] 2019-07-01 16:06:43 +00:00
30secondsofcode
d76a5bf575 Travis build: 1265 2019-07-01 05:04:31 +00:00
Angelos Chalaris
f58b7faf9e Merge pull request #992 from 30-seconds/clarification-of-stringification
Clarify that keys are being stringified
2019-07-01 08:00:45 +03:00
Robert Mennell
b3db3768fd Clarify that keys are being stringified
We may also want to mention the edge case of more complex operations in another PR
2019-06-30 09:55:54 -07:00
30secondsofcode
468e16d479 Travis build: 1257 [cron] 2019-06-26 16:04:45 +00:00
30secondsofcode
0d683277af Travis build: 1255 2019-06-26 05:38:00 +00:00
Christian C. Salvadó
f4df77d62f fix(tests): expectations of some async test where not working (#989) 2019-06-26 08:35:24 +03:00
Angelos Chalaris
3deff54251 Merge pull request #64 from iamdidev/patch-1
Replace `map` with `forEach`
2019-06-24 08:37:35 +03:00
iamdi
8e084d3412 Replace map with forEach
`forEach` is more semantically correct to use in the MultiselectCheckbox example.

Codesandbox with `forEach` https://codesandbox.io/s/30-seconds-of-react-multiselectcheckbox-tk9qf
2019-06-23 08:59:25 +10:00
Angelos Chalaris
a170bd18c3 Merge pull request #143 from christianrank/fix/better-visible-color
[FIX] use darker color to have a clear contrast
2019-06-22 11:03:17 +03:00
Christian Rank
53fb8e67e6 fix: use darker color to have a clear contrast 2019-06-21 12:05:52 +02:00
30secondsofcode
c89fd04ced Travis build: 1246 [cron] 2019-06-18 16:05:12 +00:00
30secondsofcode
d8a1813810 Travis build: 1244 2019-06-18 05:38:02 +00:00
Christian C. Salvadó
83a6a6ea32 [ENHANCEMENT] Properly configure eslint to work with jest (#988)
* chore: make aware eslint that we use jest

By setting up the jest environment, we no longer need to declare the
'test' global in the configuration.

* chore: don't need to import expect, it's a jest environment global

* chore: don't need to import expect when creating undefined test
2019-06-18 08:34:45 +03:00
30secondsofcode
3cafbf43f1 Travis build: 1239 [cron] 2019-06-14 15:58:19 +00:00
30secondsofcode
6831508aa4 Travis build: 1237 2019-06-14 06:06:59 +00:00
Angelos Chalaris
4b6affd8d3 Update web.js 2019-06-14 09:04:11 +03:00
30secondsofcode
6f6d736494 Travis build: 1235 [cron] 2019-06-13 15:58:26 +00:00
30secondsofcode
e970ed2d2c Travis build: 1233 2019-06-13 05:07:40 +00:00
Angelos Chalaris
2b4eb72ff2 Merge pull request #985 from cms/fix-min-max-date
[ENHANCEMENT] Simplify min and max date functions
2019-06-13 08:04:52 +03:00
Christian C. Salvado
c19d3a8506 fix: simplify the maxDate function implementation 2019-06-12 11:15:54 -06:00
Christian C. Salvado
5366d536da fix: typo on minDate test description 2019-06-12 11:15:49 -06:00
Christian C. Salvado
40051c15fc fix: simplify minDate implementation 2019-06-12 11:15:33 -06:00
30secondsofcode
0e9c5969d9 Travis build: 1229 [cron] 2019-06-10 15:57:27 +00:00
30secondsofcode
d716ef5cd7 Travis build: 1227 2019-06-09 19:07:28 +00:00
Angelos Chalaris
645c78f286 Merge pull request #982 from TakuyaTaniguchi/master
FIX Extra line break
2019-06-09 22:04:25 +03:00
TakuyaTaniguchi
22eeedc3c5 FIX Extra line break
remove Extra line break
2019-06-09 23:15:03 +09:00
30secondsofcode
9a9d50a582 Travis build: 1223 [cron] 2019-06-07 15:56:51 +00:00