-
Sometimes I get an error due to wrong server configuration when trying to run multiple containers with Docker.
In traceback in logs I can not see the real reason of error, but messege bellow.
Please…
-
When attempting to install PyYAML from sources with [Cython 3.0.0a10](https://cython.readthedocs.io/en/latest/src/changes.html#alpha-10-2022-01-06), e.g. like so:
`pip install --pre -v git+https://…
-
I just got this broad acres map for fs17 but it wont load when i try making a savegame with it. here is the log
[log.txt](https://github.com/BROADACRES16xFS17MAP/Broad-Acres-16x-Australian-Map/files…
-
FastAPI is not properly architectured and maintained framework. It have a lot of bugs that author ignored totally. There are alot better framework out there .
To be production capable I would like…
-
### Current Situation
We currently don't support `blacksheep` as a backend.
### Proposed Actions
Add `blacksheep` support.
-
```python
import uvicorn
from blacksheep import Application
parent = Application()
@parent.router.get("/")
def parent_home():
return "Hello, from the parent app"
child = Applicati…
lbsx updated
8 months ago
-
Under the [handling query string parameters](https://www.neoteroi.dev/blacksheep/getting-started/#handling-query-string-parameters) section, I try to copy and paste this to my script
```python
@ge…
-
### Discussed in https://github.com/Neoteroi/BlackSheep/discussions/478
Originally posted by **netanel-haber** February 5, 2024
I recently unpinned BlackSheep from `==2.0.4` to `~=2.0.4`, and…
-
**Describe the bug**
Upgrading to 1.2.19 from 1.2.18 raises several exceptions like:
```
File "blacksheep/messages.pyx", line 302, in blacksheep.messages.Request.host.__get__
host_header =…
-
**🚀 Feature Request**
Starlette exposes an `is_disconnected` api on `Request`:
https://github.com/encode/starlette/blob/23c81da94b57701eabd43f582093442e6811f81d/starlette/requests.py#L291
In st…