Nick Anderson

Results 8 comments of Nick Anderson

These are all great suggestions, thanks! I'll see about adding some of this logic when I get time!

Ah ok, I see the issue here. The difference is you're generating system crashes (which you're correct, we do not parse) and this table is primarily focused on parsing out...

To add a bit more context -- we handle this situation on other systems with a `crashes` and `kernel_panics` table, which we might want to consider on Windows. The system...

I'm curious how other folks in the community might want to address the differentiation between system and application crashes. Shall we approach this as we do on darwin? Two virtual...

Yo! Sorry for the _massive_ delay in my responses on this. Below is a detailing of how we have it deployed internally, please let me know if there's any points...

> Here's the final version of platformio.ini that worked for me: > > ``` > [env:esp32dev] > platform = espressif32 > board = pico32 > ; board = esp32dev >...

Any chance this ever made it to the roadmap? Or anyone in the community figure out a good way to get a VS solution file generated from a buck project?...

This would be super nice to have I'm sure! Might be a pretty good feature for someone new to the project or looking to get started?