Marcelo Lauxen

Results 72 comments of Marcelo Lauxen

I think this is related to https://github.com/heartcombo/devise/pull/5453 While the PR isn't merged I would just disable turbo on devise views

Turns out that what I suggested does not work as I expect, changing it to what I did suggest above makes hotkey.js not unbind the key 😢 I did solve...

@pySilver Unfortunately at the moment I don't have time to work on a PR (I tried at the time but got stuck with some TS errors and decided not to...

> @mcmaddox > > These are the only config that I have set for mail related things I think > > ``` > # development.rb > config.action_mailer.default_url_options = { :host...

Interesting! I'll take a look into it @Galathius once I have some free time, thanks for the report!

Hey @Galathius, I don't think `sidekiq-scheduler` might be causing this leak because it just pushes the jobs to Redis, who definitely runs the Job is Sidekiq which runs it within...

Anyway I'll be working to enqueue the jobs within a Executor when it is running on a Rails app

Currently not, [this](https://github.com/moove-it/sidekiq-scheduler/blob/cb3815055b1b93d3a40aa15ad7cae79eb48f5a22/lib/sidekiq-scheduler/scheduler.rb#L146) is the line that logs that information. Feel free to send a PR that implements a configuration to enable/disable the log of that information. This config should...