thenewguy

Results 110 issues of thenewguy

If the version is specified in a playlist that is too low, it should be raised when converted back to a string. ``` The following features aren't backward compatible. Older...

Using the delete_selected admin action can cause an error similar to the following: IntegrityError: (1451, 'Cannot delete or update a parent row: a foreign key constraint fails (`foo2`.`bar`, CONSTRAINT `format_ptr_id_refs_id_270cb9d612063f8e`...

We create a docker image. We should run some tests against it to make sure it works as expected before uploading it

It would be helpful to provide some examples for using the docker image in testing. This is an example of the docker configuration that I am currently using to test...

priority-medium
documentation

It is necessary in some cases to query 3rd party api's for shipping rates based on item dimensions/value/other metadata. Reading through documentation and code, it doesn't appear there is a...

enhancement

In addition to #204 and #219 packaging options will be required. This probably makes sense to be generally available with the package as it is a common requirement between all...

Need a mechanism to determine appropriate sales tax and add it to the amount charged for an order. It should also be recorded for display.

There is conflicting documentation around supporting ASGI. For example, https://github.com/elastic/apm-agent-python/blob/63fbeb971e40bf3d967b345e4217085335d28b5b/CHANGELOG.asciidoc#bug-fixes-6 and https://github.com/elastic/apm-agent-python/blob/c04c634aca50cffdb6b6c174a30629b0749193cb/docs/supported-technologies.asciidoc#django The ASGI issues with Django appear to be resolved https://github.com/elastic/apm-agent-python/search?q=asgi&type=issues

agent-python
instrumentation

Doesn't look like NON_FIELD_ERRORS are rendered for ValidationErrors. Just get a generic 'The media file could not be saved due to errors.' red banner at the top of the screen....

help wanted

Do we want to offer support for animated images? I.e. having a dedicated type like audio and video. It is the same concept as silent video except templating would ideally...