Alisa Sireneva
Alisa Sireneva
> @imachug is a great guy, I like him very much! but @rllola... @rllola has too much to lose with any fork.. she wanna just save herself. You have been...
> it's actively being developed. Is "last commit was 10 month ago" called "actively developed" these days or am I looking in a wrong place?
I'm also interested in this feature. [Chromium supports something similar](https://developer.chrome.com/docs/capabilities/web-apis/fetch-streaming-requests), so this is not without a precedent.
There's probably a lot more problems with DoS resistance here. The most obvious one, IMO, is https://github.com/ogxd/gxhash/blob/main/src/hasher.rs#L113-L117 `compress_all` is completely independent from the seed, so a collision in `compress_all` affects...
@HelloZeroNet What about closing this?
Are there any soon-ish plans to implement this?
Bonus content: misdecompilation in another direction! ```java // outputs: "non-variadic" class Test { public static void main(String[] args) { overloaded((Object)null); } static void overloaded(Object o) { System.out.println("non-variadic"); } static void...
How about I apply the least contentious clippy lints for now? I'd like to: - Fix spaces in doc comments - Replace the use of `needles.get(0)` / `needles.get(1)` / etc....
I see. I think I'll apply the 3rd bullet then, and whitelist other lints. That should be no worse than status quo and might actually catch bugs.
Sure, I'll get to it soon. What is the rationale by the way?