Thomas Eizinger

Results 1887 comments of Thomas Eizinger

Removing `decision-pending` because I think we agree that there should be backpressure. It is still open on how to solve that.

@jamilbk @bmanifold I found an asdf plugin that manages Chrome and manged to configure wallaby to use that instead of the system version. At least locally, this makes wallaby's warning...

Still needs testing on a Windows machine.

I am also hitting this. This leads to quite the performance regression for us as I have some `trace!` logs in the hot path of our application and profiling it...

@bmanifold @jamilbk @klochowicz Any objections? I can draft up a PR for initial adoption.

> If this is going to be something that will be required to use, then I do have objections. If this will be something that is optional and I'm still...

I don't want to force anything on anyone. I want to solve problems for which the current solutions (`.tool-versions` as well as `rust-toolchain.toml`) are insufficient. In particular, I'd like to...

> My main objection is that this does not solve any problem for my development / setup. I've never found it very useful to have tools forced on developers, but...

> Unless I've missed something everything that's been stated as an issue seems to be a Rust development issue. If that's the case, then why not just stick a `mise.toml`...

So I've tried a few things and what we can do for a gradual adoption is specify some tools in `mise.toml` and some in `.tool-versions`. I've started with a basic...