Elia Schito
Elia Schito
This is a pesky issue, but it's a sensible request. I wonder if there's a way to inflect UI for a specific namespace, otherwise makes total sense to just go...
@fthobe @brandonjyuhas would any of you be open to look into https://guides.rubyonrails.org/autoloading_and_reloading_constants.html#customizing-inflections and send a PR fixing it? I think we can and should strive to keep `UI` for solidus...
While trying to save I got: ``` Unpermitted parameters: :store_ids, :zones. Context: { controller: SolidusAdmin::ShippingMethodsController, action: create, request: #, params: {"authenticity_token"=>"[FILTERED]", "shipping_method"=>{"name"=>"Foo", "admin_name"=>"foo-bar", "code"=>"baz", "carrier"=>"UPS", "service_level"=>"123", "tracking_url"=>"foo.com/?track=:tracking", "calculator_type"=>"Spree::Calculator::Shipping::FlatPercentItemTotal", "calculator_attributes"=>{"preferred_flat_percent"=>"23"}, "tax_category_id"=>"1",...
My 2 cents on the topic of first/last name. Back in 2023 we did extensive [customer interviews](https://www.producttalk.org/2022/12/customer-interviews/) and the two topics that came up over and over were the admin...
> You can also refer to #2219 which I have recently rebased Thanks for the link to prior art 🙌 , I wanted to attempt an all or nothing change...
Related: https://github.com/countries/countries
@kennyadsl @tvdeyen yes, we just stuck with the TailswindCSS recommendation, additionally it was no time to devise a theming system, which is essentially another API to design, maintain, and migrate....
We got a similar error when ActiveRecord `could not obtain a connection from the pool`, we share a Postgres DB between the app and SQ, with 3 workers using each...
Sorry for the delay, @mikker or anyone else willing to give it a crack, the easiest is to look at existing tests and add a failing one. Inside `test/fixtures` we...
@shilman we are in a similar situation and would greatly benefit from having the `--watch` option working, I added a 👍 to the original posts, but wondering if this needs...