Commit Graph

23321 Commits (e38fe5c7fe28c01210de6642da20a4fb77327548)

Author SHA1 Message Date
Rajiv Ranjan Singh e38fe5c7fe small-typo-fixed-in-accessibility-tools-for-web-developers (#36285)
* Update index.md

* fixed small mistakes
2019-06-13 19:51:32 -07:00
Rajiv Ranjan Singh 14ae51d302 Update index.md (#36286) 2019-06-13 13:31:22 -07:00
Rajiv Ranjan Singh d85371fd6c Update index.md (#36284) 2019-06-13 13:24:47 -07:00
Aman Mittal 2b54d70006 fix(guide): remove obsolete CRNA information (#36257) 2019-06-13 22:06:19 +05:30
Harkirat Singh 8f25305ab2 Update index.md (#35322)
* Update index.md

Completion of the solution code.

* fix: changed code to json
2019-06-12 17:39:51 -07:00
mrugesh 27bc7d81f2
Delete new-issue-triage.workflow 2019-06-13 03:34:32 +05:30
mrugesh d2b68a3524
chore(tools): create triage actions (#36279) 2019-06-13 03:08:14 +05:30
dependabot-preview[bot] 4ce068aff1 chore: bump gulp from 4.0.0 to 4.0.2 (#36272)
Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.0...v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <dependabot-preview[bot]@users.noreply.github.com>
2019-06-12 23:40:34 +05:30
dependabot-preview[bot] 47ce35db52 chore: bump @fortawesome/free-solid-svg-icons from 5.8.1 to 5.9.0 (#36275)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.8.1...5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <dependabot-preview[bot]@users.noreply.github.com>
2019-06-12 23:39:51 +05:30
dependabot-preview[bot] f04efb5a20 chore: [security] bump extend from 3.0.1 to 3.0.2
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.**
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 23:37:19 +05:30
dependabot[bot] 9e82ae87b6 chore: bump jquery from 3.3.1 to 3.4.0 in /client
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-12 23:00:21 +05:30
Mrugesh Mohapatra 9e1abb36f4 fix: update js-yaml as per audit 2019-06-12 19:51:04 +05:30
Ahmad Abdolsaheb d24778ceb8
fix: replace imgur URLs with s3 URLs for files with potential conflict (#36049)
* fix: replace imgur with s3 for files with potential conflict

(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)

* fix/remote extra link

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert change
2019-06-12 11:19:43 +03:00
Christian Coffey fb0c6813ac Explained top() and dynamic data structures (#30618)
* Explained top() and dynamic datastructures

Added a brief description of the top() function as there was none. Also talked about the application of dynamic data structures in the implementation of a stack.

* fix: changed c++ to cpp
2019-06-11 20:14:02 -07:00
Kyle Lobo 9252cbb998 Added example for stack using C++ STL in "Stacks" (#28814)
* Added example for stack using C++ STL in "Stacks"

* fix: changed c++ to cpp
2019-06-11 18:44:41 -07:00
Parviz/Ibragim Bekliev a7a42b1293 [Order] [Spanish] Fixing chaotic order of table of languages (#36250)
* Update CONTRIBUTING.md

* Capitalized "русский" into "Русский"
2019-06-11 18:27:48 -07:00
André Leitzke 47a76eb8f2 Updated CONTRIBUTING.md (#26551)
Added links to list of available languages.
2019-06-11 18:26:27 -07:00
Parviz/Ibragim Bekliev 0b387332da [Spanish] Fix broken anchor links to all headings (#36246) 2019-06-11 18:26:05 -07:00
Parviz/Ibragim Bekliev 84712465da Capitalized "русский" into "Русский" (#36255) 2019-06-11 18:22:57 -07:00
Parviz/Ibragim Bekliev ad4f75aadf [Order] [Arabic] Fixing chaotic order of table of languages (#36249)
* Synced langs order + added Greek language

* Capitalized "русский" into "Русский"
2019-06-11 18:07:10 -07:00
Papun Charan b660edb52d Added the limitations of return type function (#32376)
Explained that in a function what kind of values can be returned.
2019-06-11 17:55:25 -07:00
Oliver Eyton-Williams 2d780f257c fix(client): Remove horizontal scrollbar from donation page (#36167) 2019-06-12 03:15:40 +05:30
ValeraS 84c46750e8 feat(client): use url query param on search page 2019-06-12 02:56:57 +05:30
Mrugesh Mohapatra aee2f5e536 fix: add gatsby clean to scripts 2019-06-12 02:49:31 +05:30
ValeraS e7ae9a5b45 fix: bootstrap packages 2019-06-12 02:49:30 +05:30
ValeraS 08403ca561 chore(client): update redux-saga 2019-06-12 02:49:29 +05:30
ValeraS ec1b51debb chore(client): update gatsby 2019-06-12 02:49:28 +05:30
ValeraS 01ddc7c9a2 chore(client): update react-testing-library 2019-06-12 02:49:28 +05:30
Rajiv Ranjan Singh 589564e56c Typo Fix in guide/english/computer-hardware/ram/index.md (#35759)
* Typo Fix in guide/english/computer-hardware/ram/index.md

* Fix sentence
2019-06-11 13:18:14 -04:00
James Hogan dda4797118 Hints+Solution for D3 Display Shapes Challenge (#29513)
* Hints+Solution for  D3 Display Shapes Challenge

* fix: removed stub info
2019-06-11 09:48:33 -07:00
James Hogan 65bccdb9bd provide hints+solution to SVG/D3 Challenge (#29509)
* provide hints+solution to SVG/D3 Challenge

* fix: removed stub info
2019-06-11 09:48:22 -07:00
James Hogan a827e1c910 Hints+Solution - 'Create a Bar for Each Data Point in the Set' (#29527)
* Hints+Solution - 'Create a Bar for Each Data Point in the Set'

* fix: removed stub info
2019-06-11 09:48:11 -07:00
Valeriy 839e81426e feat(client): show and execute backend project tests (#35673) 2019-06-11 21:16:36 +05:30
Bradley D. Thornton 1abe4971f4 Update of index.md (#31840)
Added the 'now' option to list of options
2019-06-11 10:04:49 -05:00
Valeriy S 672184d0c3 fix(client): learn layout on mobile 2019-06-11 20:28:51 +05:30
Valeriy S 6b46736801 fix(client): footer should stick to the bottom 2019-06-11 20:28:51 +05:30
Valeriy S 73961da21a fix(client): always show footer on 404 page 2019-06-11 20:28:51 +05:30
Valeriy dd20e61d00 fix(client): 404 page displays incorrectly 2019-06-11 20:28:51 +05:30
khn990730 087d8ea130 Create README.korean.md (#36145)
* Create README.korean.md

* Create README.md

* Update README.md

* Update README.md

* Create CONTRIBUTING.md

* Update README.korean.md
2019-06-11 09:01:58 -05:00
Tom 397ff21390 fix(client): add tooltip for calendar-heatmap (#36008) 2019-06-11 16:43:46 +03:00
kozlovvski d6a6504f74 chore(tools): updated jest in packages
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2019-06-11 19:06:57 +05:30
Oliver Eyton-Williams 93790af030 fix: Stop pairs of tags from getting put into paragraphs (#35864) 2019-06-11 15:45:36 +03:00
Mrugesh Mohapatra 0d82d0a763 fix: center align cert name in settings 2019-06-11 16:44:14 +05:30
Ahmad Abdolsaheb 38b8132d1a fix: make full stack claimable 2019-06-11 16:19:35 +05:30
Ahmad Abdolsaheb 57a0930e88 fix: add full stack cert section UI 2019-06-11 16:19:34 +05:30
Ahmad Abdolsaheb 08e968079c fix: hide legacy full stack cert on portfolio 2019-06-11 16:19:34 +05:30
Ahmad Abdolsaheb 3f13310a78 fix: add unit tests for legacy cert in settings 2019-06-11 16:19:33 +05:30
Ahmad Abdolsaheb c359662f85 fix: remove logs 2019-06-11 16:19:33 +05:30
Ahmad Abdolsaheb bc099d4971 fix: add cert claim logic for legacy cert 2019-06-11 16:19:32 +05:30
Ahmad Abdolsaheb c2ffd6471b fix: add redux wiring for legacy certs 2019-06-11 16:19:31 +05:30