Ron Martinez
Ron Martinez
If the `rulers` user setting is an integer or a float then it will be treated as an empty list by CursorRuler. This will erroneously not render that ruler.
I don't know how difficult this would be to implement but it would be amazing if the color functions for [Stylus](http://learnboost.github.io/stylus/docs/bifs.html), [Sass](http://sass-lang.com/documentation/Sass/Script/Functions.html), etc. were supported.
I notice that you use `instanceof` [a few times](https://github.com/jeromeetienne/better.js/blob/master/src/strongtyping.js#L81) in your strong typing code. Unfortunately, `instanceof` will not work correctly when dealing with multiple frames in a window. The MDN...
Handles reloading CSS files that are referenced by both the link element as well as **@import** statements within style elements.
Bless
Would it be worth it to include direct support for [Bless](http://blesscss.com/) or is that too rare of a use case nowadays ?
[One Thing Well](http://onethingwell.org/) is a long-running blog that is full of relevant tools you could add to your collection.
What if you know what you're doing and want to use JavaScript's `==` intentionally? Is there a way to do this or a way to use embedded JavaScript literals like...
Your list includes some of the control characters, like U+0009, but have you considered including the others? I think all control characters are invisible. [This list of control characters seems...