Ben Boeckel

Results 538 comments of Ben Boeckel
trafficstars

What stream does that apply to though? Color support needs to be given a file descriptor (or stream) to know what it's going to. For example, redirected output to a...

It seems that `termcolor`'s detection is a bit simple, but the convenience of doing it at the buffer/writer level is still worthwhile. https://github.com/BurntSushi/termcolor/blob/master/src/lib.rs#L157

It doesn't seem to be Windows-specific based on [this comment](https://github.com/libarchive/libarchive/issues/772#issuecomment-307581138).

I feel like `podman pod` has this now. Maybe the ability to create a pod from a compose file would be useful?

Thanks. Is there a way to bind this as a default flag for the arg-less `todo` command?

Ah, thanks. Looking at the repo, I see `confspec.in`, but no mention of that in the docs anywhere which is why I guess I didn't notice that it was an...

The systemd unit files would need updated to understand that the new non-zero exit code is not a failure.

Indeed, it seems that all posts are currently available publicly. It looks like `PUBLIC_VISIBILITY` is the token to search for where to actually change this in the code. Note that...

I have a bug against task warrior for this problem as well. Mainly to get more debugging out of it.

Ok, I guess you are using libtaskd? If so, the bug I linked is more relevant to a real fix.