Results 2858 comments of MichaIng

Create a (div) class that only holds the selectors and elements that you want to mix. Then create MixItUp with local scope on that class only: ``` mixitup('#mixitup', { controls:...

In the JavaScript where you load MixItUp, see also: https://github.com/patrickkunka/mixitup#creating-a-mixer

Yes makes sense. I personally load it from an own JavaScript where other modules, like a slider and some scrolling/button behaviour are loaded as well. But if nothing else is...

A little tricky is the question how to deal with elements which are out of view first, but move into view due to filtering. So in this case, we'd need...

Ah, I haven't tested the semicolon. Indeed makes sense to align it with CLI to avoid confusion.

Just found the same. Interestingly in our case [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) is not triggered, but only [SC2248](https://github.com/koalaman/shellcheck/wiki/SC2248) is, while the variable is dynamically generated, so can definitely contain magic characters. So either...

Something missing here? This enhancement makes much sense. If one really uses such an old systemd, then likely because of an old distro which ships an old fail2ban as well...

Probably related, we're stuck on getting Steam running on an `aarch64` system. - Box64 compiles and runs fine, but Steam frontend is `i386` which is not supported by Box64. -...

Awesome that it is somewhere on the list already. Makes sense to give it an own title/project, not only to overload Box86 but also to avoid potential conflicts when wanting...

> From what i understand 32-bit program run just fine on 64-bit Yes they do and you can run Box86 compiled on an armv7l system perfectly fine on any aarch64...