Pavel Lobodinský
Pavel Lobodinský
I also have issues with async under Node 0.12. Tried to rewrite it under new Node, I am getting segmentation faults. It would be great to have a working example...
Unfortunately, that way won't work in my case. The number of items in the JSON is dynamic and out of my control.
> This data isn't always available, since it's expensive to calculate. We need to see how the situation will be in Borg 2. I see. I thought it was because...
Visual Studio plugin would be nice but then we're stuck with that single IDE. I pretty much like `pybricksdev` because I can easily integrate it with IntelliJ which is my...
Giving the issue a second look, I have found the following: 1. Run a program 2. Turned the Hub on 3. The Hub is found successfully when calling `device_or_address =...
I can see the `await asyncio.sleep(1)` now in the `cli/flash.py`. Thanks! It's weird though that the same issue does not happen when the Hub is on before executing `pybricksdev run`....
> Capturing Bluetooth packets to see what is actually going on is usually a good first step. Will give it a try. The problem I see is to be able...
Tried to capture BLE packets for both scenarios - Hub turned on prior to running `pybricksdev`, and Hub turned on after running `pybricksdev`. The results are the same for finding...
> The blocking flash stuff on startup is a likely offender. To find out, try downgrading the firmware to [this one](https://github.com/pybricks/pybricks-micropython/commit/53ca295c4abe3d661e16ff04dad88a3f95ac8506) or something older. This commit is from just before...
> All of flash needs to be rewritten, not just that one in particular. I don't know how this stuff works but wondering, @dlech mentioned that once the Hub is...