Jared Norman
Jared Norman
### Discussed in https://github.com/solidusio/solidus/discussions/4501 Originally posted by **Louvivien** August 10, 2022 **To Reproduce** 1. I go on the github and i click on the deploy app Heroku button 2. it...
### Discussed in https://github.com/solidusio/solidus/discussions/4427 Originally posted by **justinchan** June 15, 2022 From here: https://nvd.nist.gov/vuln/detail/CVE-2021-23358 It appears that the current version of underscore.js in solidus is vulnerable. Can we look to...
**Description** I can't think of a reason why someone would want to associate the same option value with a given variant multiple times. This makes the index on the `variant`/`option_value_id`...
We need to use SSL to access font.googleapis.com. Requests using regular HTTP no longer work. There are current three PRs open that cover this for the support versions (thanks @RyanofWoods!):...
**Desired Behavior** When viewing the admin orders index, I should see only the orders for the current store. **Current Behavior** When viewing the admin orders index, I see all orders...
None of this provides any real value. Adding a custom dashboard is trivial and I really don't think we need a custom permission set and empty controller/view. - https://github.com/solidusio/solidus/blob/master/backend/app/controllers/spree/admin/dashboards_controller.rb -...
### Expected behavior According to its description, #718 was meant to make it so that esbuild's chunk hashing could be detected by sprockets to avoid adding a second fingerprint. All...
Someone reported an issue [over here](https://github.com/solidusio/solidus/issues/4038) where the `Spree::User` model wasn't present when installing Solidus. It was solved by returning to the classic autoloader. This suggests to me that we...
Deploys for our app were fine one Feb 27th, but have been failing since Feb 28th. We cannot deploy the git ref that successfully deployed on Feb 27th. My suspicion...
Currently, if you have an example like `expect(array1).to eq(array2)` a diff of the arrays will only show if both arrays once flattened contain only strings, and at least one of...