Howard Cox
Howard Cox
I've encountered a problem with my Debain 11 system running Gnome 3.38..6, where after locking and unlocking, the gnome overview is entirely blank (showing no open windows) and I'm unable...
This isn't an error _caused by_ this backend, but it is one which people may come across when using Django and TimescaleDB with hypertable compression and may also affect your...
- Adds link at top of page with styles to appear when focused - Changes `role="main"` to a `` and adds an id to link to - Moves 'copy-banner' and...
Use a `` element for the top mavigation bar, instead of `role="navitation"`. These are semantically equivalent, but its better to style by class or ID than by role/element type, as...
**Is your feature request related to a problem? Please describe.** Defining custom `run_args` / `run_kwargs` for a container would be nice. I've ran into some issues with using `timescale/timescaledb-ha` (specifically...
Hi, would you accept a PR to add an option `represent_empty_as_null` to `RangeField` so that `to_representation()` returns `None` when `value.isempty` Our main use-case for this is that it would be...
Doesn't appear to be required any more and the chroot works without it. I'm guessing the newest Raspberry Pi OS just doesn't need this.
# Description It seems that from pytest `8.1.1` onwards, using `--import-mode=importlib` causes `AssertionError` to not render a diff in the shell output. `8.0.2` worked just fine (as did 7.x). To...
Django 5 added: - `BaseConstraint.violation_error_code` and corresponding `__init__` parameter. - CheckConstraint.condition` to replace `check` and corresponding `__init__` parameter. - The use of `check` now emits a Django6 deprecation warning, but...