Commit Graph

2039 Commits

Author SHA1 Message Date
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
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