-
https://github.com/litestar-org/litestar
-
I defined a custom link (img) in my spacemacs layer :
```elisp
(defun mp-org/custom-link-img-follow (path)
"Click event of custom link img."
(org-open-file-with-emacs path)
)
(defun …
-
I get this error using FastAPI with granian (possibly related to #186). Repro:
```python
import granian
from fastapi import FastAPI
from granian.constants import Interfaces
app = FastAPI()
…
-
Nice project, thanks for sharing!
Correct me if I'm wrong, but it doesn't seem to support WebSockets? If not, it could be interesting to use [httpx-ws](https://github.com/frankie567/httpx-ws).
-
To create a public link, set `share=True` in `launch()`.
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "C:\Users\mrjek\AppData\Local\Programs\Python\Python310\…
-
### Describe the bug
When using a runner in a service, the service outputs opentelemetry traces even for requests to urls included in excluded_urls in the config. This is most notably problematic f…
-
Hi,
I'm trying to get to know some of your awesome plugins for datasette.
But when I try to use this plugin (or https://github.com/eyeseast/datasette-geojson-map) and run datasette locally, the ma…
-
I was looking at the docs for background workers:
https://channels.readthedocs.io/en/latest/topics/worker.html
These docs show a very useful example of how to configure the router for two worker…
-
### What is the issue?
when call ollama 、api/embed, there is python error with message:
ollama-webui | 2024-11-27T04:25:57.120363066Z ValueError: [TypeError("'coroutine' object is not iterable")…
-
So far, I've successfully done the basic setup, nginx production setup and installed SSL certificate.
But when I start the uvicorn etebase_server.asgi:application --port 8001 --host 0.0.0.0 and try t…