-
---
Facing Modules / package error
2023-07-12 17:08:15 Traceback (most recent call last):
2023-07-12 17:08:15 File "/usr/local/lib/python3.8/decimal.py", line 3, in
2023-07-12 17:08:15 …
-
We had multiple people ask if they could use Python backend in Wasp. Mostly Flask was assumed, as a backend server. React as frontend is ok, even great.
I will list here some ideas on how Python co…
-
# Problem
Right now, all the apps are running locally. Figure out how to deploy this app to AWS, preferrably onto ECS.
-
I have the following issue when try running the API from my docker image. Running it locally, has no issue.
This is my requirements.txt:
```
fastapi==0.63.0
fastapi-cache==0.1.0
```
Ful…
-
**Describe the bug**
![image](https://github.com/microsoft/PTVS/assets/82852072/b939ebdd-2af2-42e7-9c8e-841e85ffc591)
**Steps to Reproduce**
1. Launch VS
2. Click "View->Cookiecutter Explorer"…
-
I'm having issues with service invocation so decided to run with consul instead ([as described here](https://github.com/diagrid-labs/dapr-workshop/blob/bcbca1367da1eb5af25aa9679ae9ff246a90fc14/docs/pr…
-
Hi to every one,
I want to debug with `PyCharm debugger` run my tests and see all variables and traces. but it seems it didn't load the `.env` file so I have an error that some critical environment …
-
Hi again!
I've installed fastapi-keycloak 1.0.7 from PyPi and tried to run basic example.
I've started keycloak server via `docker-compose` with their provided `docker-compose.yaml` and `realm-e…
-
Hi @koxudaxi ,
As mentioned at https://github.com/koxudaxi/fastapi-code-generator/issues/24#issuecomment-864356253 , this tool does not generate a Docker project similar to openapi-generator-cli.
…
-
One of the main objectives of `v0.3.0` is to add documentation for quick start to lower the barrier to entry.