leifhelm
leifhelm
Use the following command: `USBPcapCMD.exe -d \.\USBPcap2 -A -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -` Note the added -A option to capture the whole traffic on that root hub
I changed the underlying implementation of `LLVMStringOrRaw` to be more generic. Furthermore I added lifetime specifiers to methods that return `LLVMStringOrRaw` and any wrapper types (`DataLayout`, `TargetTriple`). I hope this...
Inkwell does currently not support LLVM 14 see #317. This PR is kind of stale, as I don't know how to best test some of the features. Especially test that...
The current implementation of orc2 is broken. I have an unpushed testcases that fails, regarding the materialization unit. But I was unable to write an example for that feature. The...
@pablosichert I had some changes regarding CAPIDefinitionGenerator lying around on my harddrive. I incorporated your changes. Great idea of using a trait to generate multiple extern functions. This is probably...
@pablosichert do you have a better solution than `Wrapper` that I introduced in leifhelm@8643148? Without it I could call drop right after `add_generator`
I have a configuration like this: ```emacs lisp (general-create-definer leader-keys :states '(normal insert visual emacs) :prefix "SPC" :global-prefix "C-SPC") (leader-keys "TAB" '(evil-switch-to-windows-last-buffer :which-key "Last buffer")) ``` It creates a message...
It is contains HID device according to `lsusb -v`. The protocol is very similar to the S2 Mk2. Just a few things got moved around and one message was added....
The [manual](https://images-eu.ssl-images-amazon.com/images/I/C1z6RGpnVTS.pdf) states that it uses a proprietary protocol named NHL.
Never it is