Danny Martini

Results 62 issues of 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') ``` =>...

fix
help wanted
low priority
exec

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.

bug
minor

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:...

help wanted

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: ![image](https://github.com/n8n-io/n8n/assets/927609/160e0a90-a31d-4af3-a5f9-350f14a36066) ![image](https://github.com/n8n-io/n8n/assets/927609/a18442b4-1260-4a47-8791-b893454a87b6) ![image](https://github.com/n8n-io/n8n/assets/927609/b53ef4ff-afa0-4b2b-a156-2acb3bb478a3) Now it actually activates them: ![image](https://github.com/n8n-io/n8n/assets/927609/25373725-f4f8-48a7-b0a4-3f278225dcfa) ![image](https://github.com/n8n-io/n8n/assets/927609/2be3cee1-d2bc-46c4-a0ea-a5a70073317f) This also adds `WorkflowRepository#deactivateAll` and a...

core
n8n team