Antheas Kapenekakis
Antheas Kapenekakis
https://github.com/varlink/python/graphs/code-frequency does not inspire much confidence to me. gRPC looks more mature on the surface https://github.com/grpc/grpc but also more complex to use.
I will look a bit more into the PR over this week but I was hit with a tight deadline for Saturday today. I think it is ok to stick...
n2.2 point is referenced here too https://github.com/jgraph/drawio/issues/4510 Also a default 27pt border is something I would rather not have to remove, but not a dealbreaker if its for new users.
latter part is dupe of https://github.com/gvalkov/python-evdev/pull/236
It's probably due to using an ancient kernel to build the wheels
Botch complete: ```python try: # .ecodes misses UInput stuff, grab from runtime if it exists import evdev.ecodes_runtime as ecodes_runtime return cast(int, getattr(ecodes_runtime, b)) except Exception: pass return cast(int, getattr(evdev.ecodes, b))...
I made a fix for my package. But currently evdev.ecodes is missing uinput attrs on arch, fedora, and the wheel
> latter part is dupe of https://github.com/gvalkov/python-evdev/pull/236 Squiggles on VS code are due to the same issue as that one
I did not test master. Hopefully it does (seems that it will). However, the issue is cosmetic and I can live with it for now. The uinput issue caused a...
``` ❯ sudo hhd.contrib hidraw 2 set:5a070920000100 get:5a set:5a08092000010f set:5a070b260001 get:5a set:5a080b26000102 set:5ae03293 Using argument '2'. Device: /dev/hidraw2 0b05:1b4c Usage Page: 0xff31 Usage: 0x0080 Names: 'ASUSTeK Computer Inc.': 'N-KEY Device'...