Jan-Erik Finnberg
Jan-Erik Finnberg
Currently the extension hides posts by setting display:none; This breaks the layout in the search and makes some posts invisible, possibly because tumblr makes some assumptions about the layout in...
I'd like for dragonfly to break on errors it encounters in our code. The problem is that jQuery is causing some selector syntax errors in out UI when hovering over...
Most of the time I do not want to retain old console output or old errors, because errors have a tendency to cascade and fixing the first error often fixes...
This is not helpful: ``` Selector syntax error } -^ ``` Especially when using CSS generated from less, when the link in the right hand column goes to the raw...
If I have a CSS block such as: ``` css div { -moz-transition-property: width; -webkit-transition-property:width; -o-transition-property:width; transition-property:width; } ``` The error console shows the following error (with vendor-prefix filtering on):...