Adam Brunnmeier

Results 115 comments of Adam Brunnmeier

I think the project is still hot, it would be nice if somebody could pick it up. Today I'm applying for the German "prototypefund" to get sponsored for work on...

@danwillm thank you very much for your work! I guess you're talking about https://github.com/LucidVR/opengloves-driver. Sorry if it sounded like I said this project is abandoned. From what I've personally seen...

Thanks :) I can see that I mixed up the OpenXR term. Is the project title for the driver "opengloves-driver"? I guess LucidVR initially named it like that with it's...

I think this PR should be closed as https://github.com/gesquive/fast-cli/issues/2#issuecomment-330858272 mentions it is implemented already.

Same question with more comments: https://github.com/pyserial/pyserial/issues/428 Let's close this issue since the other one had more discussion.

@bdureau do you prefer a native Java port of the esptool to an android wrapper around esptool.py? What are your main arguments? The port would lag behind the esptool maintained...

I am still getting this warning. In my Linux distribution (Arch) the settings paths are `~/.config/Code - OSS/User/settings.json` for the stable and `~/.config/Code - Insiders/User/settings.json` for the beta version. I...

Hi @Sobattan :), ReadCharacteristic is not implemented in this dll, just SubscribeCharacteristic. You can add it yourself or use the subscription. I think you are getting the error message from...

I think you're missing the entry in the BleWinrtDll.h file for ReadDataAsync. Concerning the ReadDataAsync function: - The first lock_guard seems redundant, you should be able to remove it. -...

One workaround is adding ``` 2606:4700::6810:1723 registry.yarnpkg.com 2606:4700::6810:1723 registry.npmjs.org 2606:4700::6810:ab63 yarnpkg.com ``` to /etc/hosts. You can get the ip6 with `nslookup registry.yarnpkg.com`. The idea is from another comment on github...