Winter

Results 171 comments of Winter

A possible solution here is to switch to [Astral’s fork](https://github.com/astral-sh/lsp-types/tree/notebook-support), like [Meta did](https://github.com/facebook/pyrefly/commit/29da6f17ac6bcf7f622cf0216c63e43468a10105). Given it’s in use by both Ruff and Pyrefly, it’s probably battle tested enough for us at...

Nit: should the first commit message have a `cli: ` prefix? Doesn't look like many people do it for merge_tools specifically, but I'd rather err on the side of perfection....

This is a draft for now while I try to figure out a good way to remove the https://github.com/pyproject-nix/build-system-pkgs dependency (we may need it but probably will be able to...

> Does this require IFD? No: ``` winter@snowball ~/s/jj (empty)> nix eval .#devShells.aarch64-darwin.default --option allow-import-from-derivation false trace: evaluation warning: darwin.apple_sdk_11_0.*: these stubs do nothing and will be removed in Nixpkgs...

I can't reproduce this. Does it work when you try to open a terminal via OrbStack when iTerm is open?

We loop through every installed terminal emulator on your system, and then pick the one that's either open, or the last used one if none are open. What apps are...

Can you run `/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump > lsdb` and either attach it here, or upload it as a private Gist and email it to `winter[@]orbstack[.]dev`?

Thanks. I did receive it, but I'm afraid I no longer work for OrbStack and thus cannot help out further. (Someone else will probably come along and ask for the...

This looks to be an upstream bug, see https://github.com/docker/compose/issues/11151.

This is an issue with our package guessing feature. I'll see what I can do to make it more smart in this case. In the meantime, you can run `dctl...