Iván Ovejero

Results 30 comments of Iván Ovejero

More ideas: - Prevent users from setting any concurrency limit lower than 1. As an exception, consider supporting `-1` for unlimited concurrency, with a warning. - Add Public API endpoints...

Thanks for fixing this! Added a comment about the requirements on Linear.

So readonly works fine, but I'm still seeing this white instead of greyed out. Let's sync on this when you get a chance.

I merged `master` into Alex's branch and his into mine today, which started causing [two unit tests](https://github.com/n8n-io/n8n/actions/runs/7668885999/job/20901708770#step:10:233) for the executions list UI to fail, which I assume is expected as...

Self-reminder to add tests for https://github.com/n8n-io/n8n/pull/8480

@RicardoE105 @mutdmour This wrapper does not protect against renaming - there's no guarantee that whoever is renaming a method will remember to check this file or even be aware it...

Let's sync later today! I'd love it if we can protect method names without adding a wrapper.

Thank you for your report. The fixes will be merged soon - meanwhile here is [the correct output](https://github.com/n8n-io/n8n/tree/opencell-node). Note that nodebuilder builds most of the node, but not yet all...

Dereferencing is supported. This works correctly for the sample Lichess spec and also for OpenCell. You can inspect the dereferenced spec at `./src/input/_deref.json` after generation. https://github.com/ivov/nodebuilder/blob/06f9d1a351429125153da8d22c35e4150146a919/src/services/OpenApiStager.ts#L36-L45 What is not supported...