fasthtml icon indicating copy to clipboard operation
fasthtml copied to clipboard

The fastest way to create an HTML app

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

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

bug

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

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

bug

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

bug

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

bug

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

bug

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

bug

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

documentation

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

bug

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

documentation