-
I am trying to use `actix_web` on a esp32, but, at compile time, since `zstd-rs` is a dependency of `actix-http`, I can't build my project.
Here is the end of the stacktrace (Github limits it to 6553…
-
When using the OIDC middleware, I don't get the configured Actix CORS headers in my frontend when the `redirect_to_auth()` method is called. This is causing CORS policy issues, since I am both running…
-
### What happened?
When using the `SdkMeterProvider` with a `PeriodicReader` on a tokio `current_thread` runtime, the program hangs when the `SdkMeterProvider` leaves scope.
Example reproducer: …
-
## Expected Behavior
The docs seem to suggest that the `web::scope(...)` is a helper that groups different routes under the same prefix, but that otherwise the behaviour would be the same as wi…
-
We are using the docker compose with Traefik example you have with a File Limit set to 500 MiB. We can upload a 25MB or greater file we just cannot retrieve the 25MB or larger file
When retrieving …
-
It would be nice to add a feature for sharing app state across the jobs, something similar like https://docs.rs/actix-web/4.4.1/actix_web/web/struct.Data.html
```rust
// This struct represen…
-
The application obviously works, but I want to make the code base prettier to make it more maintainable.
Fiber is an amazing framework too and cross-compiling in Go just works, but I think I'll ach…
-
Compiling ioctl-rs v0.1.6
error[E0277]: cannot subtract `chrono::Duration` from `Tm`
--> /Users/joa/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-http-1.0.1/src/cookie/jar.rs:224:44…
-
I'm getting some compile errors when trying to use a [tokio::sync::watch](https://docs.rs/tokio/latest/tokio/sync/watch/index.html) channel with an Actix WebSocket - and send a message whenever there …
-
Hello author, Because my actix_web program requires scheduled data addition, deletion, modification, and querying operations, can you use your async-cron-scheduler to complete them?
for example:
``…