fasthtml
fasthtml copied to clipboard
The fastest way to create an HTML app
**Describe the bug** A `KeyError` is raised whenever a request is made that is missing an expected param. This happens if the expected param is defined with or without a...
**Issue Type** - [ X] Existing documentation (e.g. typos, errors, outdated information) - [ ] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** For existing documentation:...
I get this error when implementing auth from the docs: ``` TypeError: Auth0AppClient.login_link() got an unexpected keyword argument 'scope' ``` In the docs, the OAuth class is used to add...
Overall liking FastHTML and making progress on some tools. Sample Code below illustrates this - by outputting a SELECT form both ways and showing the results is posted below: If...
# `XT` undefined in components.py in FastHTML 0.12.4 **Describe the bug** In FastHTML version 0.12.4, there is an error in the `components.py` file where `XT` is referenced but not defined....
**Describe the bug** html2ft strips leading and trailing white space from text nodes, which might result in incorrect ft expressions. **Minimal Reproducible Example** Enter this HTML at https://h2f.answer.ai/ : ```html...
**Important Notice** We do not provide support through GitHub issues. For community-based help, please use either: - GitHub Discussions tab - Our [Discord channel](https://discord.gg/qcXvcxMhdP) If you're reporting a bug, please...
**Issue Type** - [ ] Existing documentation (e.g. typos, errors, outdated information) - [x] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** Hi FastHTML devs, glad...
**Important Notice** We do not provide support through GitHub issues. For community-based help, please use either: - GitHub Discussions tab - Our [Discord channel](https://discord.gg/qcXvcxMhdP) If you're reporting a bug, please...
**Issue Type** - [ x] Existing documentation (e.g. typos, errors, outdated information) - [ ] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** When using toasts...