Rob Garrison

Results 770 comments of Rob Garrison

I found this really cool codepen that combines the labels of the jQuery UI range slider when they get close together. http://codepen.io/ignaty/details/EruAe/ Maybe you can implement something like it

Check out [this codepen](http://codepen.io/ignaty/pen/EruAe) someone made which includes some very simple code that detects the collision of the labels, then combines them. I think it would be a great addition...

LOL you mean @Mottie? :P I think the problem is that the `synonyms` are all being set to empty strings, that is causing the "invalid regular expression" message and stack...

The above fix ignores synonyms that contain empty strings. It fixes the javascript error, but doesn't resolve the issue with combining diacritics. I'll try to figure out a good method...

I can't really create a Safari extension as I don't own any Apple products. I'd appreciate it if someone could help out! 😸

Hmm, and now after reading [this article](https://medium.com/@honestbleeps/what-apple-gives-you-for-100-as-a-safari-extension-developer-and-why-reddit-enhancement-suite-6e2d829c2e52), granted it is from Jan of this year, it sounds like it truly isn't worth the effort — at least for me —...

> There's already a Nightlight extension though. As I mentioned in Product Hunt, [Nightlight](https://github.com/Gofake1/Nightlight) uses a generic method to darken websites. While it is nice for overall browsing, this extension...

Awesome @AadityaDev! I've invited you to be a collaborator 😸

Hi @apiep! Hmm, no it's not those errors causing the problem. It seems that in Firefox, the `` doesn't include the attributes that the addon is targeting: ```html ``` What's...

Ugh, I doubt I'll make this work... the content is "dynamically" loaded in Firefox; which I can get around; but then I realized that all the class names are useless:...