Tomi Turtiainen

Results 9 comments of Tomi Turtiainen

Unfortunately at this point I don't have the time to do a PR

Hi @jmagaram and thank you for your interest towards the project. That's an interesting idea. Currently it's not possible to do that with fromfrom. I think that should be quite...

Hi @dogoku and thank you for your questions and comments. Regarding aggregate operations, the answer is in short yes. It would be possible (and not too hard) to add operations...

Hi @Zireael and thank you for your questions. 1. You're absolutely right. I would want to have code examples on each of the transformations in the documentation. This is something...

I managed to get this working by configuring the `node-linker` [configuration option](https://pnpm.io/npmrc#node-linker) to `hoisted` in the `.npmrc` file: ``` node-linker = hoisted ```

So far I don't have any plans to do that, but I'll keep that in mind and PRs are welcomed.

Hey @DimDz, I could not reproduce this anymore with neither Wekan node nor n8nApi node using the latest n8n version (1.35.0). ![image](https://github.com/n8n-io/n8n/assets/10324676/eb043cb1-eeb0-44ea-9bf5-6a5405267a46) ![image](https://github.com/n8n-io/n8n/assets/10324676/4cb019ea-6591-4e36-aaea-31d62d2e5a1a) Could you verify that the issue has...

I'll close this bug, as I couldn't reproduce it anymore. Feel free to reopen it if you still encounter the issue with the latest version.

@kachkaev I'm not 100% sure as I haven't been able to confirm this yet, but I have a working theory that the culprit might not be `source-map-support` after all. We...