fasthtml icon indicating copy to clipboard operation
fasthtml copied to clipboard

The fastest way to create an HTML app

Results 45 fasthtml issues
Sort by recently updated
recently updated
newest added

**Proposed Changes** Add a section to the FAQ on how to setup tailwind following a request to do so from Jeremy in Discord.

Hi, all the images in your tutorial contain some errors: "Image corrupt or truncated."

**Related Issue** #355 **Proposed Changes** Added a argument to `fast_app` that allows the user to change the default static media folder being the root directory. Updated the documentation to reflect...

- [x] Add `contains` explanation - [x] Improve `xtra` docs - [x] `transform` is a kw argument in `db.create` that performs necessary data structure migrations, but not data migrations. It...

**Describe the bug** pico 'grid' class is in conflict with bootstrap grid class, can't solve with pico=False **Minimal Reproducible Example** Below ```python from fasthtml.common import * bootstrap_icon = Link( rel='stylesheet',...

bug

I'm working with websockets in FastHTML and noticed I do not have access to the name of the element that initiated the message within my route handler function as I...

bug

**Is your feature request related to a problem? Please describe.** The quickstart should document basic forms usage **Describe the solution you'd like** Provide 1-2 clear scenarios with simple code examples...

enhancement

The AI pictionary link in https://docs.fastht.ml/tutorials/by_example.html, "Custom Scripts and Styling" section, is broken, pointing to https://github.com/AnswerDotAI/fasthtml-example/tree/main/ai_pictionary. Happy to fix that with a PR but couldn't find those docs in this...

In the documentation, the given example for how to [change the static media file location](https://docs.fastht.ml/tutorials/quickstart_for_web_devs.html#other-static-media-file-locations) is given as: ```python @rt("/{fname:path}.{ext:static}") async def get(fname:str, ext:str): return FileResponse(f'public/{fname}.{ext}') ``` But because this...

bug

Note: is probably not a feature but a documentation addition If you'd like to discuss your feature idea first with the community (highly recommended!) please visit our [Discord channel](https://discord.gg/qcXvcxMhdP). **Is...

documentation