Dennis Brakhane
Dennis Brakhane
**Affected Versions**: 3.4.3 as well as 3.3.3 (I haven't tested others) SumatraPDF seems to always render soft hyphens in bookmarks:  (the Bookmark is `Testing 123` where `` is the...
* cattrs version: 1.10.0 * Python version: 3.10.0 * Operating System: Win ### Description In some cases, `create_uniq_field_dis_func` fails to disambiguate certain unions. The order of arguments matter, which can...
* cattrs version: 1.10.0 * Python version: 3.10.0 * Operating System: Win10 ### Description I was experimenting with ways to modify the unstructured data, and noticed that GenConverter accepts the...
Let me start by saying that I feel kinda silly for bringing it up, but I think WickedEngine is a pretty neat engine and I feel it's important to respect...
This time, no PR, as I'm not yet sure what the correct way to handle it is. `handle_message_update` in State crashes when a private message is updated, because `make_message` tries...
## What OS are you using? Windows 10 ## What version of Dramatiq are you using? Version: 1.17.0 ## What did you do? I ran into an issue where a...
operator[] can insert an element, so it's not safe to call in multiple threads. We need to have a mutex when accessing it.
I find having a common code style in projects where multiple people work on can be an advantage in grokking the code, as the code is consistent throughout. So I...
The ISA spec states: > SLL, SRL, and SRA perform logical left, logical right, and arithmetic right shifts on the value in register rs1 by the shift amount held in...