Lucas Kuhn

Results 8 comments of Lucas Kuhn

Also, tried using other Easing options, different durations and alignments. The glitch still happens in each one of those settings

Same here. Uncaught ReferenceError: SpreePaypalExpress is not defined

For formatting Django html files, installing [djhtml](https://github.com/rtts/djhtml) works fine - as long as you set it for all HTML files ```json { "language_overrides": { "HTML": { "format_on_save": { "external": {...

Same here. I tried the actual example from [the spree developer guides](https://guides.spreecommerce.org/developer/core/preferences.html#general-settings): ```ruby # app/models/spree/app_configuration_decorator.rb Spree::AppConfiguration.class_eval do preference :hot_salsa, :boolean end ``` And then when I open `rails c`: ```ruby...

@MatthewKennedy In which folder would you suggest to add the engine.rb file on a clean spree instalation? Spee has an engine on core, frontend, and backend :)

Did you run bundle install after adding the gems? The inline hints come from the ruby LSP already provided by Zed, Solargraph ( https://github.com/zed-industries/zed/blob/main/docs/src/languages/ruby.md ) This is my `~/.config/zed` ```js...

This would probably be solved with https://github.com/starship/starship/pull/6896