-
The starting point for issues should usually be a discussion...
https://github.com/dymmond/lilya/discussions
Potential bugs may be raised as a "Potential Issue" discussion. The feature requests …
-
Hi guys
This is a follow up of https://github.com/emmett-framework/granian/issues/320
I'm not entirely sure if this is really a bug of starlette, or more of a feature that's missing or so.
O…
-
I didn't find any functionality similar to `--factory` from uvicorn. are there any plans to add such a thing? something like that:
```python
def create_app():
app = MyAPP()
return app
```…
-
## Summary
We are evaluating the Granian WSGI server for use with our Django application. During this testing phase, we have encountered an issue with how Granian handles certain characters, specif…
-
### Summary
Here is the [specification](https://github.com/emmett-framework/granian/blob/master/docs/spec/RSGI.md)
### Basic Example
_No response_
### Drawbacks and Impact
_No response_
### Unre…
-
Hi I'm getting the following with a standard Django app OOTB (version 5.0.6, granian 1.3.2)
```
granian web.config.asgi:application --interface asgi --reload
[INFO] Starting granian (main PID: …
-
### Additional comment:
_No response_
-
So with a simple Django project, I've created 2 routes:
1. Without any DB query
2. With DB query
started the server with the command:
`granian --interface wsgi djangotesting.wsgi:application --w…
-
Hi guys
Thanks for having created granian, it's a great thing!
There's of course always potential for improvement, here's something I miss from gunicorn:
- In gunicorn you can pass [--pid](ht…
-
Hi there! Congrats for this great project, looking forward to see where it'll go!
I have some difficulties trying to understand the need for a different specification (RSGI) in addition to the two …