-
### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
Ajax request from b…
-
Sometimes it's nice to use FastUI's python integration with local copies of the js/css files:
- Situations where there is no Internet/CDN connectivity, such as behind a corporate firewall (See #307…
-
-
My post on Discord: https://discord.com/channels/827546555200438332/1183542727661600889/1183542727661600889
When I tried to publish my app to space with `space push`, this error was happened:
`! E…
-
### Steps to Reproduce
i have system with installed fastapi which uses pydantic version == 2.9.2
which conflicts with the pydantic version ==1.10.18 which is used by prowler
which gets me the …
-
-
django
![image](https://github.com/user-attachments/assets/34d586fb-2d33-4713-9f22-091af7bb8ef3)
flask
![CleanShot 2024-08-18 at 21 57 27@2x](https://github.com/user-attachments/assets/acee27…
-
This project is very useful and I want to use it in production, thanks a lot!
I have tried the basic [In Memory](https://fastapi-crudrouter.awtkns.com/backends/memory) demo and works just as expected…
-
Right now, it is challenging to debug when the server is failing.
This arises from 2 main reasons:
1. It is not possible to put a breakpoint within the server
2. The error are quite critic …
-
This is more of a niche feature but I'm attempting to serve `nnsight` as an api using FastAPI. I'm accessing the model and invoking the trace using `loop.run_in_executor()`. This mostly works. However…