thenewguy
thenewguy
`RepresentationBase()` maps "profile" to "@profiles" at https://github.com/sangwonl/python-mpegdash/blob/ca757902bc329a061fb094d2c3dac9e1364a3699/mpegdash/nodes.py#L395 and https://github.com/sangwonl/python-mpegdash/blob/ca757902bc329a061fb094d2c3dac9e1364a3699/mpegdash/nodes.py#L418 Adaptation Sets can have the profiles attribute to signal conformance per > 10.2.3.4. Adaptation Set Constraints The @profiles parameter may be...
I want a form like this: ``` Submit ``` On submit, `path-deps` catches the patch to `/endpoint` and refreshes the related content. So a successful submission should use `hx-swap="none"`. However,...
I searched but wasn't able to find the delimiter to use for specifying multiple path-deps. I tried space and comma. Is it possible to watch multiple paths? I tried this:...
The [basket serializer expects an Integer primary key ](https://github.com/dinoperovic/django-salesman/blob/8105e84c0ccca00f483122b91a74175131808399/salesman/basket/serializers.py#L131)for `product_id`. From an initial search it looks like this is the only spot requiring Integer primary keys. UUID primary keys are...
It would be helpful to the customer if there was a way to display a short label with the order payment. For example, `VISA ending in 1111` instead of just...
It would be helpful if there was an endpoint one could use to patch extra key values like: ``` Submit ``` The result of submitting the form should be that...
It would be a helpful shortcut if PUT quantity 0 acted as delete for basket items
Probably related to #29 and #30 but mentioning issue so it is tracked. It would be helpful for situations where a customer genuinely does not have an email address to...
It is complicated to generate step urls for wizard navigation in a reusable fashion while iterating `{% for step in wizard.steps.all %}` in templates for wizards that implement a [custom...
Often an order that is placed needs to be changed before shipping - i.e. customer calls in and meant to add 7 more widgets to the order. It would be...