Danny Martini
Danny Martini
When you have multiple project folders, atom-fuzzy-grep searches only in the project folder of the current focused file (which is ok for me). But it can only open files relative...
Happens when starting atom or reloading the view: ``` Failed to load package named 'devdocs' SyntaxError: Unexpected end of input at Object.parse (native) at parseObject (/usr/share/atom/resources/app/node_modules/season/lib/cson.js:149:19) at parseContentsSync (/usr/share/atom/resources/app/node_modules/season/lib/cson.js:155:14) at...
If I try to launch `npm init` from a shelljs script it seems that the stdin is not passed through to that process: ``` js require('shelljs/global') exec('npm init') ``` =>...
I'm getting this when I start it: ``` symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full ``` I supposed glib2 has been upgraded and is not not compatible anymore.
See documentation: https://graphql.org/graphql-js/utilities/ With GraphQL 15 the import path's have changed. According to the docs the things should be imported from `graphql-js/utilities`. I also needed to change `introspectionQuery` to `getIntrospectionQuery`...
If someone set `save=true` in their `.npmrc` _next-update_ will install dev deps as deps and fail with an duplicate dep error.
Hey, I was wondering if this would be something you'd be interested to have integrated: ```ts import { schema, types } from 'papr'; const userSchema = schema({ active: types.boolean(), age:...
Rebuilding yields: ``` make: *** No rule to make target `../../../../../../../../Applications/Atom', needed by `Makefile'. Stop. gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp...
## Summary Before this activating all workflows lead to all workflows being deactivated instead:    Now it actually activates them:   This also adds `WorkflowRepository#deactivateAll` and a...