fakeshadow
fakeshadow
## Expected Behavior `actix-multipart` should have limited memory usage by default. ## Current Behavior `actix-multipart `potentially exhaust all system memory. ## Possible Solution Apply header limit from `actix-http` to `actix-multipart`...
## Expected Behavior actix-files should be able to serve pre-compressed file according to accept encoding setting(Either on disk or embedded in binary) ## Current Behavior All files serve must go...
Add second generic param for the receive argument for new_service method. Default to () because it's all service factory uses at last. actix-server only accept it. Remove InitError type and...
There are some obvious problem with the bench. 1. actix-web and warp return a String while others return a &'static str. This means they have additional allocation for generating payload...
It works pretty well and really helped me to understand more about the reanimated lib. However on my Android phone the nav bar behave strangely when scroll to top. I...
```rust struct Node { prefix: Arc } struct Param &str { std::str::from_utf8(&self.0[1..]).unwrap() } } ``` A trade off between less lifetime and reference counted overhead + an extra public type....
Take `TcpStream` type for example it holds only `Socket` type which is Clone. For reference std offers api like `TcpStream::try_clone`.
## Setup ### Versions - **Rust:** stable-x86_64-unknown-linux-gnu - rustc 1.81.0 (eeb90cda1 2024-09-04) - **Diesel:** 2.2.4 - **Diesel_async:** 0.5.0 - **Database:** PostgreSQL 16.3 - **Operating System** Linux 6.10.6-10 ### Feature Flags...