Alexander Moosbrugger
Alexander Moosbrugger
I also ran into this issue. Same i.e. trace log message with a exception as last parameter of multiple params results in different log entries, when using XLogger or Logger...
I tried the experimental shims support today and ran into an issue while testing it. Previously with `asdf`, I had some global tool-versions set to `system`, which I no longer...
I just remembered, that rtx no longer sets the `RUBYLIB` env variable from the ruby plugin (Reference to [related rtx code](https://github.com/jdxcode/rtx/blob/fea79fa71f379dae0e74ee3d08ad5e29c2d6586a/src/env_diff.rs#L182)). With shims, the variable should be set again. It...
Thanks for the first round of system version tools fixing. Unfortunately, I think it still needs another fix for shims mixing system and local versions. I opened #276 with the...