Bernhard Berger

Results 95 comments of Bernhard Berger

any news on this? imho with v2 and v3 this is badly needed

I experimented a bit for my local dev environment and came to the following solution: Synchronizer.php: ```php if (isset($container['Config']['Labels']['tld.mycompany.docker-hostmanager.network.' . $networkName . '.vhost'])) { $hosts[] = $container['Config']['Labels']['tld.mycompany.docker-hostmanager.network.' . $networkName ....

@FDiskas how is this supposed to work without mounting the docker sock?

what's actually wrong in CMS7? I've been using it for around forever without any issues. The only thing missing imho is the emconf definition for 7..

So apart from destroying the grid and re-initializing it there is nothing I can do about it? I could live with that - if there was any way to keep...

Yeah, I tried to look into it, but I'm actually a backend guy so plain, hardcore JS just looks kinda like chinese to me and typescript feels like voodoo 🙈...

This sounds (and looks) very promising! I'll give it a go sometime this week, but this makes integrating Muuri in reactive JS frameworks a lot easier (A LOT).

Not sure if that weird "live" animation that I need happening is a common use case - but I DO think that swapping two Items far apart without interfering with...

@niklasramo thanks for your hint in #166 - I think I figured it out, see: https://codesandbox.io/s/t5g02?file=/src/App.vue It basically boils down to: dragStart => store the layout before a move happens...

Thank you for your input - that really makes it more clean. I also tried moving the sorting logic into the `dragSortPredicate`, but when I reset the grid to the...