Ling Zhang
Ling Zhang
@andykais thanks for your detailed typescript playground examples! I can however, clearly see that it is possible to define only a handler once, and have the service types be inferred....
For the acceleration, you can check the delta values and the rate they are coming in right? So with some magickry, you could potentially guess it's acceleration and adjust accordingly?
Hi, it says in the README that a map visualization has been done. Is it possible to see any working code for this?
Thanks for this info! I'm about to make something similar for my community. I'm interested specifically in the power saving issues you ran into. Would you be able to briefly...
So I built my own monitor and you can solve this by pushing the wifi scanning to a Service that is run as a foreground service. It will have a...
I'm logging to a firebase instance. I'm running a network performance evaluation of the university wireless network.
Hey @wolever any chance you would be able to merge the pytest4 branch into master?
My only concern here is A) it would break backwards compatibility, and B) it does add some complexity in requiring another step. Perhaps we could make it so the script...
So to be more specific, do you mean given a set of tests, some tests should only be run for the v1 api, some should be run for the v2...
Oh sorry just came back to this one. What we do is we check our autobot tests into our repo, so that they are always up to date with the...