Philippe Sabourin
Philippe Sabourin
Found another issue here. If I turn off `FORCE_LAZY_LOADING` for the module, it still opens the session since there is no check for the collection already being initialized before doing...
I created a .d.ts for my app that is based on the types in some of their other libraries: https://gist.github.com/pip8786/cb4249d52a5f05d4a7d64ac38df80abe Seems to work for my use case.
I contacted them and they said it hasn't been added yet. Here's a very simple version I wrote for myself using some of their libraries: ``` type IKVideoProps = {...
Could you share the code you used for this?
@theoephraim saving all empty strings doesn't work either, same issue. I had to do this to work around it: ``` try{ await row.save(); } catch (e) { //expected error when...
If I tell it to set heading to 90 degrees, move 0 velocity, it will turn but to about 75 degrees instead of 90, even with the backlight on. We're...
We found that the BB8 was not supported in the beta, it works with the master version. The beta supports sprk+ though but not the BB8 so you have to...
@zenelk I'm using a Sphero 2.0, firmware 3.75 according to the Sphero app, and the SDK is the latest one from this site (downloading the master zip file). The issue...
@zenelk Any update on this? We're trying to release a product within a few weeks and I'm still struggling to keep a solid connection to the sphero through all the...
With the beta SDK I'm still getting firmware mismatch errors when just connecting to the robot, but I haven't tried sending it commands or reading sensors yet. Will come back...