J Bruni

Results 16 comments of J Bruni

This is an example of how you could do it using jQuery: http://codepen.io/jbruni/pen/graux It is a dirty workaround, but it works - you may consider this approach if you need...

@LesAldridge - it is a YouTube failure - https://code.google.com/p/gdata-issues/issues/detail?id=8745 - https://productforums.google.com/forum/#!topic/youtube/3Z7dSnwkCH4

The coolest thing is that this issue is intentionally kept open, while people out there are willing to close all issues! :smile: Viva Brazil 🇧🇷

https://github.com/KnpLabs/KnpPaginatorBundle/blob/master/Resources/doc/upgrade.md

FYI... this is a snippet of a bigger schema, which I've taken from here: https://github.com/apollographql/fullstack-tutorial/blob/master/final/server/src/schema.js And if I try linting [the full schema](https://gist.github.com/jbruni/723e6144aa404412bd89f8d90eda6dca), `graphql-schema-linter` provides its output without breaking.

Thanks @artdarek - I've seen you merged @alexescg update. For those like me arriving here with the issue, here is how I updated my app: - at `composer.json` I had...

Consider this code at the beginning of selectivzr: ``` if (/*@cc_on!@*/true) return; ``` Uglify reads it as `if (true) return;` - so it triggers the corresponding minification, excluding the remaining...

I guess the issue was weird image file **name** rather than file size.

Thanks a lot for sharing the monkeypatch/workaround. I am using it now. I also narrowed down the problem, but I was not finding a way to alter the behaviour.

Just found another simple/easy way to reproduce it. In fact, another valid CSS which BigCommerce currently can't handle and is breaking without letting us know what happened (the error message...