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

**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** On the (root) [Get...

documentation

**Describe the bug** `uri` method renders wrong path to endpoint, `name` arg of route contains `_` but path of this endpoint contains `-`, `uri` method returns path with `_` and...

bug

in FastHTML 0.12.21 in file ```svg.py``` the ```Line``` is defined with default values for stroke and stroke_width: ```python def Line(x1, y1, x2=0, y2=0, stroke='black', w=None, stroke_width=1, **kwargs): ... ``` This...

bug

**Describe the bug** I ran an app (port 5001) with this `live=True` inside this line of code, and it worked fine, the terminal was fine too. ```python app, rt =...

bug