Javier Ferrer González
Javier Ferrer González
Good one. Thanks for opening the issue and providing the actual fix for it. you can expect we work on this in the upcoming days/weeks at most. If you want,...
[Done](https://github.com/CodelyTV/scala-basic-skeleton/commit/fe9a152ba6cc4b7b8473714cd386d67505b9341c) (It took a while 😅)
Nope @checkblue, it seems to be solved 🙌 I have upgraded to 1.98.2, which includes the fix deployed in 1.98.0 from the PR mentioning this issue ([#16098](https://github.com/n8n-io/n8n/pull/16098)), and the Executions...
Hi @ayoubhr! Thanks for you proposal! Could you please push the actual commits to this PR instead of a git submodule to make it easier to navigate and compare different...
Thx @kyan001! I had to modify it as [the new recipe](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/blackhole-16ch.rb) states ([commit](https://github.com/Homebrew/homebrew-cask/commit/414f93143e7411e3241accf731ba28fb1919e873)): ```ruby system_command "/usr/bin/killall", args: ["coreaudiod"], sudo: true, must_succeed: true ```
Same problem here:  The only change made was enabling the `N8N_RUNNERS_ENABLED` environment variable. Environment Details: - n8n Version: 1.92.2 - Node.js Version: v20.19.0 - Database: PostgreSQL - Execution Mode:...
I've found in [these slides](http://www.slideshare.net/kazukinegoro5/akka-streams-100-scalamatsuri) a way to enable the streams support in the MySQL driver from the client code. I'll leave it here if someone arrives here searching for...