Michael Dilger

Results 156 issues of Michael Dilger

...perhaps by making the core functions branchless. approx_eq_ulps(), probably the most used function, is pretty short and probably quite easy to make branchless. approx_cmp() and approx_eq_ratio() are disturbingly long functions...

enhancement
help wanted

So, implement ApproxOrd, and then consider how to handle ApproxOrdUlps.

Currently there are two places where `name` exists within the files array: (1) the first string in the pair, and (2) the `name` in the `ContentDisposition` header. `filename` OTOH is...

Currently our filename is simply an `Option`. A recent commit ensures any specified charset is taken into account and the string in that charset is decoded into utf-8. The language...

This crate works fine with hyper and iron. But it is not sufficient for next-generation non-blocking asynchronous I/O based servers.

enhancement
P-low

email-format has a lot of issues logged against it which consequently affect mailstrom

Just thought I'd mention that the MEMORY flags (airwx) don't mean what your comment implies. They don't apply to the memory, they apply to the section being allocated in that...

Cargo.toml says "MIT". The included LICENSE file is the Apache license. Also, it doesnt have any copyright statement that I found. I know, most of us don't give a rat's...

**Lack of full color emoji support makes egui a poor fit for a chat program** I'm developing a nostr client in which, like chat or twitter, people use emojis often....

feature

Gossip shouldn't have to be so complicated. Nostr should scale better. People should be able to find what they want. This is related to nip-23 kind10001, except that that NIP...