Anton Pozhidaev
b407143e5e
xpath: Fix nesting predicates ( #1158 )
...
we need to use `.//` instead of `//` inside the predicate
2020-08-03 22:34:28 +10:00
Luong Vo
269c709c61
go: Add documentation for golang interfaces ( #1332 )
...
* Add documentation for golang interfaces
* Update go.md
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:33:43 +10:00
James Prescott
c03aa5de51
Add example in moment.js cheatsheet ( #1063 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:33:31 +10:00
Andrii Radyk
76acff1923
fix indentation in go.md ( #1076 )
...
fix broken indentation and align indentation with other examples
2020-08-03 22:32:21 +10:00
DJCrashdummy
8747708136
bash: Correct mistakes at $RANDOM ( #1147 )
...
- using `=` just throws an error!
- `200` limits the result to 200 possible numbers starting with 0! so the maximum is 199.
- added `$` straight before `RANDOM` to be on the safe side.
2020-08-03 22:31:11 +10:00
Rico Sta. Cruz
692375e0fc
jsdoc: Update domain name
2020-08-03 22:27:34 +10:00
Maxis Kao
91e7bfe13b
flow: Update doc links ( #1070 )
...
Co-authored-by: Maxis Kao <maxis.kao@shopee.com>
2020-08-03 22:21:29 +10:00
bastianbowe2000
c051140380
docker: Supply more helpful docker run -p description ( #1064 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:21:19 +10:00
Josua Schmid
dec49c3969
Add Slim whitespacing section ( #1385 )
2020-08-03 22:20:05 +10:00
headdetect
aef8d25a92
go: Update "statements in if" use case ( #1199 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:19:23 +10:00
Akshay Kadam (A2K)
9e0dbeddce
Added more header tags & ordered lists ( #1514 )
2020-08-03 22:09:26 +10:00
Sumit Pore
f2066053f8
composer: Add examples of how to pass versions ( #1516 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:08:55 +10:00
Rico Sta. Cruz
7a85a431af
Update Carbon URL
2020-08-02 01:57:04 +10:00
Josh Howe
c719e2899d
[JSDoc] Link to the full list of keywords ( #1506 )
2020-08-02 00:08:38 +10:00
Dario Vladović
36337818d9
bluebird: `Promise.prototype.finally` is standard Promise API method ( #1509 )
2020-08-02 00:08:23 +10:00
Artemee
6a1378f310
Update vim.md ( #1334 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-13 00:13:50 +10:00
Rico Sta. Cruz
cca13c9ca5
Update pubsrv URL
2020-07-13 00:11:51 +10:00
German Capuano
8a9907db52
fix accessibility and search form ( #1501 )
...
Co-authored-by: German Capuano <e@gcapu.com>
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-12 23:34:53 +10:00
Peter de Croos
ed7ad56266
phoenix-migrations: changed precision to apply to decimal ( #1375 )
...
adding `precision: 10, scale: 2` will result in an exception on migration due to malformed sql. precision and scale apply to decimal
2020-07-09 01:38:20 +10:00
小秦
11849e8464
Remove extra closing braces ( #1376 )
2020-07-09 01:37:49 +10:00
Qwerty-Space
2a4cbe953f
vim: Fix two minor errors ( #1370 )
2020-07-09 01:37:24 +10:00
Toni Dezman
16588e2efe
Update to new Minitest namespace synatx ( #1027 )
2020-07-08 10:58:58 +10:00
lsb
5c4b57691f
Fix link to serialization document ( #1013 )
...
This is current as of 972f2e7b12
2020-07-08 10:58:39 +10:00
Rico Sta. Cruz
901f457dc2
Update image sizes
2020-07-08 10:57:33 +10:00
Rico Sta. Cruz
3cf86447a3
Styling: update gray colors
2020-07-07 00:23:12 +10:00
Rico Sta. Cruz
e54458ad9c
Remove some deprecated sheets
2020-07-06 01:54:07 +10:00
Rico Sta. Cruz
68af8e66f6
Delete mongodb.md
2020-07-06 01:50:16 +10:00
Rico Sta. Cruz
afc25b5e1f
Update styling ( #1498 )
2020-07-06 01:35:26 +10:00
Rico Sta. Cruz
c792f1b418
Add introduction sections ( #1497 )
2020-07-06 00:38:31 +10:00
Rico Sta. Cruz
ba699dd29e
Cleanup: fix React formatting
2020-07-05 23:16:32 +10:00
Rico Sta. Cruz
aff701a600
Cleanup: formatting update (2020-07-05) ( #1496 )
2020-07-05 23:13:06 +10:00
Rico Sta. Cruz
6b43bf97da
Cleanup: update timestamps
2020-07-05 21:11:36 +10:00
James Allen
18ebcc9b2e
react: Remove extra ending bracket ( #972 )
2020-07-05 21:07:19 +10:00
Rico Sta. Cruz
45160e4cc7
Tech: fix 301 redirects ( #1495 )
2020-07-05 21:05:57 +10:00
SZ-CHENG HUANG
04f28a1d76
Flow: Fix the example for width subtyping ( #558 )
2020-07-05 21:05:07 +10:00
hyww
a54b580e01
bash: Fix substring expansion with negative offset ( #947 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-05 21:04:28 +10:00
Jakob Schöttl
aff27988e0
vimscript: Function stridx return value is an index ( #988 )
...
* Bugfix: function return value is an index
* White-space change
* Bugfix and clarification
2020-07-05 21:03:07 +10:00
Øyvind Eikeland
42950dfac7
sed: Added command for excluding lines while printing ( #984 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-05 21:02:32 +10:00
Chris Hayes
959b471fb6
lua: Fix elseif conditional typo ( #1157 )
...
`elsif` should be `elseif`
2020-07-05 21:00:15 +10:00
Bryan Dady
31b8a9af45
Add CREATE USER ( #1381 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-05 20:59:47 +10:00
Michael Kreusel
21306a7bfe
httpie: Add raw JSON example ( #1477 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-07-05 20:58:21 +10:00
fREW Schmidt
d20fddb40a
vim: Fix spelling ( #1000 )
2020-07-05 20:57:28 +10:00
Hadrien Lepoutre
a0849391d2
sass: Fix typo ( #1066 )
2020-07-05 20:57:14 +10:00
Mike Hatch
e3cd185414
Formatting: capitalized first letter on some headings ( #1044 )
...
Capitalized first letter on "Keywords," "Description," and "Intro" to be more consistent with document's current style.
2020-07-05 20:56:59 +10:00
Rico Sta. Cruz
bec53c5405
Update CSS to increase contrast
2020-07-05 16:15:00 +10:00
Rico Sta. Cruz
360bb87287
Cleanup: update timestamps of files
2020-07-04 23:33:09 +10:00
Rico Sta. Cruz
d4e3421ac6
Format: update some table formatting
2020-07-04 23:29:16 +10:00
Rico Sta. Cruz
02c3e97f4a
Update URL for placements ( #1492 )
2020-07-04 00:12:32 +10:00
Rico Sta. Cruz
ee072214f7
Style updates ( #1491 )
2020-07-03 23:21:02 +10:00
Pavitra Behre
865ad2cd98
emmet: Fixed a typo in Emmet Cheatsheet ( #1479 )
...
Fixed a typo in emmet
section>p gives <section><p>...</p></section>
Earlier it was <section><pt>....</p></section>
2020-07-03 22:49:04 +10:00