Results 993 comments of Christian Duerr

This managed to successfully resolve my issues with my browser crashing due to leaked buffers: https://github.com/catacombing/kumo/commit/1f99d2d40f743db45a30e9c05388f608cfc05193 I'd appreciate feedback on the implementation, I'm not sure if cloning the connection is...

#731 implemented everything I needed, so I think this can be closed? I'll open a separate issue for the regression that broke this.

Can someone share the output of `alacritty --print-events` up until the point the ctrl+q keys are pressed?

Do you have another binding for Ctrl+Q in your config? In the 'broken' case it's already sending a `ReceivedChar('\u{11}')`, so it seems like it should be working properly.

@jeremydr2 Wait, so you're saying only the second ctrl+q works? Do you release both q **and** control when pressing it twice? It looks like you're pressing RControl, have you tried...

Reported upstream in https://github.com/rust-windowing/winit/issues/1267.

I added some functions to access the APIs for EGL and GLX. This works for my usecase at least, so maybe that's enough to just merge it? Let me know...

@kchibisov Do you plan to follow up on this? If not I'd declare it out of scope considering it's OpenGL driver issues in a VM.

This happens on linux if you have a huge amount of folders with long names inside each other. I just thought that this seems exactly like the kind of thing...

Yeah I understand that. I just haven't seen it mentioned anywhere so I thought I'd at least try to start the conversation. I would be down to look into it...