-
# 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 O…
-
**Is your feature request related to a problem? Please describe.**
I want to run FastHTML application's within my existing web app under a dynamic url prefix. For example: https://apps.aihype.com/…
-
when running simple01.py
...
app = fast_app()
rt = app.route
...
get this error:
rt = app.route
^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'route'
when r…
-
**Describe the bug**
1. adv_app.py doesn't work that well with Chrome on touch devices (Pixel, Samsung)
2. `SortableJS.create` allows arguments for touch devices that might fix the problem, but `p…
-
I'm using this project (sqlite_minutils) as a part of a FastHTML web app and came across a bug. I used `python=3.12` and `sqlite-minutils==3.37.0.post3`. Here's a minimal reproduction:
```python
#…
-
I want to have python functions which respond to different key presses. I'm trying to add an event listener but I can't figure out how to route it to a python function. This is what I have so far...
…
-
Hi,
Currently working with FastHTML, which is a python lib, which requires me to sometimes write css and js in .py files.
Something like that:
For css (example pulled from the FastHTML docs)
…
sopa0 updated
3 months ago
-
@nghivo94 , can you please take care of this?
We’re progressing with our MVP for the LLM camera project, aiming for a fast turnaround while ensuring that we pick the most suitable UI/UX solution. Amo…
-
## Description
The contents of an html template fail to be included in the resulting parsed structure, thus resulting in an empty template.
## To Reproduce
Steps to reproduce the behavior:
…
-
```python
schema = {'department': {'id': int, 'name': str},
'students': {'columns': {'id': int, 'name': str, 'department_id': str},
'foreign_keys': ['department_id']},
'professors': {'columns'…