Stuart Taylor
Stuart Taylor
```sh ReferenceError: window is not defined at /home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:19644 at /home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:19596 at module.exports (/home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:20321) at Object.defineProperty.value (/home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:5852) at __webpack_require__ (/home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:603) at Object.content (/home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:6167) at __webpack_require__ (/home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:603) at /home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:1341 at /home/stuart/ctink/node_modules/react-blur-image-loader/build/reactBlurImageLoader.js:1:1386 at...
Not sure if this was a design decision, but the app is hard to navigate in mobile and there is information missing, i.e. who has submitted availability. iPhone 5C, safari,...
This is the event - https://meeting.freecodecamp.com/event/593eb0d8769f8d68096037d1 Browser is `ie11` I am asked to sign in with google, I am then redirected to `https://meeting.freecodecamp.com/loginController#` and shown a blank screen.  There...
I am using Ubuntu 16.04LTS, The standard terminal, and atom editor. My code: `programCSS.js` ``` js var express = require('express'); var app = express(); app.use(require('stylus').middleware(process.argv[3])); app.use(express.static(process.argv[3])); app.listen(process.argv[2]); ``` terminal outputs:...
As we plan to expand our API and application surface area, we need to implement the use of role-based API protection. - [ ] Roles should include `guest`, `user`, `organiser`,...
This should be in the form of a JSON file. Possible separate lambda function?
It is possible for clients to send a token for an existing user that does not have the `accountLinkId`, even though the user has one assigned to them and an...
#### Describe the bug Use Inheritance So You Don't Repeat Yourself challenge is incomplete. There is no description of how to `inherit` from `Animal`.
@SuperGeniusZeb commented on [Fri Jun 01 2018](https://github.com/freeCodeCamp/learn/issues/137) https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/make-elements-only-visible-to-a-screen-reader-by-using-custom-css The instructions of this lesson include invalid HTML: there are ``, ``, and `` tags nested in `` tags. Paragraph elements only...
``` KoniKodes @KoniKodes 18:36 @erictleung Thank you. Where can we reach that? CamperBot @camperbot 18:36 konikodes sends brownie points to @erictleung 549 | @erictleung |http://www.freecodecamp.com/erictleung KoniKodes @KoniKodes 18:39 Nevermind. I'll...