Jan Šmucr
Jan Šmucr
Any potential updates on this? Today I've come across this when replacing a master node with an entirely new one, and despite the configuration being correct, I was left with...
If I may add something here, the return code of `(( ))` should be checked too. Consider this: ```bash set -e I=0 (( I++ )) echo 'This is not printed.'...
Please take this as a suggestion. I presume there's more to change, but I didn't dig deeper yet.
Windows Terminal does not come with W10 by default, but can be installed from the store or via package managers. It's actually a nice app. You can run various shells...
Adding a button opening Explorer at the file would be beneficial. That's how many apps in Windows do it.But that's not what I'm trying to solve here. My original concern...
> no need to modify the behavior I prefer to use the word "improve", or rather unify the behavior on Linux and Windows. The PS' `cat` command is a good...
Alright. Then tell me how Windows users report warnings based in Lensfun or GTK, none of which use the DT's logging system. And as for `cat` (and `curl`, for example),...
> Windows users report these warnings because they (warnings, not users) end up in the log file as warnings are output to `stderr`, which is redirected to the log file....
> Why would anyone need to know what time the clock on the wall shows at these moments Because figuring out duration isn't the only purpose of logging, is it?...