Wez Furlong

Results 893 comments of Wez Furlong

Try setting https://wezfurlong.org/wezterm/config/lua/config/allow_win32_input_mode.html to `false`?

Let's keep this open to track fixing the underlying problem!

Having the same class of issue with wezterm on Fedora, OpenSUSE and Arch; manually removing libwayland-client.so from the extracted appimage allows it to start: https://github.com/wez/wezterm/issues/1956#issuecomment-1119697379

Note that wezterm uses EGL rather than vulkan

I think there are a couple of options: * have the allsorts `rasterize_glyph` always return `PlatformError` * Have the Loader impl delegate to a `Loader` that is passed into the...

I added more context to the warning: ``` caused by: Warning! overlap while calculating Register Size within a Cluster! Cluster contents may be incorrectly aligned! Single( RegisterInfo { name: "BAUD_FRAC_MODE",...

Here's the offending sequence in the svd file: ``` BAUD USART Baud Rate 0x0C 16 BAUD Baud Rate Value 0 16 BAUD_FRAC_MODE USART Baud Rate BAUD 0x0C 16 BAUD Baud...

May be another incarnation of https://github.com/japaric/svd2rust/issues/16 ?

I've hacked in some code to skip entries that have an `alternateRegister`, which seems to fit with the default disposition of #16 and probably fine (caveat: I haven't read any...

Thinking about this a bit more, can we simplify this? If `addressOffset` is the start of the range of bits for the register (relative to its container; the cluster) and...