Jens Nistler
Jens Nistler
Rename devices https://esphome.io/guides/faq.html#why-shouldn-t-i-use-underscores-in-my-device-name
## Problem I'm using a custom base model quite often that automatically sets a certain field in it's overridden save method. Using `FieldTracker().changed()` will then obviously return this field as...
[Repository on GitHub](https://github.com/astral-sh/ruff-vscode/blob/main/pyproject.toml#L13) lists `0.4.1` as a dependency, however the extension downloadable from the [marketplace](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff) ships with `0.4.2`. This makes it pretty unpredictable to keep the ruff version in sync...
Supersedes https://github.com/justquick/django-activity-stream/pull/540 Kudos to [wgordon17](https://github.com/wgordon17) for the compatibility fix. Includes * https://github.com/justquick/django-activity-stream/pull/535 * https://github.com/justquick/django-activity-stream/pull/537 `tox.ini` removed as it was unused since the migration to GitHub actions
* Django 5.1 was release on 2024-08-07 https://docs.djangoproject.com/en/5.1/releases/5.1/ * Django 4.2 supports Python 3.12 since release 4.2.8 https://docs.djangoproject.com/en/5.0/releases/4.2/
**What's the issue?** [watchdog 5.0](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst#500) introduced a [new signal that is fired when a file gets closed without any changes written](https://github.com/gorakhargosh/watchdog/pull/1059). This leads to random reloads when something opens and...
Ignores the new closed_no_write event type fired by watchdog 5.x that is causing unnecessary reloads. To prevent such cases in the future, I introduced an event allow list. fixes https://github.com/pallets/werkzeug/issues/2945...
First of all, thanks for your work on this library. We're happy users so far. \ However doing our due diligence on dependency updates could be made easier. https://pypi.org/project/drf-nested-routers/0.94.2/ was...