fasthtml icon indicating copy to clipboard operation
fasthtml copied to clipboard

The fastest way to create an HTML app

Results 45 fasthtml issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The hello world app from the quickstart gives this error: > Uncaught SyntaxError: export declarations may only appear at top level of a module fasthtml.js:1:1 No functionality...

bug

--- name: Pull Request about: Propose changes to the codebase title: '[PR] Bonus docs for Jupy+FH' labels: 'documentation' assignees: '' --- **Related Issue** #487 [DOCS] More features for the Jupyter+FastHTML...

**Describe the bug** Using the Pico Search component does not reproduce UI elements like in teh pico docs https://picocss.com/docs/group#search **Minimal Reproducible Example** ```python from fasthtml.common import * app, rt =...

bug

Working with FastHTML and loving it so far. I realized that using the embedded invocation of uvicorn via serve() from the top process causes the primary code to execute twice...

**Issue Type** - [ ] Existing documentation (e.g. typos, errors, outdated information) - [x] Suggest new documentation that is currently missing **Suggested Improvement or New Documentation Content** - [x] Show...

documentation

**Describe the bug** Wrapping the response with FtResponse() apparently breaks toasts, meaning the toast won't show in the browser. **Minimal Reproducible Example** ```python from fasthtml.common import * app, rt =...

bug

If you'd like to discuss your feature idea first with the community (highly recommended!) please visit our [Discord channel](https://discord.gg/qcXvcxMhdP). **Is your feature request related to a problem? Please describe.** Right...

enhancement

# Bug Description According to your [OAuth documentation](https://docs.fastht.ml/explains/oauth.html#a-work-in-progress), I should be able to call client.login_link() to generate the href for the Oauth redirect handler. However, the sever errors out with...

bug

**Issue Type** - [x] Existing documentation (e.g. typos, errors, outdated information) - [ ] Suggest new documentation that is currently missing **Suggested Improvement** @pydanny I just read through the new...

documentation

I added two of my blogposts to the documentation main page (README.md).