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

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

documentation

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

enhancement

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

documentation

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

bug

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

bug

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

bug

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

documentation

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