Marti Raudsepp
Marti Raudsepp
This isn't part of released django-rest-framework, but has been merged upstream for the next release. ## Related issues Upstream PR: https://github.com/encode/django-rest-framework/pull/8863
Hi! The changelog at https://djangocas.dev/docs/latest/changelog.html does not include the recent 5.0.1 release. Should it be deprecated in favor of GitHub releases? https://github.com/django-cas-ng/django-cas-ng/releases
Documentation on readthedocs displays 2.4.0 as the last release, that's two releases behind: * https://django-celery-results.readthedocs.io/en/latest/index.html * https://django-celery-results.readthedocs.io/en/latest/changelog.html There is also an old similar issue, but it seems like it got...
I want to add type hints for the pyjks package. Roughly there are two ways I could achieve this: 1. Contribute embedded type hints to upstream `pyjks` project directly (e.g....
Hopefully it's possible to implement this with filesystem ACLs, just like PulseAudio/Wayland. Haven't looked into this in detail yet.
If you also experience this bug, please add a :+1: reaction. With some recent-ish updates, GTK applications are quite slow to start up, waiting for 25+ seconds before opening any...
I recently upgraded to Django 5.0, which also means switching from `cx_Oracle` to `oracledb`. Sometimes when Django attempts to close the database connection, it could fail with the following error....
Mypy by default silences all errors that come from installed third party packages in `site-packages`. This can be disabled with the `--no-silence-site-packages` flag. However, they are not silenced in `pytest-mypy-plugins`...
This uses the `TO_CLOB()` Oracle function to convert NCLOB values into CLOB values. Doc: https://docs.oracle.com/database/121/SQLRF/functions218.htm Do you see any downsides to doing this? Only tested with SELECT & VACUUM. The...
Inserting empty strings to CLOB, BLOB, RAW and LONG RAW fields would fail with "ORA-01459: invalid length for variable character string". Oracle considers empty values equivalent to NULL, so we...