Tomi Turtiainen

Results 6 issues of Tomi Turtiainen

I have a package which has a prerelease tag in its version: `0.1.2-snapshot.125`. In `package.json` any version (`*`) is accepted. This is incorrectly marked as an error. `package-name: installed: 0.1.2-snapshot.125,...

help wanted

# Description I'm trying to remove components with Github actions by running `npx serverless remove` and I'm receiving the following error. The component has been deployed in a different pipeline...

## Summary Add `user.profile.beforeUpdate` hook so we can prevent user email change if it overlaps with other users email. ## Related tickets and issues https://github.com/n8n-io/n8n-cloud/pull/903 https://linear.app/n8n/issue/ADO-1248/feature-prevent-users-from-updating-email-if-it-already-exists-in ## Review / Merge...

core
n8n team

## Summary While investigating https://linear.app/n8n/issue/ADO-1361/dynamic-options-fail-to-load-if-the-node-contains-an-expression-in-an I noticed this: UI calls the /dynamic-node-parameters/resource-locator-results endpoint to resolve resources to show in the NDV resource picker. For example the user can select an...

core
n8n team

We are experiencing a RangeError similar to issue #93 in our Node.js app. I haven't been able to reproduce it and it seems to be occurring randomly at times. ```...

bug
help wanted

## Summary If the output data contains objects that have properties with falsy values, the schema would incorrectly be hidden. This fixes the empty data check to show the schema...