Jeremy Jacob Anderson
Jeremy Jacob Anderson
What's going on with this? How long has the build been failing and why? I want to get involved, I'm just learning Erlang, but I would like to play with...
> > You are right about the fix. The other error is unrelated. > > @mfauveau How its unrelated? The error is about `uuid` column content, its a `bytea` column...
I'm actually sending a pull request for the first error in the next few minutes. I'm aware of the `whole purpose` of this package, which you have misstated somewhat. I...
Feel free to make a PR and write some tests for it. I may get to that someday. It works dandy on my systems, and once my PR from today...
I'll handle this later today.
Have you tried `hx-push-url="false"` ? Just a thought, not sure, honestly just spitballing
Can you post the part of your code/config you are referring to? > "But mix htmx from npm and extensions in script tag _doesn't work_" The problem is not clearly...
@Luddinus are you sending a `HX-Redirect` response header back from the server? I seem to remember needing to do that in Laravel for PUT and DELETE (possibly others) requests. Can...
> @mannih @defenestrator > > Well, I solved this way: > > ``` > > @method('put') > > ... > > ``` That actually makes sense, thanks for sharing your...
This is literally what `hx-boost` is for. `hx-boost` makes your anchor links into AJAX requests, which specifically DO NOT reload the scripts in ``. Just make a normal anchor link,...