fritz-k
fritz-k
My drive went read-only last night with these messages showing in the kernel log dmesg ``` $ journalctl -b -1 -k Mai 07 21:02:55 fritz-arch kernel: ------------[ cut here ]------------...
Hi, opening the same conversation again afterwards eventually leads to success. Roughly a quarter to a half of all requests get redirected to not-found. ## Steps to reproduce 1. Open...
if `(setq python-shell-interpreter "ipython")`. Each time I try calling a management command there's just this message that no commands were found: ``` python-django-mgmt-list-commands: Search failed: "Available subcommands: " ``` With...
Commit 433b132f2402cf6ceae5b1a8ca6956933ba7798c messes up the displayed order of apps by using an unordered dict to store app_paths. This fix retains the order of apps but leads to the order of...
### Summary When injecting parameters from decorators, ruff complains about additional parameters on a property (PLR0206): The sample code ([playground](https://play.ruff.rs/d56db4a0-9311-4c0e-9445-b791d2c61c4e)) ```python from __future__ import annotations from functools import wraps from...