Johannes Schmidt
Johannes Schmidt
Hi! I've created a short [blog post](https://johschmidt42.medium.com/role-based-access-control-with-app-roles-in-azure-static-web-apps-f6525d1b7d92) on Medium.com that is about how to use **Azure SWA with AAD App Roles for access control**.  ### Resource Title Role Based...
I'd love to be able to install the quba-viewer via brew! Are there any plans to add the quba-viewer formula in the near future?
I came across your repo and noticed that you're defining **async** endpoints that don't await anything (e.g. "/chat" route). This will essentially block the event loop, when your endpoint is...
Hi! I couldn't find an implementation for (async) pyscopg? I'm surprised nobody has added this yet! If nobody has done this, I would suggest an implementation and open up a...
Currently, the Dockerfiles for non-production apps in this repository showcase examples where static files are served via a web server such as Nginx or Caddy. However, since FastAPI/Starlette natively supports...
Would it be possible to see a stop button added to the chat? Reading the docs about background jobs, I came to the conclusion that we need to check if...