Dylan Fisher

Results 9 comments of Dylan Fisher

This is also happening in Rails 6 / Spree 4.4 when using custom authentication. This part of the guide says to include the `spree/store` helper in `ApplicationController` https://dev-docs.spreecommerce.org/customization/authentication#authentication-helpers, but that...

Perhaps the preferences documentation page, which has reference to the spree.rb initializer? https://dev-docs.spreecommerce.org/internals/preferences It would also be nice if the new release included a link to the upgrade guide, which...

`spree_auth_devise` actually loads fine as is, but I opened a PR to revert a change that prevents overriding the `Spree.user_class` here https://github.com/spree/spree_auth_devise/pull/573. That line in the PR needs to be...

I'm not sure if I'm running into the same issue, but Maestral is configured to start at login – but doesn't open. I'm not sure if it's crashing or if...

I realize this is an old issue, but thought I'd share what I found to be the easiest way to handle this issue. This involves defining a custom tax calculator...

Thank you, I was looking in these areas, but didn't get the config just right. Does the following seem appropriate? Here's what is working for me now, in case anyone...

+1 much needed missing feature. Even just a link to open the media item in a new tab would be a good start.

Encountering this same issue. It would be nice if the batch logic was incorporated so that running this task in a background job will eventually delete the data. Batch size...

@hms have you had any success with `SolidQueue.on_start { GC.auto_compact = true }` and/or other config for running solid queue on Heroku? This doesn't seem to be making a difference...