Wez Furlong
Wez Furlong
Sort of related to this, but on the other end of the spectrum; while probing for elgato lights (`_elg._tcp.local`), I get lots of this eprintln output happening, which is pretty...
I forked dns-parser to make it handle utf8 in labels and that cured my immediate problem; the commits are referenced above
I'm interested in contributing time on this for the ATSAMD21 boards that adafruit produces (https://github.com/rust-lang-nursery/embedded-wg/issues/61)
@zklapow https://github.com/wez/atsamd21-rs/tree/master/hal/src/usb is where I've started to pull some things together. It's a very thin veneer over the peripherals at this stage. I've also been studying a couple of other...
I've managed to successfully implement the device specific portions of @mvirkkunen's `usb_device` crate for atsamd21; I'm pretty stoked because it was a hard slog. https://github.com/wez/atsamd21-rs/issues/11 is tracking some outstanding issues...
The `;` form of some of those sequences is ambiguous and I'm not sure if it is possible to safely and sanely mix them together as in your first example....
@kenchou sort of, yes: https://github.com/wez/wezterm/blob/f5e496ebc233187c076cbb34b3cd0f0c50290f51/wezterm-gui/src/overlay/copy.rs#L1102-L1104 it delegates writing the composed bytes to the pane behind the overlay. To make processing of Composed events work, the `writer` method would need to...
Sounds like a similar root cause to https://github.com/wez/wezterm/issues/5422 which is now fixed in `main`. It typically takes about an hour before commits are available as nightly builds for all platforms....
@RomanAverin if you don't have anything constructive to add, please do not comment here. If you do this again, I will block you.
the issue with the frame has been resolved now in `main`. There is another existing issue tracking the return value of the appearance function, so I'm going to close this...