Elias Meire
Elias Meire
Handle `readOnly` and `writeOnly` fields in JSONSchema. - Exclude `readOnly` fields from `Input` types. - Exclude `writeOnly` fields from normal non-`Input` types. https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.4 Other tools such as Redoc do something...
``` ReferenceError: Buffer is not defined at Object.writeVint (tools.js:44) at Object.encodeTag (tools.js:26) at EBMLEncoder.push.../../node_modules/ts-ebml/lib/EBMLEncoder.js.EBMLEncoder.writeTag (EBMLEncoder.js:55) at EBMLEncoder.push.../../node_modules/ts-ebml/lib/EBMLEncoder.js.EBMLEncoder.encodeChunk (EBMLEncoder.js:29) ``` I have this issue on web, my build system is based...
Fixes #142
## Summary 1. Add code node and open it 3. Click the fullscreen button in the bottom right 4. A fullscreen dialog should appear and allow editing the code 5....
## Summary - Adds new assignmentCollection parameter type - New assignment component UI based on Filter component - Adds drag-and-drop functionality to add assignments - Implements in Set node ##...
## Summary When a Node has no input data: - Expressions that read input data should be grey (instead of red) + should have no error message - When focused,...
## Summary ## Related tickets and issues https://linear.app/n8n/issue/NODE-1069/add-more-hover-icons-on-nodes-in-the-canvas ## Review / Merge checklist - [ ] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog....
## Summary Pagination did not overwrite the initial request body when using form data. Reproduction notes in https://github.com/n8n-io/n8n/issues/8449 ## Related tickets and issues fixes https://github.com/n8n-io/n8n/issues/8449 https://linear.app/n8n/issue/NODE-1079/http-request-pagination-not-working-as-expected-on-post-requests ## Review / Merge...
## Summary Resource mapper should discard values that are not in the schema. For example, when a column is renamed, the old name should not be saved. ### Steps to...