-
We will be using Rust. We will be using PostgreSQL.
- [x] Webserver **TL;DR: Axum. Actix is plan B** (Axum crate name: `axum`, Actix crate name: `actix-web`)
- REST API
- Probably will use JS…
-
## Responses poll
Currently while I am working on refactoring multiple aspects of the `utoipa` lib for the coming release 5.0.0 this is good place to introduce some improvements to current workflow…
-
I get ```rpc error: code = Unknown desc = Unable to build the crate => caused by: Unable to solve the graph => caused by: grpc-status: Unknown, grpc-message: "unknown API capability file.base"```
Aft…
-
Hi Diggsey!
Thanks for sharing this interesting project. I like the async/await support and your emphasis on correctly mutating actor state.
I have a small application currently implemented in…
-
Can you enable "process" feature for Prometheus metrics like this?
![image](https://github.com/OutThereLabs/actix-web-opentelemetry/assets/29559559/22d2772b-ce21-445c-b3ab-8ae31c821c35)
https://docs…
-
## Expected Behavior
Pass type checking
## Current Behavior
```console
error[E0282]: type annotations needed
--> examples/cannnot-compile.rs:28:10
|
28 | async fn index(client: web::Data…
-
Hello!
I am the maintainer of https://github.com/agersant/polaris, a self-hosted music streaming service in Rust. I am tentatively migrating the web server from `rocket 0.4 (non async)` + `diesel` …
-
It seems the http logging in the python library is set as INFO? Wouldn't be better if that's set to DEBUG so it doesn't conflict with actual INFO messages used by the application?
-
There are a number of places we call `into()` gratuitously, where, instead, we could refactor the code to make better use of the `Into` trait. For example, our extractors all [set `::Error` (where `T`…
-
I am trying `utoipa_actix_web` with `ResourceFiles`, and to struggle a bit. Here is the snippet:
```rust
use actix_web_static_files::resource_files::ResourceFiles;
pub fn configure(config: &mut…
ctron updated
1 month ago