Roland Schaer

Results 68 comments of Roland Schaer

Could start out as simple as ``` > brew deps bat --tree bat ├── libgit2 │ ├── libssh2 │ │ └── openssl@3 │ │ └── ca-certificates │ └── openssl@3 │...

@dfang Extracting the .tar.gz to `~/.local/share/rtx/installs/java/termurin8u372b07` should work fine. If `rtx ls` does not show the runtime, try clearing the cache via `rtx cache clear`.

Since tasks might run in parallel the task prefix should probably be added to be able to tell which timing belongs to what task. The current output does not make...

Yes prefixed will help a little but with many tasks could still be hard to read. An overall summary at the end might be better. Maybe we can find some...

> After looking at it I feel like hacking a table on to the default output doesn't look right. @Ajpantuso you're right it looks a bit odd. So i guess...

A fix for this known issue seems to be underway. As a workound the following was recommended by support which seems to do the trick. a. delete the node modules...

If OAuth would be painless i wouldn't mind setting that up initially as well but i guess this would require a setup script and since the token will expire after...

Thanks for the hints @felixhageloh! Forcing users to install a font is not really an option. For now it seems that importing the styles via `` tag does indeed work....

@toupeira A global `-P, --profile` flag has been introduced with #1973. Not quite sure i can follow what you're trying to achieve here but given following scenario, `mise -C /tmp/mise/project...

@toupeira I see, so given my example of a project in `/tmp`, a `$MISE_CONFIG_DIR/config.dev.toml` file should also be taken into account.