Florian Hars

Results 12 comments of Florian Hars

This patch fixes it for me, no idea what it does on windows: [0001-query-terminfo-color-capabilities.txt](https://github.com/mackwic/colored/files/8411625/0001-query-terminfo-color-capabilities.txt) (And how stupid is it that github does not allow to attach patches to issues?)

Emacs compilation mode doesn't, it allocates a pty and sets TERM=dumb, which has been the standard way to do this since 1978.

I think the XML output is invalid as the XML specification explicitly says that documents containing illegal characters are not well formed, The normative reference is XML 1.0 (Fifth Edition),...

Stale bot is a bit eager here, right?

`opt-level = 'z'` may not be your best bet when trying to shrink your program, here are some of my numbers for the text size for a small `thumbv6m-none-eabi` binary...

Both the "View URL" and the "View URL OBS (1080p)"

You should probably put a strongly worded warning on `type_conv` version compatibility into the `README.md`. It also misses the dependency on rubber for the doc target.

Another thing that might be worth looking into is the blocking `abort_by_index` call the current logic uses. If I understand the manual correctly, that can take as long as the...

Not just the directories: ``` touch 'fnord; touch I_Was_Here_Too'; labgrid-client -c test-config/remote.yaml -p mp write-files -t '/; touch I_Was_Here' 'fnord; touch I_Was_Here_Too'; ls -l ~/I_Was* ```

From ssh(1): > If supplied, the arguments will be appended to the command, separated by spaces, before it is sent to the server to be executed.