yash-fn

Results 26 comments of yash-fn

Do you maybe need SYS_ADMIN and SYS_MODULE capabilities or --privelaged?

Just saw this in pyopenssl repo: https://github.com/pyca/pyopenssl/issues/996 Does this mean they support 1.3 now?

Hello, try checking this repo out where he uses autokey to achieve some of this. Basically you just need more configs to cover all the variations of arrow use. https://github.com/madslundt/keybindings

Also, I have issue where the left key without using autokey generates the following events with xev: ``` KeyPress event, serial 37, synthetic NO, window 0x7000001, root 0x20d, subw 0x0,...

Very nice thank you!

I also have a 4041 and am happy to run any packet captures.

I vote keeping it the way that it is now. The same media file can be referenced in many different ways. Might as well save yourself a headache engineering something...

Easy. Just import genanki then create a new package class that inherits from genanki's package class. Then simply override the requisite write_to_file function to a custom one that writes media...

Here is something off the cuff totally untested but should give you something to start with: You then must specify a media_function with three args (outzip, path, idx) that will...