divdavem

Results 37 comments of divdavem

@dpmccabe You can use [@amadeus-it-group/tansu](https://github.com/AmadeusITGroup/tansu/) instead of `svelte/store`. It has a compatible API and, in addition, has a [`batch`](https://amadeusitgroup.github.io/tansu/tansu.batch.html) function that can be called to delay updates synchronously: ```js batch(()...

If [hammer.js](https://github.com/hammerjs/hammer.js) is no longer actively supported, maybe we could use [swiper](http://idangero.us/swiper/) which is used in ionic.

> This is basically #7082, correct? No, if the portal is implemented as `CONTENT`, with `LOCATION` being a DOM node, as it is suggested in #7082, I think getting a...

It looks like this issue should be solved in svelte 5 by the [new snippets feature](https://www.youtube.com/watch?v=pTgIx-ucMsY&t=14589s) that is way better than slots. Thank you!

> No ability to pass `` as well (as it uses svelte:component). If #8067 was implemented, it would be easy to support slots as well.

Hi @zcorpan Thank you for your invitation, I am sorry for the late reply. I would be happy to join, and my team leader @olaf-k-1a would be interested as well....

@quentinderoubaix Thank you for your review!

Note that as stackblitz sample tests are much slower than other tests, and as playwright create shards that do not take into account tests execution time, some jobs take 3min...

@quentinderoubaix Thank you for reviewing and merging my PR!

Note that some warnings are only raised by frameworks in development mode. Maybe we should also run our e2e tests in dev mode?