1024bees

Results 9 comments of 1024bees

I like this idea a lot. > Still, even though we are not exactly using a proper `Window` in headless mode, maybe exposing something like a `Window` could be a...

with `ee2d3ec55655373767c06044513c32407deb59e4`, we've added a simple test for the headless application that can be tested via cargo test! to run, this test, you can clone this branch, cd into `examples/headless`...

> There were already some existing efforts in the same direction in #957 by @derezzedex with some discussion. It'd be great to compare both approaches and finally settle on the...

I've peeled back a lot of changes originally in this commit; an updated list: ## Changes visible to end users * Adding a `Screenshot` type and screenshot `Command`s. Screenshots can...

I think this PR was trying to do a little too much :) I spun these changes out into a third party lib earlier this year: https://github.com/1024bees/iced_test. It almost certainly...

FWIW, I've had similar issues when moving from `esp-hal-idf` to `esp-hal`. It looks to me like configurations arent being picked up with macros as i am seeing ``` no method...

I'll look to find a fix for the problem @maximeborges and I are observing and document it in this issue in case it comes up with other devs moving forward.

After digging through this for a while, it would seem that the issue is that feature flags are not being propegated to build scripts. From rust-analyzer's lsp log: ``` bash...

A few updates -- writing them here to crosspost to rust-analyzer. Looked at how the workspace is invoked and it looks like the correct features are being propegated to each...