-
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:
```diff
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
```
-
I'm trying to write a function that builds my app, that way it can be reused between my `main` function and my tests. Unfortunate, the type parameters for `actix_web::App` or the `IntoServiceFactory` …
-
Im a maintainer for [Lemmy](https://github.com/LemmyNet/lemmy), which uses actix-web and has a large API of probably around 100 endpoints. I tried to integrate utoipa in order to generate API docs, as…
-
# Rust: Actix-web and Daily Logging | behai-nguyen software development learnings and documentation
Currently, our actix-web learning application simply prints debug information to the console using …
-
## Expected Behavior
Serving static HTML files via actix-files should allow viewing these files in a web browser.
## Current Behavior
Serving static HTML files via actix-files works partially…
-
I am using actix web with this crate
I though that sending the tasks to separate thread would not block the main thread unless am doing something wrong
from within my main function am creating c…
-
**Describe the bug**
IPTV Xtream provider (StreamQ) returns http://PROVIDERS_IP_ADDRESS/video/black.ts as a anti-proxy/re-stream protection when trying to watch content.
**To Reproduce**
Set m3u-…
-
Reason might be because one of them might be pushed to a different core which might not be shown in the terminal.
Not Sure though.. Figure out what to do..
Does a infinite loop work in the end?
-
I proposed this idea in to handle cases where trailing slashes are relevant. Basically, allow defining a route with a pattern like "/some/path/?" that matches both "/some/path" and "/some/path/". I a…
tp971 updated
1 month ago
-
### What happened?
When bringing down the container, SIGINT is sent to gateway. It dies with a panic instead of gracefully handling the signal:
```
[gateway] | thread '' panicked at /usr/loc…