-
Hi there, we were trying to use this gem as-is in our Solidus app, but found that for some reason when the line `include SolidusSupport::EngineExtensions` is present, our controllers extended from Sol…
-
Implement CSV import/export for products.
## Export
Proposed API:
```
type Mutation {
exportProducts(scope: ExportScope, filter: ProductFilterInput, ids: [ID!]): Job!
}
enum ExportScope…
-
Many of the users we interviewed mentioned the lack of a more fine-grained ACL system as a pain point with Solidus.
We could review an unmaintained extension ( https://github.com/boomerdigital/solidus…
-
Can someone explain the difference in roadmaps between this gem and https://github.com/solidusio/solidus_paypal_braintree ?
Solidus_paypal_braintree is linked from the solidus website and includes …
-
I write a test using ChatGLM2, and run the server, give an input of "你是谁". And I get a reponse with a bunch of unicode.
Is it ok for your evaluation?
Output is :
```
{
"completions": [
…
-
Update this extension so that it works with Solidus 3.0 by making sure the specs pass.
-
## The problem
In working on a test to find bad links in the html files, I have discovered this one:
`L` in `Language/math.pod6`. It generates the anchor ``.
There is an html file `html/routine/.…
-
**Steps to reproduce**
- Complete an order using Stripe as the payment method. The payment will be authorized at that point.
- Edit the payment amount from the backend.
- Capture the payment amount f…
-
**Describe the bug**
`--gether-test-outputs-in ` uses test names as file names and thusly fails if they contain the path separator `/`.
`/` and the NUL byte `\0` must not appear in file names for ob…
-
**Desired Behavior**
We have a naming collision between Solidus payment methods & Stripe payment methods. We're not consistent across the code based on how we reference one or the other. That could…