Results 28 issues of Alisa Sireneva

Namely: - "KopyKate" at big.kopykate.bit / 18Pfr2oswXvD352BbJvo59gZ3GbdbipSzh; - "ZeroWiki" at 138R53t3ZW7KDfSfxVpWUsMXgwUnsDNXLP; - "Millchan" at 1ADQAHsqsie5PBeQhQgjcKmUu3qdPFg6aA; - "Kiwipedia" at 1KiwiBCVBUcuypVm8FEmUW9YT6fJDXkN9r; - "ZeroLSTN" at ZeroLSTN.bit / 1MQveQ3RPpimXX2wjW2geAGkNJ1GdXkvJ3. I didn't add any new...

The interface should perhaps match `sslcrypto.ecc` and be called `sslcrypto.edwards`.

Sending a message to `user+alias` should be the same as sending it to `user`, à la Gmail. The alias should be visible from UI. Bonus point if `user+a` and `user+b`...

The legend has it, from time to time nofish runs a script that increases the size limit of the people who are about to reach it on ZeroTalk. We haven't...

Hello. I tried to register the second username today and got a "Network full, please try again later." error. I asked people at ZeroTalk and someone told me they got...

There is `include("ratelimit.php")` but no `ratelimit.php` file in this repository. Can I get it somewhere for tests?

This should hopefully ease maintenance of the crate and enable easier wide refactoring. Also, the `wasm32-wasi` target was renamed to `wasm32-wasip1`, and the former is going to be removed soon,...

`serde_json` has a hot loop in string parsing that searches for a `"`, a `\`, or a control character (ASCII 0x00-0x1f). I've seen a speedup from the user of memchr...

enhancement

This library does not verify that `image.len() >= width * height * channels` before passing data to WebPPictureImportRGB(A), resulting in segfault on this example: ```rust fn main() { webp::Encoder::from_rgb(&[], 16383,...

https://dioxuslabs.com/learn/0.6/reference/use_coroutine/ This page references `to_owned` and provides two examples, but neither actually uses `to_owned`.

bug
documentation