Mike Hogye

Results 14 comments of Mike Hogye

Is there a way to set these colors manually, by editing a preferences file or something?

Looks like they go under your workspace dir, in .metadata/.plugins/org.eclipse.core.runtime/.settings/com.palantir.typescript.prefs

I don't yet have an opinion about the best approach, but I'm grateful to see the discussion about the foot-gun. It's an especially nasty one: - Leads to bugs where...

It feels to me like the root of the issue is the implicit object-to-pointer coercion. Zig is generally so skeptical of implicit magic that the coercion feels out of character...

Not sure how this would handle duplicate entries (e.g. if working dir is `/home/USER/Desktop/USER/stuff`).

This turns out to be pretty trivial. In the bash-completion file, just add `-o nosort`: ``` _bd() { ... } complete -o nosort -F _bd bd ```

Duplicate entries are simply shown more than once in the list -- which is fine with me.

It's not actually listening on non-loopback interfaces ... at least in version `14.0.1`. See https://github.com/vercel/serve/issues/667 It is unsettling that the banner it prints doesn't tell you what it's actually doing.

Might be the same problem I had, or at least related: https://github.com/rust-lang/cargo/issues/2765

The upstream issue was closed because they aren't planning to do it in the next 6-12 months. Sad face.