Tobias L. Maier
Tobias L. Maier
PR #5340 looks like it aims for a deeper integration into devise than what is proposed in this pull request. Besides this, using turbo is also valid in a rails...
I am not sure what's the right approach in the context of devise. I think I would have checked, if `Turbo` is defined with `defined?(::Turbo)` Ref. https://github.com/hotwired/turbo-rails/blob/main/lib/turbo-rails.rb
Re `DatabaseCleaner.url_allowlist`: This should support regex as well. See README
A poor mans version could be to get rid of the ajax at all and to use features, like `_next` provided by formspree to show a success message * `_next`:...
@reidhock, you could replace all the ajax magic with a simple HTML-only form using formspree. I think this is what I did at my webpage: https://tobiasmaier.info/contact/ If you have the...
@j16sdiz whats missing?
I think Ruby 3 support has been added in November 2021. See #312 I also deployed Gemstash with a ruby 3-based docker image and did not see any issues. Can...
@npryce any chance this is getting merged? It is causing issues on my mac. Thanks!
I farm using the chia-docker image. It starts the farmer only. See https://github.com/Chia-Network/chia-docker/blob/main/entrypoint.sh#L33 Therefore, it seems the harvester checks do not make much sense... Would be great to disable them
Hi, it would be great to have the "primitives" for this in the code... I think having such a group method could be the second step, as the primitives "hints"...