Tomáš Hnyk

Results 21 issues of Tomáš Hnyk

Thank you for the library. It works with my 151S AVR model. I have never used php before so it took me a bit to set it up, my streamlined...

I am using systemd to automatically start Parcellite, it would be good if a service file were included in the default install. I use this one: ``` [Unit] Description=Parcellite clipboard...

enhancement

It makes it faster for people to build the project, then looking for the right command somewhere else.

python ./transfer.py "Titulkování" [email protected] false fails with UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 8: ordinal not in range(128) whereas python ./transfer.py "/Titulkov\xe1n\xed" [email protected] false works

Network info can show a lot of information, but not the one I care about. I am on a tight data plan and I would like to be able to...

Hello, thank you for theprogram, its promise sounds great! When following the installation insttructions in the readme, I got this prompt: ![Screenshot_20220102_195222](https://user-images.githubusercontent.com/1218098/147886422-c010182d-4b2f-423e-ac1b-334939fd1d0b.png) I selected "don't touch keymap" but I would...

It took me a while to figure it out what exactly to put into the service file, I guess it will be helpful for others too.

This is weird. I posted this in winehq first, where the post with resolution is awaiting approval: https://forum.winehq.org/viewtopic.php?f=8&t=36088 The problem is that when I run kbct with remapping active for...

This is possible with xmodmap: https://askubuntu.com/questions/429946/custom-keyboard-layouts-adding-a-character-for-which-no-keysym-is-defined Is it possible with KBCT? I would like to type some typographical symbols like proper quotation marks or a dash etc. No idea how...

On Kubuntu 21.10, I got this warning when compiling: ``` warning: panic message is not a string literal --> src/util/util.rs:101:15 | 101 | _ => panic!(format!("Illegal argument {}", val)), |...