Patrick Hübl-Neschkudla

Results 31 comments of Patrick Hübl-Neschkudla

We have the same problem - i guess this latest release should have been a major one 🙈 Any chance this could be reverted, rereleased as 2.6.2 and a 3.0.0...

We fixed this issue in a forked version of `smooth-dnd`: https://github.com/ovos/smooth-dnd

We just switched from `pmx` to `@pm2/io` and started seeing these as well: ``` 2019-08-21T12:22:25.262Z error #1-epic_neumann: (node:100) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 data listeners added. Use emitter.setMaxListeners()...

> If I use this: > > ```js > const io = require("@pm2/io").init({ > metrics: { > network: true > }, > }); > ``` > > Then I get...

Just a hint, for others who might be waiting on this as well -> We use [patch-package](https://www.npmjs.com/package/patch-package) to apply the changes of this (and other) PRs on our builds without...

hi @lgleim, i'm not sure what's the current state of horizon itself and have not been contacted by any of the rethinkdb folks about it too (I have not been...

Did you install the database with the install.php?

You only need the sqlite driver if you use sqlite as your database - you can change this in [`/app/config/database.php`](https://github.com/xsanisty/SlimStarter/blob/master/app/config/database.php)

Ah, alright - thanks for the info.

This is interesting - you're on the latest version right? Could you check the contents of `config/webpack/webpack.config.client.js`?