Michael Matloka
Michael Matloka
Hi! Has there been any progress on auto-sorting imports? We'd love to adopt Oxlint at PostHog, but this is quite important to us.
+1 from ZEN-3896
Coming back to this now that some other PRs are in. To answer both your questions @oliverb123: So, the concept behind environments is that data coming in/out is environment-specific, but...
Hi @Jeff-Lowrey, thanks for making the issue! Hmm, it's your choice as a user whether you want to sticky hovers (the default behavior), so I don't think there's anything the...
I'll close this, as sadly there's nothing that can be done at the extension level here (though if I missed something, let me know!)
Can you say how you see linting being applied concretely? Syntax highlighting is handled by the VS Code [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python), so I'm not sure we should we take over that,...
Happened again for me. Here's my `mount` output: ``` $ mount /dev/disk3s1s1 on / (apfs, sealed, local, read-only, journaled) devfs on /dev (devfs, local, nobrowse) /dev/disk3s6 on /System/Volumes/VM (apfs, local,...
Happened again. `sudo launchctl kickstart -k system/org.nixos.darwin-store ` returns `Could not find service "org.nixos.darwin-store" in domain for system` 🤔 Hmm, it might be FileVault enabled. I still see `disk3s7` as...
> `sudo launchctl bootstrap system /Library/LaunchDaemons/org.nixos.darwin-store.plist && sudo launchctl kickstart -k system/org.nixos.darwin-store` This worked, at last! Honestly at this point I don't know when the unmounting happens, maybe on every...
Hmm, no, that didn't actually work. Well, `flox` _did_ become available within $PATH, but then running `flox activate` just failed (exit code 1), with all the logs disappearing. I had...