Matias Barletta
Matias Barletta
@brianinoa ~~Closed in favor of another PR or no longer interested in the PR?~~ Nevermind, found your other PR -> https://github.com/n8n-io/n8n/pull/3746
In my case, on PG 12.11 and knex 2.1 the afterCreate didn't work, thankfully the other option worked just fine My example in case another googler ends up here ```...
I have this edge case as well. I `ssh` to a server, logout and the last command from nushell comes from another instance. **Flow:** `ssh [email protected]` `reboot` ( I got...
having the same issue ``` Attempting to join portal failed with error: ref2.file.onDidChange is not a function Please wait a few moments and try again. ``` let me know if...
Didn't notice but after the error, it still worked fine, the file was open and her avatar shown. We both upgraded to 26.1, the plugins and restarted, but the message...
Hi there, Thanks for your work on this awesome project. Could you please provide some update? Thanks :)
For those struggling with this 1) get the latest version 2) This is my working code I am using the react-dropzone to send "upload_files" array and this is how to...
Haven't done that but you can use Slim middleware in the `graphql/CustomRest.php` file. Slim documentation [Slim Website](http://www.slimframework.com/docs/v3/concepts/middleware.html)
Internally we use suiteCRM beans for retrieving content, which in some occasions is not performant not efficient but is the only way to support hooks/workflow. If some of the queries...
If you can create a complete example so I can reproduce I will take a look!