Results 147 comments of Shish

Actually there are even more layers in this rabbit hole -- looks like the `env` supplied to this function is _supposed_ to contain the complete parent environment (If I'm reading...

Looking into "reasons why the zed CLI might report an empty environment", I believe my case is a related-but-separate bug (`cargo run` in the root results in `env` being set...

Thank you for the explanation, that has connected some dots :) With that deeper understanding, and my misleading part-of-a-comment removed, I think this is good to go (the only way...

@josser are you launching zed by clicking the `.app`? My understanding is that when you do that, zed gets launched with no locale environment variables at all, and "hard-code en_US...

I like the look of this, but unit tests are failing so can't merge :eyes:

FWIW I ended up building my own package for Debian Testing. I wouldn't recommend using my repo (it is very much built to scratch my own itch), but the Dockerfile...

Update: it seems that python 3.12 was recently removed from Debian Testing, so the Dockerfile that I wrote for self-contained package-building no longer works (it was only working when I...