Torsten Curdt
Torsten Curdt
Google is such a mess. Thanks for the help. But I think I just let it be.
Seems like product and vendor id are different. Changing them to ``` ProductID = 0x0753 # product id number from Digistump VendorID = 0x16d0 # vendor id number for Digistump...
@Bluebie after digging through the code I found that, too. But even with just e.g. 100ms delay it's not working.
I changed it to ``` #include void setup() { DigiUSB.begin(); } void loop() { DigiUSB.println("hello"); DigiUSB.delay(10); } ``` and still get nothing but the `Attached` message
Turning this into something like this would be fantastic: ``` curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_FLAKE=git+ssh://[email protected]/tcurdt/nixcfg.git#utm bash -x ``` Even better if would also allow for passing a key for decrypting credentials...
Turns out this was some sandbox problem (that I don't understand yet). ``` nix build --extra-experimental-features 'nix-command flakes' --impure --expr '(import (builtins.getFlake "nixpkgs") {}).runCommand "" {} "id -g"' -L unknown>...
> Any idea which files you moved? Sorry, cannot remember. I worked through this in the matrix chat. I really wish this would just work :-/ It's a bit a...
I am not opposed but - careful. Colors should be very subtle then. This needs testing or should be started as optional. Too much color can also have the opposite...
Should we just get rid of the URI check and pass it directly?
You want to check if it's a path or a URL - and if it's a path check for existence? I would have delegated this further down the to the...