Nick Pezza

Results 42 comments of Nick Pezza

Looks like these runners have moved into public beta: https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/

Hey @vmvwebworks! I have no need for MongoDB support but you are more than welcome to make a PR and I can take a look and merge it!

Did you try restarting the server after installing?

Do you mind sending along a backtrace? It might have something to do with your initialization of `Chat` and the `user_avatar` config.

Doesn't seem like on_thread_error is ever called. If I `bundle open solid_queue` and throw a bunch of `puts "here"` into the default on_thread_error proc, nothing gets outputted to development.log

@seanpdoyle-intercom fwiw I made https://github.com/npezza93/solid_cable which adds an action cable adapter for mysql and sqlite.

It works with pg but Postgres does have its own cable adapter that doesn't rely on polling. The only reason to use solid cable over the dedicated pg adapter is...

@fractaledmind Been working on my own error reporter too(cause why not 😄) and stumbled on this. Opened up https://github.com/rails/rails/pull/53201 to hopefully fix this and cut down on monkey patching. Action...

Ill wait to review/merge until that upstream PR lands