Jarno Suni

Results 6 issues of Jarno Suni

I do not know, if it is intentional. Test shell script: while true; do echo x; sleep 1; done | less Workaround: Press Ctrl-C and then q. (For some reason...

I suppose yad could have a key bind for iterating the matches on quick search set up by --search-column. F3 key forwards and shift F3 backwards is a common choice...

I am trying to translate a sample code using python-xcb to respective code using python3-xcffib (0.8.1): http://rosettacode.org/wiki/Window_creation/X11#XCB_2 I am using python 3.8.2 in Ubuntu 20.04. ``` #!/usr/bin/python3 import xcffib from...

Changed function: _variables() e.g. foo "${BASH_VERSIO completes to foo "${BASH_VERSION}" and foo "$BASH_VERSIO comletes to foo "$BASH_VERSION" Note: foo "${BASH_VERSIN completes to foo "${BASH_VERSINFO[", though additional deletes the trailing quote,...

If the used locale has e.g. comma (,) as decimal separator, the script does not show correct value. Better to run the dd command as LC_NUMERIC=C dd ...