Wojtek Siudzinski

Results 78 comments of Wojtek Siudzinski

Hi! Could you remove the `.particle` folder from `C:\Users\mikesej`, restart Particle Dev and see if this helps?

@thatguychrisw sorry to hear that. We'll look into this. In the meantime, you can try the [zipped version](https://github.com/spark/particle-dev-app/releases/tag/v1.8.0) of Particle Dev App

I would like to offer users ability to choose three row layout or the old two row one. Unfortunately it's not this easy with layouts. We could turn it around...

I believe [this SO post](https://stackoverflow.com/questions/69661809/no-name-or-address-cbcentralmanager-no-longer-working-on-macos-12) sheds some light on this bug. Apparently it's fixed in macOS 12.3 yet to be released: > macOS 12.3 Release Date With regards to iOS...

That's a great idea! It would definitely need to be reworked for live parsing. Probably by buffering chunks and parsing when a whole GCC message has been received. Currently, we...

@keeramis do you have any insight into why the e2e tests are failing? This seemed to start after the last merge into `main` 🤔

It is possible to reserve more than one toolbar by calling the [`getToolBar()`](https://github.com/suda/tool-bar#main-package-file) callback more than once. Then you could have a one part of the toolbar which toggles the...

You pass the toolbar name when calling `getToolBar()` callback. [There's PR](https://github.com/suda/tool-bar/pull/163) which allows users to control which toolbars are supposed to be visible. Any help here is welcomed :)