Vojtech Pavlovsky
Vojtech Pavlovsky
I do have the same problem as @bertrik. Importing `basename` from `os.path` fixed initial Python Error, but now I am getting *No device found on ...* error. I have manually...
Thanks for your help @valeros. I have pulled your changed but the error persisted. ``` (["upload"], [".pio/build/nano33ble/firmware.bin"]) AVAILABLE: cmsis-dap, jlink, nrfjprog, nrfutil, sam-ba CURRENT: upload_protocol = sam-ba BeforeUpload(["upload"], [".pio/build/nano33ble/firmware.bin"]) Use...
What have you changed @bertrik. The Arduino gets into bootloader mode when I press Upload (led starts slowly blinking) but immediately fails.
OK, I am not sure what happened but I tried to upload it again and it worked!
Thanks a lot for making this work @valeros! However, I have one weird problem. When I try to upload binary, Nano will switch to bootloader mode (not sure the correct...
@valeros With your latest commit uploading works all the time! I have tested this with the latest development version for nordicnrf52 platform. Brilliant! Thanks.
Hey everybody, I want to note one thing: `compute` starts a new Isolate for each call. Starting new Isolate may take between 100-200 milliseconds. Each Isolate also copies some memory...
@techouse have you tried calling `compute` method multiple times at the same time? I am afraid that many concurrent `compute` calls can negatively impact performance in different way (esp. memory...
@techouse I understand that your PR allows async converters. This will be useful for any Isolate implementation. Thanks! I just wanted to get some discussion going for the next steps....
Hello, I have tested this right now with markdown copied from [here](https://www.markdownguide.org/extended-syntax/#footnotes). You need to indent all lines to make them stay inside the footnote. So, yes, you can have...