Braden Mars

Results 34 comments of Braden Mars

@FishermanJ, Probably the simplest way to reattempt a connection until success is by using a try/catch block like so: ```python def connect_blynk(): '''Connects to Blynk Server''' try: blynk = BlynkLib.Blynk(auth)...

@Tarun75 Sorry, I never saw your initial reply. > Please provide details for above code Which part of the code I provided would you like details for?

:+1: Not a dumb solution at all! In fact, if you weren't already aware, the vscode integration generates recommendations for extensions related to python and python intellisense, so adding pymakr...

@MilesStarr Thanks for the report! I apologize it took me so long to get back to you. > I've never contributed to open source or done any pull requests. It...

Sorry for the delay, So you bring up a very valid argument which I actually found myself stuck on for a while when I had first started this project. While...

Very interesting. Have you personally tried this? If so, how did it compare to the current ms-python + micropy stubs combo? I've been very late putting out a release with...

Awesome! Is anyone here interested in pulling together a PR to add a template option for pylance in micropy-cli? If not, I will try to get to it soon.

@Josverl I am thinking of targeting https://github.com/Josverl/micropython-stubs/blob/main/publish/package_data.jsondb to source pypi package names (to ensure I lookup the correct package, for security and such). Is this output stable? Lemme know what...

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Coverage increased per file =========================== + micropy/project/modules/packages.py 1 Coverage decreased per file =========================== - micropy/config/config.py -13...

For sure! IIRC, I believe I finished the implementation and just needed to fix some tests... Looking back, I _may_ have been a bit (a lot) too strict with code...