Greg Manning
Greg Manning
ah, i got past configuration (and into build errors) by setting ADF_PATH to my checkout of esp-adf.
yes, i can across that, and fixed it in the same way you got to. I think it compiled after that, but didn't run on my board well (I was...
As a workaround, you can set the environment variable `CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS = "true"` to enable overflow checks. There might be something similar for debug assertions. You might be able to get...
> One issue I did run into in the past was how to implement GUI callbacks. It would be really nice to use Rust closures, but closures require a "fat...
You're right, they do, of course. I was experimenting with closure-based callbacks, ideally so the calling code can be something like `view_port.on_draw(|canvas| { /*...do things with canvas... */ };`, rather...
I got the exact same stack trace. Having got the source code, and stepped through, it turned out it was a nullreferenceexception in my view, but the stack trace had...
I had this issue - it's because the docker-compose.override.yml mounts a volume over /var/www/emoncms, so it appears empty. I've worked around it by commenting out the volume block in docker-compose.override.yml...
...now running with `--ban-file ThatOneUnzippedGoogleTakeout/` and it seems to be getting further without stalling.
> > Happy to provide logs and api traces, but would rather that wasn't public. > > You can share them on my discord [@simulot](https://github.com/simulot). I'll get something zipped up...