fasthtml
fasthtml copied to clipboard
The fastest way to create an HTML app
--- name: Pull Request about: Propose changes to the codebase title: '[PR] ' labels: '' assignees: '' --- **Related Issue** Please link to the issue that this pull request addresses....
Typo in https://docs.fastht.ml/tutorials/by_example.html "These FT objects create a ‘FastTag’ structure [tag,children,attrs] for **_toxml()_**. When we call Div(...), the elements we pass..."
--- name: Pull Request about: Propose changes to the codebase title: '[PR] Fix single file uploads in multi-file forms' labels: 'bug' assignees: '' --- **Related Issue** #513 Uploading a single...
name: Pull Request for adding Mermaid Graphs about: Propose changes to the codebase title: 'Add Mermaid graphs in fasthtml websites.' labels: 'graphs' assignees: 'Jeremy' --- **Related Issue** Please link to...
**Is your feature request related to a problem? Please describe.** This would be an easy way to have the Pico spinner show on any DOM element other than the one...
**Describe the bug** If a file input is set to `multiple=True` and only a single file is selected on upload the form handler requires this try/except block or it throws...
**Describe the bug** SortableJS() requires presence of Script(type='module') **Minimal Reproducible Example** External scripts can be included through the `fast_html()` wrapper, like so: ```python app, rt = fast_app( hdrs=(SortableJS()) ) ```...
**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...
The regular expression for static file extensions does not currently include the PDF extension -- see [here](https://github.com/AnswerDotAI/fasthtml/blob/29d891b0f3693989fc00b6a2c1d166b3ed217c3d/fasthtml/core.py#L643). Is this intentional? If not, I'm happy to open a PR to add...
**Is your feature request related to a problem? Please describe.** the HTMX function to run app in a notebook does not allow for passing a path (though Hamel has a...