Hans-Martin Mosner

Results 4 issues of Hans-Martin Mosner

When an egui window is moved between screens having different resolution/scaling, the client area is correctly scaled but not positioned correctly within the window. It is always correct on the...

bug

#### What version of regex are you using? regex-1.5.4 #### Describe the bug at a high level. An application that I'm developing using tokio as async runtime occasionally shows a...

question

It seems that AutoNAT opens peer connections as part of its probing loop but does not close them again, so after some time connected peers have dozens of open connections...

Apparently "\u{a0}" is considered part of e-mail links, as shown by this failing test case: ```rust #[test] fn test_link_finder() { let text = "this is a mail address:\u{a0}[email protected]\u{a0}surrounded by non-breaking...