Rob Garrison

Results 801 comments of Rob Garrison

Oh ok, you meant the popup.

> Now I just need to convince Mozilla :) I think this discussion needs to be brought up on https://discourse.wicg.io/ to get feedback.

Oh, I forgot about the FF bug (if I even knew about it :P). I don't plan on working on this PR tonight, so if you want to deal with...

I opted to hide the entire block if you choose to find styles inline. I also fixed all the other issues I mentioned above.

I don't think we should change the usercss spec for this since it is extension specific. So I thought it would work inside a comment block. Having it work as...

Probably related to https://github.com/openstyles/stylus/issues/618#issuecomment-449589223

I think it might be easier to include a button to un-associate a modified style from it's update source. Press a button and the style acts like it was written...

What about adding a regex that can test for (simple) regex? ``` js var isRegExp = /^\/((?:\\\/|[^\/])+)\/([mig]{0,3})?$/; isRegExp.test( '/\s+/g' ); // true ```

Hi @rr20eid10! I plan on adding a `drawCanvas` callback method which is called inside the `drawCurve` function. Inside the callback, you can add data or whatever to the canvas. But...

Ok, v1.0.0-alpha (LOL I just released I labeled the release as `v1.0.0-beta`) is now available. A `drawCanvas` function was added ([see docs](https://github.com/Mottie/Pathslider/wiki/Options#drawcanvas)). As for adding a tooltip to the grip,...