Jacob Friis
Jacob Friis
In Safari I can press CTRL + ALT + Tab which will indent, but in a Medium.js `textarea` that doesn't work. Is that a "feature" or do you know of...
I have Python 2.7.3 and Celerymon 1.0.3 celerymon was installed with `pip install -U celerymon` The error I get is **AttributeError: 'NoneType' object has no attribute 'conf'** ``` ./manage.py celerymon...
I have been using your great plugin for a while. I can't say when it happened, but dynamic paths, via `gatsby-plugin-create-client-paths`, has started going into a redirect loop, if the...
Related to #1072
Since Grunt can also be used via its API, I would suggest avoiding `process.chdir`. One problem is if Grunt is used inside an [Express](http://expressjs.com) app as views expects `process.cwd` to...
This will fix #28 I have tested that GatsbyJS can now build when using `import remote from 'loglevel-plugin-remote';`
When building with [GatsbyJS](https://www.gatsbyjs.org) I get this error: > "window" is not available during server side rendering. `WebpackError: ReferenceError: window is not defined` Here's what Gatsby has to say about...
[This](https://github.com/davglass/express-session-mongo#install) is misleading: ``` npm install https://github.com/trottski/express-session-mongo/archive/master.tar.gz ``` Should probably be: ``` npm install --save express-session-mongo ```
`div data-role: 'content', ->` should rather be `div data: {role: 'content'}, ->` to avoid _Parse error on line n: Unexpected '-'_ Only happens when there are more than one _data_...
I got the following error: ``` { "errorType": "Error", "errorMessage": "Missing type: uuid", "stack": [ "Error: Missing type: uuid", " at /var/task/node_modules/rds-data/lib/RDSData.js:207:35", " at Array.forEach ()", " at Function.RDSData.resultFormat (/var/task/node_modules/rds-data/lib/RDSData.js:172:30)",...