Diggory Hardy

Results 281 comments of Diggory Hardy

New traits then (a copy of these other than the name)?

I don't know, but 16-bit numbers have not been sufficient for all Unicode code points for a while now. Additionally "characters" can be composed of multiple code-points (e.g. combining diacritics)....

> BE is more natural than LE Depends on the CPU. With Intel you can just cast an LE-byte-array pointer to a 32- or 64-bit integer pointer. It's fairly arbitrary.

I also can't enter some keys in the configurator. I have a _highly_ customised ErgoDox here. `[` is AltGr+A (mapped in the OS for various reasons); pressing this in the...

@sigboe what's a "simple macro"? Something like making the keyboard emit 'Shift' + '1' simultaneously to yield '!' ? Then no. As I said, I use the OS keyboard layer...

Same (but Fedora Linux, KDE/X11, radeon). I'm guessing this is the source panic: ``` 11: 0x563a3183d61f - ::drop::hc0f7a0deb0022a42 at /home/dhardy/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/platform/linux/x11/mod.rs:971 ``` which [is a panic](https://github.com/tomaka/winit/blob/master/src/platform/linux/x11/mod.rs#L971): ```rust let ic = (x_events_loop.display.xlib.XCreateIC)(im,...

Out of curiousity I decided to take a quick look at this. - `libmpv` has [an empty render module](https://github.com/ParadoxSpiral/libmpv-rs/blob/master/src/mpv/render.rs) — this part of the API isn't wrapped yet (see [the...

@sztomi I'm not very familiar with Iced but just paying attention since https://github.com/kas-gui/kas/ has many of the same underlying libraries and issues. I believe Iced does have an (incomplete) glow...

@sztomi it's still another API to learn, and I happened to familiarise myself with WGPU first. That said, Iced has backends for both (though I hear the glow backend is...

> mindful about ... to snowball to account for all sorts of expression kind combinations because there's quite a lot of them There are, yes. My personal feeling is that...