Simone Todaro
Simone Todaro
Collections are iterable so you can already loop once and manually build 2 new collections. I agree, a partition function (on collectioninterface imo) would make it look nicer though.
Thanks, any chance you could add a test for it?
Hi @timohermans I would expect it to work. I'll try to replicate your setup and see if I can figure out what's going on. Just to clarify, you have something...
@timohermans I think it's a bug, or at least an unexpected behavior, in turbo, unless I misunderstood their events. In turbolinks, the load event fires after the page content is...
I'm looking into it. I tried to delay the Alpine callback and I wrote a test to replicate the issue, it passes locally but it fails on github. I assume...
So, I ran more tests and it was actually the same with the old turbolinks. The main problem is that the turbo events (render, load, etc) fire when the new...
Thanks for the heads up. I'll have a look tomorrow. P.s. If you only need $screen, you can try to install only that helper.
https://github.com/alpine-collective/toolkit/blob/main/packages/%24screen/README.md#npm
👍 I'll keep it open for now
@berpcor The cart is stored in session, then if you turn off your computer, you lose the session and the cart. You should have a login procedure to bind a...