Commit Graph
1117 Commits
Author SHA1 Message Date
jumpyapple 8a5970107f feat: create sticky version of components involved
Notices problems are
- Links in content area are higher (in terms of z value) than the sticky header.
- The sidebar header for table of contents seems to be positioned higher than it should.
- Text size of breadcrumb and title are too big.
- Flickering problem on pages that are short (less content/one page content).
2021-06-01 00:02:56 -04:00
jumpyapple 5ba1e86672 fix: window is not available during gatsby build
Check if window is available, and set initial value for `state.scrollY`.
2021-06-01 00:02:56 -04:00
jumpyapple 38e1a4ba56 feat: add a proof of concept
Using debouncing idea described in
https://css-tricks.com/styling-based-on-scroll-position/ to record
scrollY value and render the `BoxedTitle` base on the value. The box is
hidden when scrollY is greater than 30.

The class-style React component is used to register an event listener
for scrolling event.
2021-06-01 00:02:56 -04:00
Jean-Philippe Sirois 47f811373c Merge pull request #408 from ilitr/master
feat: add minimodding, webscraping, drama rules
2021-05-30 19:05:02 -04:00
ameh 6ec03a6436 feat: add minimodding, webscraping, drama rules 2021-05-28 11:05:52 -05:00
Jean-Philippe Sirois cfe190e56b Merge pull request #396 from SamWolfs/fix/http-project-chapters
Fix chapter 12 & 13 headers
2021-05-27 03:57:32 -04:00
Sam Wolfs 11af26cef2 Fix chapter 12 & 13 headers 2021-05-27 03:49:42 -04:00
Jean-Philippe Sirois 26283c0b25 Merge pull request #406 from the-programmers-hangout/build-fix-failing-ci
build: temp fix for failing lint on ci
2021-05-27 03:49:21 -04:00
Jean-Philippe Sirois 584d85484a build: temp fix for failing lint on ci 2021-05-27 03:41:56 -04:00
Jean-Philippe Sirois 517611ef01 Merge pull request #407 from the-programmers-hangout/chore-regenerate-lockfile
chore(deps): regenerate lockfile
2021-05-27 03:41:36 -04:00
Jean-Philippe Sirois 33bd2eade0 chore(deps): regenerate lockfile 2021-05-27 03:36:31 -04:00
Jean-Philippe Sirois 8e02b9f29d Merge pull request #405 from the-programmers-hangout/chore-bump-deps
chore: bump deps
2021-05-27 03:21:04 -04:00
Jean-Philippe Sirois 7f7fe29a4f chore(deps): bump lockfile 2021-05-27 03:16:26 -04:00
Jean-Philippe Sirois 7c6c136dc8 chore(deps): bump eslint-plugin-react to 7.23.2 2021-05-27 03:16:14 -04:00
Jean-Philippe Sirois f53c23dfe4 chore(deps): bump eslint-plugin-prefer-arrow to 1.2.3 2021-05-27 03:15:43 -04:00
Jean-Philippe Sirois 465bfb849b chore(deps): bump eslint-plugin-jsdoc to 35.0.0 2021-05-27 03:15:14 -04:00
Jean-Philippe Sirois fc6a2a1b3f chore(deps): bump eslint-plugin-import to 2.23.3 2021-05-27 03:14:43 -04:00
Jean-Philippe Sirois 6b6ef293e0 chore(deps): bump @typescript-eslint/eslint-plugin-tslint to 4.25.0 2021-05-27 03:14:13 -04:00
Jean-Philippe Sirois 7936c809ce Merge pull request #404 from EstebanBorai/ci/lint-workflow
CI | Lint | Implement "lint" workflow
2021-05-27 02:59:35 -04:00
Esteban Borai a8b481d64a chore(gha): impl lint workflow
Implements "lint" workflow to run "npm run lint" on every PR against
`master` branch
2021-05-27 02:55:03 -04:00
Jean-Philippe Sirois 800a850378 Merge pull request #397 from MuhammadWasif/label-fix
Display author name when only one contributor
2021-05-27 02:54:04 -04:00
MuhammadWasif 79eaea6e05 Display author when only one contribute 2021-05-27 02:48:46 -04:00
Jean-Philippe Sirois 4492b17a4b Merge pull request #402 from norogoth/patch-1
Update beginners.md
2021-05-27 02:48:22 -04:00
norogoth 2370741701 Update beginners.md
Grammar
Changed the punctuation from a comma to a semicolon. Changed "is" to "are"

Tactfulness
Changed "mind you" to "In addition" to improve the tone.

Number
Changed the number to over 80,000! :)
2021-05-27 02:41:13 -04:00
Jean-Philippe Sirois cc575f3718 Merge pull request #403 from EstebanBorai/fix/prism-env-config-safari
Fix | Safari support for PrismJS env configuration
2021-05-24 15:24:55 -04:00
Esteban Borai e3eff37aca fix: Safari support for PrismJS env configuration
Fixes a RegExp validation error caused when building and executing
a RegExp with LookBehind syntax on Safari.

This issue causes a white screen when running `npm start` on Safari
browser.
2021-05-22 01:10:07 -04:00
Jean-Philippe Sirois 02784d6320 Merge pull request #401 from the-programmers-hangout/update-content
Update role info and beginner content
2021-05-15 19:43:27 -04:00
Jean-Philippe Sirois b8cedc8f1c Merge pull request #400 from the-programmers-hangout/what-is-vim
feat: add vim spotlight
2021-05-15 19:42:39 -04:00
Jean-Philippe Sirois 5cc5d856cb Merge pull request #399 from itsHobbes/master
feat: Add google spotlight
2021-05-15 19:42:11 -04:00
Mark 77208384d4 Update role info and beginner content 2021-05-15 21:52:33 +01:00
Mark 0cb2c17905 feat: add vim spotlight 2021-05-15 21:45:54 +01:00
Mark a82035d908 feat: Add google spotlight 2021-05-04 18:07:02 +01:00
Jean-Philippe Sirois 05f9ebacd9 Merge pull request #398 from itsHobbes/master
feat: add sqlite spotlight
2021-04-27 06:20:10 -04:00
Mark 4c63e35fe6 feat: add sqlite spotlight 2021-04-21 20:16:21 +01:00
Jean-Philippe Sirois c581969870 Merge pull request #395 from itsHobbes/master
feat: Make spotlight formatting consistent across articles
2021-04-02 09:50:26 -04:00
Mark 41f3748b04 feat: Make spotlight formatting consistent across articles 2021-04-02 12:35:40 +01:00
Jean-Philippe Sirois 59ad73b907 Merge pull request #394 from itsHobbes/master 2021-04-01 22:02:32 -04:00
Mark 54ceb3cf02 feat: add symfony spotlight 2021-04-02 00:12:52 +01:00
Mark 4adf7e3c0e feat: add ansible spotlight 2021-04-02 00:08:38 +01:00
Jean-Philippe Sirois d4672eff8d Merge pull request #390 from the-programmers-hangout/fix-typo-beginners
fix: typo begginers -> beginners
2021-02-25 13:36:14 -05:00
Jean-Philippe Sirois 3a25f87fd6 fix: typo begginers -> beginners 2021-02-25 13:28:46 -05:00
JakeJMattson 5ec2cbff8f Migrate KUtils references to DiscordKt 2021-02-25 12:28:12 -06:00
JakeJMattson 64c2506a0c Delete kutils-guide.md 2021-02-25 12:27:49 -06:00
Jean-Philippe Sirois 89d3bb1749 Merge pull request #384 from jumpyapple/fixing-python-book-dead-link
Replace the link to Python free book with a new one
2021-02-25 04:42:54 -05:00
jumpyapple 51caf8ac80 fix(resources/python): replace the link to free book with a new one
The target repository change the directory structure resulting in a dead link.
2021-02-25 04:39:36 -05:00
Jean-Philippe Sirois 2f18b8e4a9 Merge pull request #385 from jshepin/begginers-page
added begginers page
2021-02-25 04:38:28 -05:00
Jean-Philippe Sirois 3497768ecc style: auto-format 2021-02-25 04:37:28 -05:00
Joseph f3337f8cfb added begginers page 2021-02-25 04:34:41 -05:00
Jean-Philippe Sirois 0a37e7750d Merge pull request #386 from leduyquang753/cannot-read-property
Add "Cannot read property "abc" of null/undefined."
2021-02-25 04:26:09 -05:00
Jean-Philippe Sirois 46e8651b31 style: auto-format 2021-02-25 04:24:10 -05:00