Edwin Kofler

Results 229 comments of Edwin Kofler

Hmm, it sounds like we were talking about different things with the compiling - I thought you were talking about compiling a Go codebase for all (relevant) platforms, to a...

Right - yeah a shell based one is definitely more work compared to any modern language since most facilities are built in. Once I write my JSON parser for Bash,...

@zyfdegh Do you have KaTeX or MathJax installed? I'm pretty sure markdown doesn't natively support LaTeX.

I'm looking into this, and it seems I can't find any information on how plugins duplicate this function natively? The [ruby](https://github.com/asdf-vm/asdf-ruby/blob/master/bin/install), [elixir](https://github.com/asdf-vm/asdf-elixir/blob/master/bin/install), and nodejs plugins don't use `uname` anymore. I...

> For example, the use of [ is actually a completely separate program @jmcantrell It's a builtin - see `help [`. What you're referring to hasn't been true for decades,...

I agree that there needs to be consistency I personally prefer to only _use_ Bash syntax when I need to. So I only use `[[` when I need to pull...

Would like to add my input and say that I'm not for this proposal either. Currently, `.tool-versions` is strictly declarative and this would make it much more imperative. Not to...

I mean like, in my option, if you're switching to DVORAK, you're kind of asking for it (and is up to you to fix it). I really don't think that...

The find and sed thing is kind of a hack, and definitely go for it if you want to do it, but I don't think it should have a place...

glad to see some progress on this! - i'll add that this also occurs when using pnpm workspaces, since they use the same workspace protocol