Johannes Schmidt

Results 6 issues of 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**. ![image](https://github.com/staticwebdev/30DaysOfSWA/assets/74831750/754d884a-559b-4d58-8934-fd3ee8ff3d2c) ### Resource Title Role Based...

ThisMonthIn - Community

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...

enhancement

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...

feature request

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...