Benjamin Richner
Benjamin Richner
Would you look at that, Mr. Chen has an answer for this as well. Not surprised at all. https://devblogs.microsoft.com/oldnewthing/20061222-00/?p=28623 > A common mistake in generating 32-bit resources is to mistreat...
Yep, the wrong number of bytes looks like a `binutils` bug. https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=binutils/resbin.c;hb=HEAD ```c /* Convert a stringtable resource to binary. */ static rc_uint_type res_to_bin_stringtable (windres_bfd *wrbfd, rc_uint_type off, const rc_stringtable...
Thank you for the PR. I reviewed it and, unfortunately, it does not seem to work with the GNU toolchain as mentioned in https://github.com/tauri-apps/winres/pull/8#issuecomment-1531024685 . ``` = note: x86_64-w64-mingw32-gcc: error:...
I just realized that perhaps the `send_event` and `flush` calls I added should not be executed on the event handler thread, but on the dedicated thread that calls Xlib functions....
> For this pull request to go through, it would need to be against the develop branch rather than the master branch. I see, that can easily be rebased. >...
> The result was that nothing was pasted into **Kate**. Huh, I can't quite follow. Is that a problem? AutoKey without my changes also pastes nothing into Kate. So I...
Here's what's gonna have to happen before we can move forward with this PR / bugfix: - There needs to be at least one project maintainer who can understand and...
@Elliria Very thorough work, thank you. It is odd that you get such different results from mine. I wonder if there's something funky going on with virtualization and VirtualBox. It...
@Elliria I found the reason for the discrepancy between our observations. In my bug repro, I wrote: > 1. Create a new Script (you can leave the script empty) However,...
For comparison, here's what it looks like on my end. Autokey `master` branch: ctrl down -> 1 down -> 1 up -> ctrl up:  ctrl down -> 1 down...