-
Hello,
Everytime I try to add a `user.js` file, the app stops working entirely. I tried redownloading it, but it still doesn't show up on OBS or Chrome. It only started showing up when I re-install…
-
Add notes here as things come-up -- current thinking is:
1. Make this a relatively quick demo (Cult of Done)
2. Use LLMs for interactivity -- e.g. custom train Llama or use GPT-4 based on semantic t…
-
## 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…
-
Hi,
I'm trying to prevent access to resources on a website (from any other not supposed to) by using CORS on Nginx. I did setup a reverse proxy to direct tiles requests to Martin (localhost:3000). …
-
Hello,
Two or 3 awesome feature we could have in the future:
- Task chaining !!!
- Abortable Tasks (Backend needed first I suppose) like in python celery
- Share object between tasks (cache, ..)…
-
It'll help the developpers a lot if we can add more examples like what actix-web has done: https://github.com/actix/examples
Currently we don't have enough docs. I hope me or anyone else can find t…
-
**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-…
-
### Environment
* Dart SDK Version: `Dart VM version: 2.0.0 (Fri Aug 3 10:53:23 2018 +0200) on "linux_x64"
`
* Flutter Version: `Flutter 0.6.3-pre.14`
* Using dart on Android 9.0 (flutter) and Lin…
-
Getting `panicked at 'error: NoAvailablePorts` in alpine container.
Error Stack
```shell
thread 'actix-rt|system:0|arbiter:0' panicked at 'error: NoAvailablePorts
0: failure::backtrace::…
-
Hello guys, is there a way to use redis `subscribe/psubscribe` in actix + actix-web system?
I don't want to create a seperate thread for handling this, is there a better way to do this?