Julian
Julian
This is a first attempt at storing keyboard shortcuts in the config, following up on #111. Ideally, if you open the preferences now, there is a "shortcuts" tab with some...
Hi, When trying to run call stack for my ESP32-C3 I get the error "error[E0463]: can't find crate for panic_abort" The command I run is `cargo +nightly call-stack --bin my_bin...
Using the EspHttpConnection like in this example here https://github.com/esp-rs/esp-idf-svc/blob/master/examples/http\_request.rs#L58-L60 I often get `connection is not in initial phase` errors from here https://github.com/esp-rs/esp-idf-svc/blob/b97f7a8d3eb513fcee5cad9d90bf8f0a22a675a1/src/http/client.rs#L421 when calling `submit()` if the previous call of...
The "notes for implementers" in the async version's `udp.rs` https://github.com/rust-embedded-community/embedded-nal/blob/2ad0b03083c250b61c0b8f8ef36f3063391175dc/embedded-nal-async/src/stack/udp.rs#L1-L15 do not appear on [docs.rs](https://docs.rs/embedded-nal-async/0.7.1/embedded_nal_async/trait.UnconnectedUdp.html) as from what I see. If you let me know where it is supposed to...
In the Readme's perimap instructions it says there can be four "items" that specify the IP block. One of them is the `IP_NAME`. It seems like this is never used...
This could serve as a starting point for allowing users to pass options to the printers. I only tested this on macOS, and it seems to work there. There is...
Hi, Is it possible to specify the page size of the file to print? Or somehow pass parameters to the printer function? Maybe I've simply overlooked something in the code...
**Describe the bug** Using the code in the following repo, plotters will hang when drawing the series. It only happens under very specific conditions, i.e., the specifically set stroke width...
There is an issue with the `ScrollView` on the material theme, probably related to #4411 . When scrolling with the finger (on a touch screen) or using the mouse to...
It is already (partially) supported in stm32f4xx hal (https://docs.rs/stm32f4xx-hal/latest/stm32f4xx_hal/pac/ltdc/index.html) but embassy does not seem to have any support for this, yet. I would like to use it with the STM32F4...