Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

Yes, it gets even more complicated if you have multiple boards running the same firmware. It could easily lead to multiple boards running different (but clean) revisions of the same...

No, keeping .git on the device is not gonna work

`package.json` suggestion: ```json { "name": "MySample", "version": "0.1.0", "description": "Makes everyone happy", "author": "Citizen of the Universe", "license": "MIT", "readme": "https://link.to/README.md", "keywords": "json,rest,http,web,esp32", "urls": [ ["fs:main.py", "src/main.py"], ["fs:etc/data.dat", "github:org/repo/dir/file.dat"] ],...

@RobertBlackhart I think this would be very useful for education scenarios

No, this is completely on me for now. Also, it's in discussion/definition phase (also setting expectations here :smile: )

There's now an experimental support of installing applications. For example you can install [`aiodns` example](https://github.com/vshymanskyy/aiodns/tree/main/examples/simple) using this button: [](https://viper-ide.org/?install=github:vshymanskyy/aiodns/examples/simple)

Closed by mistake?

Thanks for a quick reply. I see 2 majour uses for the tracing mechanism: - profiling - efficient logging i.e. many software components come with some logging capability, so it...

Right now, the activity is indicated by changing the color of the Connectivity (USB, BLE, Link) icon. It changes from green to orange when the device is busy. I agree...