fasthtml
fasthtml copied to clipboard
The fastest way to create an HTML app
**Issue Type** - [x] Existing documentation (e.g. typos, errors, outdated information) - [ ] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** https://fastht.ml/docs/explains/explaining_xt_components.html#attributes The attribute docs...
--- name: Pull Request about: Propose changes to the codebase title: '[PR] ' labels: '' assignees: '' --- NOTE: Still in early draft, not all changes in. **Related Issue** Please...
Hello is it posible to add OAuth support for Azure AD or Microsoft Entra ID as it call nowadays. i have ben playing around in the https://github.com/AnswerDotAI/fasthtml/blob/main/nbs/api/08_oauth.ipynb adding somthing like...
**Issue Type** - [x] Existing documentation (e.g. typos, errors, outdated information) - [x] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** The concise guide is really...
**Describe the bug** The current implementation exposes at least some of files in the working folder to the internet. This can be mitigated by separating the working folder (and the...
https://fastht.ml/docs/.md
**Describe the bug** Toasts are being added to the bottom of the page. **Minimal Reproducible Example** ```python from fasthtml.common import * app, rt = fast_app() setup_toasts(app) @rt("/toast1") def toast(sess): add_toast(sess,...
In core.py is ` htmxsrc = Script(src="https://unpkg.com/htmx.org@next/dist/htmx.min.js")` however, unpkg.com does a redirect via http, which causes this request to be blocked in some browsers;( ``` curl -v "https://unpkg.com/htmx.org@next/dist/htmx.min.js" * Host...
**Issue Type** - [x] Existing documentation (e.g. typos, errors, outdated information) - [ ] Suggest new documentation that is currently missing **Current Behavior or Documentation Gaps** The concise guide section...
Hi I have created small python apps using fastAPI but when trying to use fastHTML in HF it bombs on the first line. Any ideas why HF is not supporting...