Jack Collins
Jack Collins
@micred Were you able to get around that? I tried overwriting that file in a monkey-patch and removing `:confirmable` but that didn't work. I tried adding `before_save -> { skip_confirmation!...
I saw that the code of the [confirmable](https://github.com/plataformatec/devise/blob/ac702843ddaa5652fde7a0050ff2378e7368149e/lib/devise/models/confirmable.rb#L151) module simply sets the `confirmed_at` time to now, so setting that in my `User` model worked for me. I'm on Rails 5,...
@roribio This is perhaps a stupid question, but I haven't worked with python much. How do I implement that workaround? I've spent some time with the `supervisord-dependent-startup` package and I'm...
I am running into this issue too.
@joedrew Did you ever find a solution to this problem? I'm running into the same thing now.
Hi @faysou yes that template is great! It's crazy how little code it took to get the databento data downloaded and into a Parquet catalog. Really nice work (as someone...