David Lechner
David Lechner
I noticed that there are quite a few "sync" type VS Code extensions now. Perhaps we could borrow from one of them - or even better, find one that has...
I agree with @WasabiFan that the Getting Started page is not the best place for this since most people don't ever need to think about toolchains. How about we just...
* specific version, not using the git hash: use a git tag, e.g. https://github.com/tcwan/ev3dev/raw/ev3dev-jessie-2017-09-14/logo/ev3devLogo128.png * latest version: use a git branch, e.g. https://github.com/tcwan/ev3dev/raw/tcwan-wiki-swarch-1/images/workflow-c-cpp.svg You can also clone the wiki as...
> I'm not sure how to clone the ev3dev-wiki. git clone https://github.com/ev3dev/ev3dev.wiki.git https://help.github.com/articles/adding-and-editing-wiki-pages-locally/ Then you can push to your fork of the ev3dev repository. cd ev3dev.wiki git remote add tcwan...
Or you can just edit the ev3dev wiki directly and I can copy the images later if that is easier for you. 😃
https://stackoverflow.com/questions/13808020/include-an-svg-hosted-on-github-in-markdown
Thanks for the work on this. I don't use keebird anymore and I already maintain too many other open source projects. So I'll leave it up to @luckyrat if he...
I thought the suggestion of adding an `"identifier"` property similar to attributes was very specific.
The guidelines are the same as for the `"identifier"` property of attributes (reverse DNS), except it would only use the `"com.example"` part since it is just the company. If a...
Since Bleak 0.20.0 we automatically retry to connect if `le-connection-abort-by-local` is seen. Is this not working? I guess it kind of is based on seeing it multiple times in `bluez_error.txt`...