Nosikmov

Results 5 comments of Nosikmov

I found some issue about this moment. The site lose headers from user, and can't using user: Annotated[User | None, Depends(User.from_request_opt)] in download get. But if i use router link...

![image](https://github.com/pydantic/FastUI/assets/168178686/5666faec-79fd-4360-8da1-bb4fe05987ae) > just adding that you probably also need the other files (CodeLazy.js, Markdown...)? > > ```shell > FASTUI_ASSETS_VERSION=0.0.23 > FASTUI_ASSETS_URL=https://cdn.jsdelivr.net/npm/@pydantic/fastui-prebuilt@$FASTUI_ASSETS_VERSION/dist/assets/ > wget -r -np -nH --cut-dirs=5 -R "index.html,index.html.tmp" -P...

Hello, and how can I replace the App.tsx already loaded from the site with my own with a modified Custom, or is there an example to replace Custom with something...

> > Hello, and how can I replace the App.tsx already loaded from the site with my own with a modified Custom, or is there an example to replace Custom...

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