Dan Jacob

Results 41 comments of Dan Jacob

The workaround I found for this same issue was to use `x-ref` e.g. ```html {% render_field field x-ref="password" %} x-on:click=" show = !show; $refs.password.type = show ? 'text' : 'password'...

Unfortunately I also need to be able to pipe streams to the command as well as use file paths, so for example `cat some_file.txt | ./manage.py my_command -` does not...

Sure - multistage build worked for my use case as well. It might still be useful to have a `remove_cli` command for some edge cases I guess but certainly not...

It appears that it is now compulsory to specify `target` with the `HX-Location` e.g. `{path: '/some-other-url/', target: '#content'}`. Previously, I think, HTMX was able to use the target specified in...

I have run into the same issue.

Also a lot of server-side HTMX libraries e.g. `django-htmx` make use of these headers, so if they are being dropped they would need to be rewritten accordingly, which would be...

@1cg thanks! Looking forward to the new version.

I also tried the workaround described here for webpack: https://htmx.org/docs/#webpack however this did not work, same result (note: I'm using esbuild, not webpack).