Commit Graph

1866 Commits

Author SHA1 Message Date
Mark Thomson abf62e4868
findRight is actually findLast
Not sure if this was renamed at some point but there's no "findRight" in lodash, just findLast.

https://lodash.com/docs/4.17.15#findLast
2020-05-01 16:10:22 -07:00
Rico Sta. Cruz cb4e03077f
Merge pull request #1400 from srph/patch-1
React Hooks: Add deps to useEffect
2020-04-04 10:19:15 +11:00
Kier Borromeo a652d427eb
Add deps to useEffect 2020-04-04 04:54:30 +08:00
Rico Sta. Cruz 447de944e4
Merge pull request #1176 from saulmestanza/patch-1
Update phoenix-migrations.md
2020-02-23 20:38:01 +11:00
Rico Sta. Cruz 0c7e52aafc
Merge pull request #1366 from tommic/patch-1
Adding command to update autoloader files
2020-02-23 20:37:45 +11:00
Rico Sta. Cruz a2019a2aa1
Update composer.md 2020-02-23 20:37:33 +11:00
Rico Sta. Cruz 9c8df067e5
Merge pull request #1316 from johnramsden/master
Fix: Use room and remove user from gitter room link
2020-02-23 20:35:45 +11:00
Rico Sta. Cruz ded62323ec
Merge pull request #1363 from aarti/patch-1
[YAML]: Add Reference content
2020-02-23 20:35:22 +11:00
Rico Sta. Cruz 132babca6e
Update yaml.md 2020-02-23 20:34:51 +11:00
Rico Sta. Cruz ebd538f1f6
Merge pull request #1365 from ivorscott/patch-1
Display -i, --include
2020-02-23 20:33:52 +11:00
Rico Sta. Cruz ecf5282f1f
Merge pull request #1367 from a-b/patch-1
Add bash $_ last argument of the previous command
2020-02-23 20:32:59 +11:00
Rico Sta. Cruz 1caa08f0ca
Merge pull request #1368 from Qwerty-Space/patch-2
Command to convert newlines from Windows to Unix
2020-02-23 20:32:46 +11:00
Rico Sta. Cruz d8b2a29afa
Update vim.md 2020-02-23 20:32:37 +11:00
Qwerty-Space 9ba6e49d36
Command to convert newlines from Windows to Unix 2020-02-21 23:10:35 +00:00
Alexander Berezovsky d0da7addd5
Add bash $_ last argument of the previous command 2020-02-20 12:11:57 -08:00
tommic 187fc495d3
Adding command to update autoloader files 2020-02-20 18:20:47 +01:00
Ivor Scott 4570737d5c
Display -i, --include
Include the HTTP-header in the output
2020-02-18 19:25:39 +01:00
aarti cf52d5d7e3
Add Reference content 2020-02-17 15:13:10 -08:00
Rico Sta. Cruz b5cd93a09f
Merge pull request #1163 from ZhdanovMV/patch-1
Update phoenix-migrations.md
2020-02-13 22:02:14 +11:00
Rico Sta. Cruz 2b6aeb322c
Merge pull request #1164 from A1RO/A1RO-patch-1
Swap "Previous/next end of word" shortcuts in vim.md
2020-02-13 22:01:56 +11:00
Rico Sta. Cruz 925abb960b
Merge pull request #1256 from glazec/patch-1
fix docker bug when building development environment
2020-02-13 22:01:36 +11:00
Rico Sta. Cruz 9490cf3adf
Merge pull request #1319 from filipve1994/patch-1
Update git-branch.md
2020-02-13 21:52:45 +11:00
Rico Sta. Cruz d65e607ae2
Merge pull request #1318 from sebrink/master
Fixed tmux attach.
2020-02-13 21:52:29 +11:00
Rico Sta. Cruz 2b20b8549a
Merge pull request #1339 from r3s/patch-2
Update go.md
2020-02-13 21:52:15 +11:00
Rico Sta. Cruz ebe8a85148
Merge pull request #1340 from Gennnji/patch-1
Update rollup.md
2020-02-13 21:50:28 +11:00
Rico Sta. Cruz 5342ff47df
Merge pull request #1349 from Ethereum77/patch-2
Update emmet.md
2020-02-13 21:50:07 +11:00
Rico Sta. Cruz 0db542841d
Merge pull request #1356 from JapMul/patch-1
Update moment.md
2020-02-13 21:49:47 +11:00
Rico Sta. Cruz 25ca53525c
Merge pull request #1357 from pixmin/master
Add tmux shortcut to show pane numbers
2020-02-13 21:49:34 +11:00
Rico Sta. Cruz f58b5070c0
Merge pull request #1358 from mercedesb/patch-1
Updated accessing a single prop's value
2020-02-13 21:49:25 +11:00
Mercedes d55d4f9fc8
Updated accessing a single prop's value
Instead of `.props('name')`, use `.prop('name')` to access a single prop's value for testing
2020-02-12 13:06:28 -06:00
Gaëtan PRIOUR 2d70df1fbb Add tmux shortcut to show pane numbers 2020-02-12 15:20:02 +01:00
Jap a0e23ed4f4
Update moment.md
Separated the format function to avoid confusion. Old syntax made it look like these functions could be chained.
2020-02-12 10:56:48 +01:00
Ethereum77 a4e0b6c7df Update emmet.md 2020-02-08 10:38:24 +03:00
Genji e5fbc750ff
Update rollup.md 2020-01-29 16:43:22 +03:00
Rahul 0e9b7337ab
Update go.md
Added the usage of WaitGroup in go
2020-01-29 18:09:27 +05:30
Rico Sta. Cruz 48a96fd920
add uninstall command (#1322)
add uninstall command
2020-01-28 11:04:28 +11:00
Rico Sta. Cruz ffdf83a45f
Update knex.md with seed docs. (#1328)
Update knex.md with seed docs.
2020-01-28 11:04:14 +11:00
Rico Sta. Cruz 30ca1950aa
bash: fix line reading example (#1336)
bash: fix line reading example
2020-01-28 11:02:45 +11:00
Matthew Pfeiffer 0b8a65c575 bash: fix line reading example
`< file.txt | cmd` only works in zsh, not bash (as of bash 5.0.11).
2020-01-24 21:07:10 -05:00
Rico Sta. Cruz 4704baedfa
Merge pull request #1323 from erok415/patch-2
Update git-branch.md
2020-01-20 16:16:15 +11:00
Rico Sta. Cruz 85ed8e15aa
Update git-branch.md 2020-01-20 16:15:41 +11:00
Rico Sta. Cruz b81b7b73c9
Update git-branch.md 2020-01-20 16:15:24 +11:00
Rico Sta. Cruz ada2e95afb
escape characters for string (#1324)
escape characters for string
2020-01-20 16:14:26 +11:00
Rico Sta. Cruz 08773a877a
Update git-branch.md (#1329)
Update git-branch.md
2020-01-20 16:14:10 +11:00
Rico Sta. Cruz ef74b689ef
Update git-branch.md 2020-01-20 16:13:57 +11:00
Rahul fd9ccf25d5
Update git-branch.md
To delete a branch already pushed and merged with remote, use `git branch -d $branchname`
2020-01-17 12:51:18 +05:30
Vicente Canales 63bde1e309 add knex seed docs 2020-01-13 18:43:14 -03:00
Nicholas Chen e815651821
escape characters for string
referenced string documentation here: https://docs.python.org/3.9/tutorial/introduction.html
2020-01-10 19:14:13 -05:00
Erik Cochran eb2a0eabe1
Update git-branch.md 2020-01-09 18:45:50 -08:00
Nicholas Chen caa7a045a9
add uninstall command 2020-01-09 14:41:11 -05:00