fasthtml
fasthtml copied to clipboard
The fastest way to create an HTML app
**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** On the (root) [Get...
**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...
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...
**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 =...