failable
failable
Ideally it should read `VIRTUAL_ENV` automatically.
Is the support for .justfile drop? The current code seems to find justfile only. https://github.com/psibi/justl.el/blob/476bf9c4fc3d753589f1cf2c13dc4e1e14aaba7e/justl.el#L156
For me, that's a big missing part.
Same question
@notpeter Hello! I tried this settings ```json "languages": { "Python": { "format_on_save": { "language_server": { "name": "ruff" } }, "formatter": { "language_server": { "name": "ruff" } }, "language_servers": ["pyright", "ruff"]...
@bersace Thanks. I also noticed there is a [recently added setup guide](https://docs.astral.sh/ruff/editors/setup/#zed) in the ruff documentation last night. In this ruff specific case it works. But the multiple formatter setting...
The following setting [(The reason why I tried this setting)](https://github.com/astral-sh/ruff/discussions/12983#discussioncomment-10380228) ```json "languages": { "Python": { "language_servers": ["basedpyright", "ruff", "!pyright"], "format_on_save": "on", "formatter": [ { "language_server": { "name": "ruff" } },...
The official website eats all my Intel CPUs.
Pretty neat feature!
No idea why `migrations/patch/20250117120332009669-upsert_drug_dosage_admin.sql` is not the first candidate.