Simon Hartley

Results 79 comments of Simon Hartley

This problem interfered with my use of Alpine, since the page wasn't finding `x-data` defined on the body when boosting from another page.

Looking at this recent PR: #2107 > Hey all, we're about to do a pretty significant refactor and unfortunately now isn't the right time to introduce this. The htmx typing...

I think the idea is for this to be fixed by #3034

Some more names, for inspiration: hx-js-get, hx-get-dom, hx-source (as a counterpart to hx-target) For the additional capabilities, would the following be clearer: hx-swap("moveInner") hx-swap("moveOuter") hx-swap("exchangeInner") hx-swap("exchangeOuter") For the first two,...

Sorry, I think I missed the notification for your update. I'm really impressed by what you've done. Everything looks much more cohesive now. The only query I have is that...

This seems to be fixed in version 2.0.2 (released in August). I can only reproduce this by doing all of the following: 1. Set `hx-swap="outerHTML"` 2. Include a title in...

I usually just go with `hx-select`, rather than doing conditional backend behavior. The additional logic on the backend seems like an optimization and I'm always unsure if it's worth it.

> Why not use the existing `HX-Request` header for this? Ie send `HX-Request` only when a partial is wanted and not otherwise. The job of `HX-Request` is very simple and...

> And I've already asked this elsewhere but what's even the use of being able to tell _only_ that a request is from htmx or not? I can imagine a...