Austin Morton

Results 73 comments of Austin Morton

:+1: Thanks for this, applied it manually and ember.js now works with this :smile:

My ctypes hid library is unlikely to see any future updates unless there are community contributions or critical issues that crop up from newer hidapi library versions. Vendoring the ctypes...

libhidapi must appear on your system library path - if you don't want to permanently modify your system you can temporarily add `/opt/brew/lib` to LD_LIBRARY_PATH before running qmk. ``` export...

`write('\x00\x64\x00\x03\x00...')` is the correct way to call the API versus what you currently have `write([0, 64, 0, 3, 0, ...])` IE, `write` needs a binary string, not a list of...

without seeing the code in question and/or the resulting datatype being passed to `write` at runtime it is hard to say - are you able to get trivial examples working?...

This is probably better posed as a question to the upstream maintainers of hidapi, since all this exception indicates is that `hid_open` is returning 0 When you say you are...

I will happily review and merge a PR for this and publish any changes to pypi, but unfortunately I don't have much time these days to spend on this project...

We could/should look at updating our fork of firejail in general. IIRC we have two patches applied to firejail, so we can't just update to the lastest and use the...

AFAIK nsjail is not available in the package repos for any arch on Ubuntu/Debian. You must build it yourself.