Nils K

Results 544 comments of Nils K

Adding a JSON library would add significant code size. If setting the values is exposed by the firmware (custom menu, webpage etc.) it is probably more convenient to just dump...

The Arduino Core for ESP32 simply uses the esp-idf/FreeRTOS under the hood. Using it directly opens up [*a lot of* optimizations](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/performance/ram-usage.html) for reducing RAM usage by the FreeRTOS itself and...

Hey I stumbled upon this issue and would like to work on it a bit. One problem with styling SVG images with CSS is the fact that styles don't persist...

Is there currently a way to directly pass an ast to black? Or do I need to use astor, astunparse etc. to first generate a string and then pass that...

> > Or do I need to use astor, astunparse etc. to first generate a string and then pass that to black? > > Yep. Okay, than I will probably...

In CSS terms that would simply be a comma: `curl --silent https://www.rust-lang.org/ | htmlq '#get-help, head'`

I think I would prefer passing the streams directly instead of as strings such that the signature would be `init(..., wrap: bool | TextIO) -> None` instead.

The way it works since 3.7 is at least consistent with `typing.get_origin()` inside the stdlib which got introduced in 3.8

Yes, virtual keyboards are currently what's missing from cage for me (though support in e.g. westons `kiosk-shell.so` is also not really usable).

This would be very much appreciated as the current master also shows popups/menus in `gtk4-widget-factory` which the latest tagged release does not (and presumably this was fixed in wlroots upstream).