Tim Diekmann

Results 73 comments of Tim Diekmann

Disclaimer: I invented `error-stack` and am one of the main authors. I stumbled across this RFC and I really like the adaption. I'm happy to answer questions to help migrate...

> We can not implement our own fmt for the `Report` because some of the information is not public, e.g. the location of a frame. The location is not stored...

Yes, I could imagine a kind of anonymized structure being helpful. Of course, this would be lossy, but it would at least be possible to deserialize it. I can also...

Biome is available from `PATH`, but only if the working directory is the project. You can think of this: ```sh > cd ~ > which biome biome not found >...

There are two ways for `mise` to find binaries. One is through dynamic updates to the `PATH` variable on CWD change. The other is through shims. Effectively, a shim looks...

Hi @GnomedDev and thanks for the suggestion and it definitely makes sense! I'd probably would make this an optional (enabled-by-default) feature. I'll defer to @indietyp here as he has planned...

Yes, I will take a look at this. I would do it as a follow-up of #7452 as, except they communicate with sentry, there should be no connection between the...

I created H-4824 to track this.

I encounter the same issue (quite frequently recently). My `ulimit` is `2560` (I did not change that) and I encounter the issue even with only 20 files open. I cannot...