Konrad Kołakowski

Results 4 comments of Konrad Kołakowski

Hello, I encountered very similar and probably related issue, with date search going backward: On month October of each year after 1995, year that is returned is always 1995 for...

Hmm, `./run-demo.sh` works indeed, but I tried to run it with other apps - and it didn't work 🤔 For example: `./.build/release/timeui sleep 5` or `./.build/release/timeui ping -c 5 www.google.com`...

Indeed, I browsed the code a little bit and indeed you first try to figure out path of the executable, not the command itself. Is there a reason for that?...

It's not only for system commands per-se, but you can run, for example some scripts via command something like that `python3 foo.py` or some build systems, like `make`. Closer to...