shimikano

Results 10 comments of shimikano

I came across this issue in the context of alpinejs as well. There's a corresponding [discussion on the alpinejs repository](https://github.com/alpinejs/alpine/discussions/3985), so it seems like there are at least some people...

@andryyy I like that approach, however, as [documented](https://alpinejs.dev/essentials/installation#as-a-module), `Alpine.start()` should not be called more than once per page. I tried your workaround and on the surface, the result looked good....

I ran into this too in conjunction with shoelace. I was able to work around this by hooking into `htmx:configRequest` and manually adding the data to the request for any...

Just for reference, in the spirit of the above javascript solutions to set the CSRF header for every htmx request, I've been using this: ```html /* { const csrfHeader =...

I ran into the same issue when playing around with the egghead tutorial (which is great BTW). The `patches` are sent to the server twice and the `inversePatches` are pushed...

@littlee Thank you for sharing your code 👍 Basically, the main difference is the fact that the undo stack is part of the state. For what it's worth, in order...

Dear Fernando I understand, thank you very much for your swift reply and explanation. Best regards

Sure thing, I'm happy to do so. Off-topic, but I'm experimenting with HtmlFlow as a replacement for Thymeleaf. So far I'm happy with the reduced complexity and not having to...

Thank you @changchengqin. I'm using Kotlin extension functions to create a mini DSL with proper scoping using the language-level blocks (`{` and `}`), e.g.: ```kotlin htmlFlowDoc { table { thead...

> There is now a 2.7_alpha3 installer available which has all the DNS related improvements that we plan for 2.7.0 - hearing about this, whether it works for your environment...