Mike Arvela

Results 7 issues of Mike Arvela

This PR adds a custom eslint rule `require-catch-json-parse` to require any calls to `JSON.parse()` be wrapped inside try/catch blocks: ✅ Valid: ```js try { JSON.parse(foo) } catch(err) { baz }...

n8n team

This draft PR proposes a declarative syntax for a `generic` pagination type. This should remove for many cases the need to manually implement a custom "pagination" function. This is meant...

node/improvement
core
n8n team

Introduces a new declarative-style core node for consuming the n8n API. Supports the `workflow`, `execution` and `credential` resource types described by the current [public API reference](https://docs.n8n.io/api/api-reference/), with the rest to...

node/new
n8n team

Hi! New Megadesk user here (v11a if I recall correctly). My current lowest desk position is set at a few centimeters higher desk allows. I would like it to be...

> would be cool to have a page upfront that's just a checklist and the other pages as you have them are the details. For quick jolting of memory https://twitter.com/ongmin/status/1062657962819280896?s=12

It would help writing straight lines if we added actual ruled lines instead of just blank pages in the notebook section of the booklet.

design

Adds the environment variable `N8N_CONTENT_SECURITY_POLICY_REPORT_ONLY` to toggle the Helmet.js `reportOnly` switch (see [Helmet docs](https://helmetjs.github.io/#content-security-policy)). When enabled, `Content-Security-Policy` header is changed into `Content-Security-Policy-Report-Only`, which has the effect of only logging the...

core
n8n team