Results 4 issues of Anton Sinitsyn

Hello! I don't understand can i build this code https://github.com/sinitcin/microservice ``` error[E0599]: no method named `deconstruct` found for type `hyper::Request` in the current scope --> src/post_multipart/post_multipart.rs:30:63 | 30 | let...

Hello guys! I've started a new project, https://github.com/sinitcin/fhe. A few files have enormous comments. Maybe this is why I've got panic. ```bash $ rustc -V rustc 1.76.0 (07dca489a 2024-02-04) $...

When we use substrate, it required the nightly version. Now, it's not necessary. The current version in coverage: `nightly-2022-03-22`, that haven't some features, for example `bool_to_option` feature that provide `then_some`...

compiler
enhancement
testing

Hello everyone, I have a bunch of old microservices, some of them are under the control of other people, and they write data directly to a PostgreSQL database. To keep...