Alex

Results 815 comments of Alex

It can be done by using CacheBustingWorker (see https://github.com/kriswallsmith/assetic#cache-busting). This way generated filename would always include hash from compiled content.

I've also thought that `$vars` is something replaced in CSS before passing to filters, but after looking in the code this is somehow used to build final asset name. I...

Can you please post `var_dump` results of both operands so that we can easily spot what values cause the error to happen. Theoretically one of operands might be something other...

By any occasion you happen to override `PROMPT_COMMAND` in your user's Bash initialization scripts, like `.bash_profile` or `.bashrc`? If that is the case, then see https://github.com/cantino/mcfly/issues/45#issuecomment-462232840 for a solution.

Ah, my mistake. Yeah, it should be GLIBC 2.13 indeed, not 2.16. On Slackware there is no solid error proof way to upgrade OS. That's why I need to recompile...

The Colorbox wasn't created with `responsive out of box` concept in mind I'm afraid. But I guess @jackmoore is working hard to make it more mobile device friendly. For example...

I guess the colorbox looses it's configuration and only current image is remembered. Through configuration it's been able to get prev/next buttons and it's title.

There is `trapFocus` setting (see https://github.com/jackmoore/colorbox/blob/master/jquery.colorbox.js#L71), which according to it's name is related to what you seek.

> Will you merge this? I don't have merge rights on this repo. > How to implement correct resize after window resize in case of maxHeight is configured? No idea.