Robert Palmer

Results 67 issues of Robert Palmer

Django 4.1 alpha1 was just released and now [supports async ClassBasedViews](https://docs.djangoproject.com/en/dev/releases/4.1/#asynchronous-handlers-for-class-based-views) Could we get DRF APIViews to support async since it's already available in the master branch of Django?

Extension eligible

It looks like if pyinstaller is upgraded to to 4.5.1 it will properly build universal binaries. For macOS builds all that would have to be done is add "--target-arch universal2"...

### Is your feature request related to a problem? I'd like to backup directly to S3 compatible cloud storage providers. Currently issuing a backup command just dumps a copy of...

New feature

It'd be great if this library supported async natively

Does anyone know of a way to dynamically adjust the number of items shown in AxisBottom depending on the width of the chart? Here's an example of a chart stretched...

stale

Is there a way to download an in-progress live stream?

Crate almost works out of the box with Django 2.x when using the native Postgres backend except for a single case when Django tries to list all the tables. It...

enhancement
feature: pgsql
feature: sql: scalars
complexity: 8-13
tool: psql

**Use case**: It would be *really useful* to have a URL data type that would verify that a URL is correctly formatted when being inserted and more importantly let you...

feature: sql: type system
complexity: no estimate

**Use case**: I'd like to be able to efficiently do aggregations using the path_hierarchy tokenizer on URLs. Example would be looking at the root directory of URLs to see popularity....

feature: sql: aggregations
complexity: no estimate

**Use case**: I'd like to be able to map functions (sum(), avg(), etc) across array values from multiple rows and return the results in the same order. **Feature description**: There...

triage