rodos
rodos
I am running a Flask app and have the same issue. Can't terminate the python program and have to kill/restart the a-shell.
Hi. The script should work as it’s accessing the local device and not the cloud. It was the cloud that changed API. I should close that issue. However that does...
One of the requests is responding that it has moved. What version of Envoy firmware do you have? If you take out the line starting with begin and the lines...
Having this issue too. An example form input and submit button might be. ``` Save ``` The above fails to validate that the input is a valid email address, which...
> Could [hx-validate](https://htmx.org/attributes/hx-validate/) solve your usecase here? My suspicion is this only works when the htmx action is on that input, not some other button on the form which captures...
Found a resolution for this from https://www.reddit.com/r/htmx/comments/182y0z3/htmx_client_validation/. The htmx needs to go on the form not on the button. When done this way the validations are enforced. Here is a...