Kyle Hubert
Kyle Hubert
I merged against master, and rebuilt Alacritty. Still continues to work great for me here. (I've now moved through a few different keyboards as my setup evolved.) What can I...
Thanks for the ping, I've had a bit on my plate with the day job. It should be pretty straight-forward to bring back the original WindowBuilder code snippet. If you...
@chrisduerr, I updated to master and brought back the Platform specific WindowBuilder attributes. I'm going and updating the Alacritty patches now. However, I'm unable to build Alacritty's master branch, as:...
Ah, it appears Alacritty can't build with Winit's master branch (irrespective of these changes).. This is the first I've encountered that. What do you suggest I do?
Sorry to spam the thread, it looks like according to this commit: https://github.com/rust-windowing/winit/commit/d612a1b5a10cc63413b0d7026eedcdab78d2d181 The virtual key code `Add` is prefixed as `VirtualKeyCode::NumpadAdd`. Alacritty continues to build now, I'm running against...
Absolutely @chrisduerr. Let me know if I can help again. I think you want to make a pass at some of the naming, I'm not sure it is a 100%...
From my perspective (dev) I've completed all the asks from the maintainers. The patch runs really well for me, I'm unable to expose any bugs, and there are two ways...
I think it is a good opportunity to fix this issue, as a number of macOS devs are frustrated that Big Sur still doesn't have 24bit color support in Terminal.app...
Thanks for the update, any sort of reproducible test case we can use to isolate the problem?
Pretty excited to see this. I tried building a release target, and saw this error: ```rust warning: unknown lint: `broken_intra_doc_links` --> src/lib.rs:133:9 | 133 | #![deny(broken_intra_doc_links)] | ^^^^^^^^^^^^^^^^^^^^^^ | =...