yurkobb
yurkobb
Not really an issue, just to let folks know that I got it running on Linux, at least the basic `videotestsrc` example. Specifically, NixOS. Along with `raco pkg install overscan`,...
In my project i'm already using the built-in django's [json_script tag](https://docs.djangoproject.com/en/3.1/ref/templates/builtins/#json-script) to include some static data inline in a `` block. This is JSON itself, not JavaScript that needs to...
As noted in #2027, the registration within checkout is currently hard coded to simple registration without requiring activation of the account over email. In this pull request, I'm trying to...
I see variations [have been removed](https://github.com/shuup/shuup/pull/2326) (glad I weren't using them); anyway it's a bit odd that there's still a field called "Variation name" under the "Additional" tab, probably should...
There is a call to `static("")` in `shuup/admin/browser_config.py` which seems to be incompatible with `ManifestStaticFilesStorage`. ValueError on `/sa/login`: ``` Traceback: File "/opt/project/.venv/lib/python3.7/site-packages/django/core/handlers/exception.py" in inner 34. response = get_response(request) File "/opt/project/.venv/lib/python3.7/site-packages/django/core/handlers/base.py"...
1. Visit `/sa/products/new/` 2. Fill in the fields skipping a required field (say, leave `sku` empty) 3. Set primary category and/or categories 4. Save The page reloads with the primary...
How to reproduce: In shuup workbench (1.10.11): 1. Create an attribute; 2. Add it to a the Standard product type 3. Edit a product, set the attribute, save. 4. Do...
Although there is a `SHUUP_REGISTRATION_REQUIRES_ACTIVATION` settings which defaults to True, the `RegisterPhase` checkout phase is [hard coded](https://github.com/shuup/shuup/blob/master/shuup/front/checkout/checkout_method.py#L93) to inherit from `RegistrationNoActivationView`. This means that if one uses `shuup.front.apps.auth` to handle...
Getting a `TypeError: Direct assignment to the forward side of a many-to-many set is prohibited. Use groups.set() instead.` after an upgrade from 3.1 to 3.4. It seems the new version...
Maybe I'm missing some info, but I can't find a way to open the tray menu using keyboard; is it possible? More generally, are there any keyboard shortcuts at all?