* fix: added new test and corrected solution
* fix: corrected test
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix: corrected test
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix: allow last element to be removed
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Changed the position of the substantives to fix the mistakes when translation English to Portuguese. Some small adjustments to the word choices in order to make the text more clear.
Quadratics is plural...?
Added an explanation as to how to factor quadratics, two methods (with examples), one for simple cases and then the general case. Discussed an issue that needs care when using the quadratic formula, as well as an example to make things clear what's going on.
* fixed issue where tests should fail when code has error
Signed-off-by: Stevo99 <Sfailla1983@gmail.com>
* fix(client): Initialize tests as failing in case of build errors
* fix: Reset tests to initial state when build fails
* fix: simplify expression
* fix(client): Stop using react-responsive and use media queries to display menu
* Change guide to show menu
* DRYed out a bit
* Restore main, top-right nav to guide
* fix: Separate guide and top menu state
* Update client/src/components/Header/index.js
Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>
* Update client/src/components/Header/index.js
Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>
* Update client/src/components/Header/index.js
Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>
* Update client/src/components/Header/index.js
Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>
* fix: Refactor menu button and links
* feat(client): make top navigation menu replaceable
* fix: Refactor nav menu logic out of Header
* fix(client): use default nav menu in header and use landingPage props instead of disableSettings
Added lines about how an SSH server can be configured to utilize a second factor authentication method to augment authentication security and how if one's password is compromised, an attacker must compromise this second (or third) factor of authentication too, to gain access.