Haroen Viaene

Results 163 issues of Haroen Viaene

``` /usr/local/lib/ruby/gems/2.2.0/gems/domr-0.4.0/lib/domr.rb:28:in `domr': undefined method `each' for nil:NilClass (NoMethodError) from /usr/local/lib/ruby/gems/2.2.0/gems/domr-0.4.0/bin/domr:14:in `' from /usr/local/bin/domr:23:in `load' from /usr/local/bin/domr:23:in `' ```

I'm not super confident in running this type of transformation as a build step and would rather have my code be compatible directly. Do you see any way this could...

idea

Seems like an awesome project to play around with, for that it would be nice if this has an online demo to try

``` js // contrast function by http://stackoverflow.com/a/11868398 function getContrastYIQ(hexcolor){ hexcolor = hexcolor.substr(1); var r = parseInt(hexcolor.substr(0,2),16); var g = parseInt(hexcolor.substr(2,2),16); var b = parseInt(hexcolor.substr(4,2),16); var yiq = ((r*299)+(g*587)+(b*114))/1000; return (yiq...

Allows the pills to wrap with some vertical margin. before: ![](https://i.imgur.com/1dHucfo.png) ![](https://i.imgur.com/aSy4rVq.png) after: ![](https://i.imgur.com/22rSUsD.png)

I think it would be better to use `` for the title, and `` for the description, not `` for both. reference: https://developer.mozilla.org/en/docs/Web/HTML/Element/dl What are your thoughts on this?

very minimal readme, but one is always better than none

Hey hey 👋, [DocSearch](https://community.algolia.com/docsearch/) could be used here to find things in the reference simpler. Some questions first: 1. What kind of design should we want? 2. Where should the...

This is a long process, and thus annoying to watch. We should get the total number of hits, and call some callback on `aggregator` with the current number of hits...

enhancement

simple arguments should work for the API keys. Something to think about is how to make the `hitToParams` function easily accessible from a cli.

enhancement