David M. Lloyd

Results 306 comments of David M. Lloyd

OK I can see if we can prevent the zipfs from creating a file if it doesn't exist.

What file is being created? I wonder if this code previously relied on the hidden side-effect of creating a file...?

Also I think the code that fails now might not be related to what was failing before. At least there's a chance of that.

> When CLI tools hard code colors instead of using the 16 defined terminal colors, this is bound to happen. If you instead use the 16 colors set in the...

I think the best we can do is to make it selectable, so that it actually looks nice for those who prefer that. Preferably it'd be someplace that can be...

As always, it's a tradeoff. Quarkus looks nice as long as you don't mind setting a flag if you're using a light background. And, I'd expect this to change in...

But isn't this all, in the end, just an effort to avoid setting the "darken" flag?

For reference, there is a tty code sequence which can be used to detect the RGB of the terminal background, and thus infer the right color to use. Here's some...

Interesting. Looks like further investigation is needed because this failure is definitely unexpected.