Qwerasd

Results 41 comments of Qwerasd

I'll look in to fixing my plugins some time soon-- I'm fairly busy in general so it may be a bit. I didn't even realize anyone was still using my...

- What combination do you have set for the toggle? - What operating system are you on? - What keyboard combination do you usually press to produce those letters?

I can't reproduce this issue on macOS and don't currently have a Windows computer to test with.

Big endian packed memory layouts start from the end of the buffer. A bit offset of `0` means 0 bits from the end of the buffer. Afaict this is correct...

Not a typo, another name for that weight (see ). I might consider changing the name though, since it seems like SemiBold is the more popular name these days.

This PR is superseded by #7686. Thanks for the work on this though! Even if this won't be merged, the bike shedding of the config options in particular helped me...

Oops forgot to update test code when I renamed that enum value haha

That's a useful hint- we should disable the shadow while non native fullscreen is active, which should fix this.

I'm fully in favor of this proposal, since implicit `undefined` memory is a huge footgun. Of note with regard to memory zeroing: LLVM seemingly identifies and optimizes memsets to explicit...

I'm taking a look at this (on macOS), but not seeing any color difference between specified colors (either palette colors or RGB) and the pixel color which is produced. I...