Samit Basu

Results 9 comments of Samit Basu

Also not the OP, but I ran into this exact same problem. Config: ``` Desktop, Fedora 36 Kernel: 5.19.6-200 GPU: NVIDIA RTX 3060Ti ``` I am running Gnome 42 (which...

Just a bit of digging around. On my system, the failure appears to be caused in `glutin`'s `choose_fbconfig` function. The set of available configs never makes it through this filter:...

For the record, here is my `egl-info` output: https://pastebin.com/hd8j9Edk The queried parameter `ffi::egl::MIN_SWAP_INTERVAL` is not listed in the columns of the `eglinfo` output from what I can tell.

This is the issue in `glutin`: [1444](https://github.com/rust-windowing/glutin/issues/1444). Not sure I understand the resolution.

I plan to work on this. For now, I used the same solution @qkzk used of using 2 `Multiline` next to each other, but it definitely feels a bit hacky....

Hi @emilk - thanks for making UI's fun again! On the PR reviews, a couple of questions: - Can anyone review PRs? Or do they need to belong to the...

We use `egui` extensively at work, and the lack of support for the numpad has been noted (and complained about). I will take a look at this issue and see...

@emilk - Just to clarify... Splitting `Key` into a `logical` and `physical` key will necessitate breaking the integration API, correct? Since e.g., `Key` will become a struct with 2 fields...

I have a fix for this on my fork. I will raise it up as a PR for @ktemkin in case it can be merged.