Jacob Alexander

Results 282 comments of Jacob Alexander

Hmm, that's an interesting idea. I definitely be open to adding something like this. Though, I'm not sure how to achieve this (my webdev skills are pretty limited).

Yep. We'll see what happens if I assign it to him :P

Yay, I'm starting to get requests for this :D What sort of controller should I try to spoof the keyboard as? For some thing I may have to do something...

Yeah, I have to make the distinction between Clear and None. I am open to labels that are more clear however (None is the keyword used in kll). On Tue,...

Neat! @cubiq does this patch look good? I'm no good at evaluating css...

I created this issue which located the (likely) root problem: https://github.com/balena-io-library/base-images/issues/670 https://github.com/balena-io-library/base-images/blob/91228b8f7785c025ac662ff38d42b119364ccdfd/balena-base-images/aarch64/debian/bullseye/run/entry.sh#L47 This line (`udevadm trigger &> /dev/null`) needs to be changed to: ```bash chroot /proc/1/root /bin/bash -c "udevadm trigger"...

Is this package maintained anymore? I'm trying to resolve ``` Crate: failure Version: 0.1.8 Warning: unmaintained Title: failure is officially deprecated/unmaintained Date: 2020-05-02 ID: RUSTSEC-2020-0036 URL: https://rustsec.org/advisories/RUSTSEC-2020-0036 Severity: 9.8 (critical)...

I'm going to try and see if I can work around it with C++ includes. I'm having some trouble getting my code to compile with 0.6 so it may be...

Basically, you can pay $5000 (soon to be $6000) for a VID. But this doesn't get you membership to vote on/propose new features, that requires membership to the USB-IF, that...

I have this working here: https://github.com/kiibohd/kiibohd-core/tree/main/kiibohd-usb/src I'm traveling right now but I can provide some guidance in a couple days.