David James Sherman
David James Sherman
Need to test this with Bluetooth disabled, since on the Raspberry Pi 3 UART0 is mapped to Bluetooth and UART1 is a software UART whose bps rate may change with...
Did you try with `dtoverlay=pi3-disable-bt` in case it is the problem with the [floating UART1 speed](https://github.com/aseba-community/aseba/issues/538#issuecomment-248530793)?
We have had this discussion before. See the archives for the aseba-thymio mailing list, [message 484](https://www.mail-archive.com/[email protected]/msg00484.html) on 2016-08-08T12:34 for example (paragraph 5 talks about Universal Links, which are the preferred...
You don't do it that way on iOS, you need to use Universal Links on the web page
Windows 10L https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation macOS https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102207
But not `vm` and `vmbuffer`, *cf.* https://github.com/aseba-community/aseba/issues/795#issue-291022563?
Please document the use cases where more than one or two processes will be using the shared libraries that you have identified.
The question that came up is, what if the robots are sharing RF dongles. Even with wifi, one can imagine an exercise where all of the robots in the classroom...
Is there a way to produce a compilation database that is compatible with Sonarqube? Currently we produce one using `build-wrapper` from [SonarCFamily for C/C++](https://docs.sonarqube.org/pages/viewpage.action?pageId=7996665) but it is sometimes a bit...
@cor3ntin: Do you know whether they are compatible? If you can generate one, I can test it with sonar-scanner. How do you recommend managing the three different compilation databases for...