Craig Blanchette

Results 31 comments of Craig Blanchette

```php $less = new LessFilter(); $less->addParserOption('globalVars', ['color' => '#000']); ``` I believe the variables you're setting are meant to be used for things like i18n to generate multiple asset names...

I don't know if this is the exact problem but I am still having issues with this: https://github.com/kriswallsmith/assetic/issues/688#issuecomment-69402956 I always have to comment out this line in vendor whenever I...

Ah whoops, I had removed some BC code that I thought we didn't need anymore. I've just put up another release that should fix that error.

Hmm. I'm torn between the fact that if anything is put into the field that it should fail, and that if it's an email field maybe a bot would be...

Thanks, I'll take a look through and fix up a couple things to make it work on 3.3. Should be using things like RequestStack instead of request, and there's a...

@maelanleborgne do you have merge permissions? You can feel free to merge these if you think it's okay, I don't really have time to maintain this.

I think we should probably support 2.7, and 2.8+. 2.8+ will work for 3.0+ (Hopefully for quite a while) and 2.7 is the latest LTS (aside from the new 2.8...

It wasn't a breaking change, hence why we didn't change the major version. You can still use horizontal the same way as before. If it isn't working correctly then please...

Yes, the aim is to follow Semver. We made a change in a BC way, so we changed the minor version. If `horizontal` is not working anymore then we will...

So this just puts it next to the widget if there's no label? Seems fine to me also