Julio Maniratunga
85d55d6e13
Fix typo in rails.md ( #1641 )
2021-04-16 23:58:10 +10:00
Eero Ränik
7e5ccb9336
Fix a few examples that were using wrong CSS pseudo-classes ( #1639 )
2021-04-05 22:44:47 +10:00
Pedro Assunção
c1de0e223c
Add Map.from_struct and Kernel.struct to maps section of Elixir cheatsheet ( #1631 )
...
* Update elixir.md
Added Map.from_struct and Kernel.struct to maps section.
* Update elixir.md
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-16 12:01:25 +11:00
codedhan
4d47cbd4e9
Update kotlin.md ( #1629 )
...
* Update kotlin.md
minor addition
* Update kotlin.md
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-12 16:22:20 +11:00
Emad Poursina
1acbf74350
Update cron.md ( #1625 )
...
* Update cron.md
Add Crons operators and some examples
* Formatting
* Formatting
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-11 23:44:35 +11:00
Mohammed Samir
02fed04a43
Update assignment section "=" ( #1626 )
...
I think these are more informative and precise examples for assignment expression.
2021-03-11 08:07:03 +11:00
Peter Avila
1e966a9ff1
Keep comments on combinatory arguments consistent. ( #1622 )
2021-02-19 16:57:24 +11:00
Matilde Bravo
8646bb2c89
Updated description for arguments section ( #1620 )
2021-02-18 17:56:44 +11:00
Gerrit Prößl
39f62fc3e9
Add Stringification to C Preprocessor ( #1616 )
2021-02-13 12:05:44 +11:00
Rico Sta. Cruz
3e12cb0b43
homebrew: fix cask install command
2021-02-11 10:40:13 +11:00
Julien Lamandé
6cf3493058
Add the mention of push --force-with-lease ( #1611 )
...
`--force-with-lease` is safer than `--force` as it checks that you are up-to-date with the remote branch.
2021-02-06 09:26:07 +11:00
Cecile Veneziani
9148ed237e
Fix view name for s key value ( #1609 )
...
`s` key value stands for Status instead of Stage view.
Stage view can be accessed with `c` key value
2021-02-03 11:25:01 +11:00
Peter Cole
9ec89aa788
Update homebrew.md ( #1601 )
...
The command for listing installed applications has changed.
`Error: Calling brew cask list is disabled! Use brew list [--cask] instead.`
2021-01-12 07:59:31 +11:00
Jonathan Baillais
e2a59f4ff9
Update emmet.md ( #1575 )
2021-01-07 23:08:33 +11:00
Andrew
246693576d
added port param ( #1559 )
...
connect to custom port
2021-01-07 22:43:55 +11:00
Rafe Rosen
c1f9f6f951
Create stimulus_reflex.md ( #1576 )
...
* Create stimulus_reflex.md
* Update and rename stimulus_reflex.md to stimulus-reflex.md
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-01-07 22:40:32 +11:00
Felix Gerschau
58ede74aec
httpie.md ( #1569 )
2021-01-07 22:38:06 +11:00
Vítězslav Ackermann Ferko
1729e1d2a7
Updated Property lookup to reflect new docs ( #1577 )
...
available here https://stylus-lang.com/docs/variables.html#property-lookup
2021-01-07 22:33:53 +11:00
Floffah
be0341938b
Screen ( #1585 )
...
* Create screen.md
* better formatting
* period because ocd
2021-01-07 22:33:01 +11:00
Lena
8ea3efc08b
html-email: add role=presentation
...
Add role="presentation" on table tag to help screenreaders' restitution. It is not a data table but a layout table so we do not need to make a screenreader reads all the table structure.
2021-01-07 22:32:24 +11:00
Joyce Babu
e1292194df
fix: typo ( #1600 )
2021-01-07 15:26:30 +11:00
Jan Keromnes
e8f302b290
gitpod: Make Gitpod's automated dev setup automatically run Jekyll and Parcel ( #1586 )
2020-12-18 08:44:09 +11:00
Steven Conaway
1fbacbc9f8
Resolutions: combine iPhone 6/6S and 7/8/SE2 ( #1594 )
2020-12-17 08:42:46 +11:00
Przemysław Pietras
f7f77ad479
go: add while loop example ( #1583 )
2020-12-03 19:37:40 +11:00
Rico Sta. Cruz
b27d7d7f55
GitHub actions: update Ruby version for deployment
2020-11-26 10:45:56 +11:00
Rico Sta. Cruz
2822b14a57
GitHub actions: update Ruby version
2020-11-26 10:45:29 +11:00
Jonathan
616896d1d8
Update php.md ( #1581 )
...
Use type hinting.
Use https URLs.
Adhere to PHP-FIG PSR-12.
2020-11-26 10:44:23 +11:00
Jonathan
fbd66d4838
Update rdoc.md ( #1579 )
...
Use https. Use IANA assigned example.com domain.
2020-11-25 06:28:05 +11:00
Anton Kochkov
9dd25959fa
tig: Add `tig -C` invocation tip ( #1120 )
...
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:36:55 +10:00
Rico Sta. Cruz
18b09de08b
Remove badges
2020-08-03 22:35:03 +10:00
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