Yamakaky
Yamakaky
Do you have a core dump? If you use systemd, `coredumpctl gdb` should open it.
The assertion is a failsafe, I think it was the same on mac so you can replace it by assert_ge. Can you run a debugger to get the stacktrace at...
I pushed to fix the compilation issue. Unfortunately, the error messages for hidapi are pretty limited. I also don't have a mac for testing. Some things to try: - do...
Interesting, I don't think I ever tested with two joycons. I don't see why it wouldn't work. Are you sure the tool doesn't create a fake device or something? I...
The main adaptation point is https://github.com/Yamakaky/joycontrol/blob/capture-text-file/scripts/relay_joycon.py#L97-L102. I think the rest should be ok, it may even work on windows. You could try to comment these lines and see if the...
Yeah, something like https://mozilla.github.io/server-side-tls/ssl-config-generator (cli only, of course) would be very handy
I'm using push, I use a centralized server for multiple dynamic instances so pull mode is complicated. https://www.brendangregg.com/offcpuanalysis.html indicates cpu wall time can have a noticeable performance impact, si maybe...
Note that it's the same for event. If you don't specify both `time` and `span_start_time', the respective hypertable get fully scanned. Ideally, adding a filter to one would also add...
Yeah, you can't change the authid after login. My use case is that I use the authid as username and token challenge as password for a web interface. I manually...