Ben Pate

Results 46 comments of Ben Pate

@1cg - The built-in support for transitions is super-cool but I rarely use it in my code. Perhaps this could be optional as in `hx-transition="true"` or as an extension, or...

Yes. Agreed. Without duplicating *a whole lot* of code, this would require that html publish a workable `swap()` method for external scripts to use. So this depends on #255

Hey, thanks for posting this. I'll try to look into it soon. Without doing research, my first thought is that there might be different headers between the two requests, which...

For this extension, we're are leaning on the browser's built-in caching mechanism. It does not store a separate copy of the server response, which could get cumbersome really quickly. How...

Hey @hirasso - I have seen some odd examples where the preload extension's HTTP headers don't match those in the final request, leading to duplicate requests. I still want to...

@1cg - I'm bumping this because I think it would be incredibly useful to a number of open issues. I know it would be a big undertaking to split the...

First of all, yes. htmx is a really great project. Thank you @1cg. This may be solvable. The preload extension tries to mimic what will eventually happen when the link...

Cool. That makes sense. So, we need to figure out how to pass in the context, which it's not doing currently. @1cg, is there any voodoo here that I need...

Yes, we probably do need to chat. To keep the discussion here (at least for now) is there some way that the extension can get (or recreate) the correct context...

[Git blame](https://github.com/bigskysoftware/htmx/blame/e67e5ba41b4de7286adf3b6a6bceb1c0ae94c88b/src/htmx.js#L2071) is my new best friend. It lets me take literally no responsibility for this function 😉