btrepp
btrepp
Clones fine ``` argocd@argocd-server-7d74dbfbc7-4vklw:~$ eval $(ssh-agent) Agent pid 66 argocd@argocd-server-7d74dbfbc7-4vklw:~$ ssh-add id Identity added: id (beau@beau-pc) argocd@argocd-server-7d74dbfbc7-4vklw:~$ git clone [email protected]:/~btrepp/infrastructure Cloning into 'infrastructure'... remote: Enumerating objects: 1490, done. remote: Counting...
``` ssh-keygen -t ed25519 -C "argocd" -f argocd ``` from #7600 Has allowed me to finally craft a key argocd will use, it's not the same host (e.g not github)....
So I've docker built the builder image, fixed some build issues with it (tweaked some SSL package issues) and that does allow the functions to build, unsure currently whether I...
Very happy to integrate with a wider midi platform. One of my dreams of rust is that you can share the code everywhere, so happy to facilitate. Definitely okay with...
Hi. I'm not 100% about the readme code, @p4ddy1 might be able to help there. He contributed the midi-out code. As far as it being recognizable, yes :). https://github.com/btrepp/rust-midi-stomp is...
> Thanks for the pointer to rust-midi-stomp. Using `.device_class(USB_CLASS_NONE)` when [building the USB device](https://github.com/btrepp/rust-midi-stomp/blob/master/src/usb.rs#L14) makes it show up as expected. The code in the readme uses `.device_class(USB_AUDIO_CLASS).device_sub_class(USB_MIDISTREAMING_SUBCLASS)` which seems to...
I haven't really tested the community contributions. So mileage may vary for 'stable' in a non production version. I believe most people are using it from git. That being said,...
Ah yeah I guess some of the prs didn't update the doc. Honestly I am not super actively developing this. It was used in a device that is completed, which...
Hi Glad it helps. :). From u7 makes the most sense for me. Consumer of API can build a u7 how they want. I think it wasn't implemented just because...
@Marusyk I have moved away from testing routes. Currently I use the OWIN framework, so I'm using the OWIN test server and mocking out service layer things (by using a...