Hrvoje Šimić

Results 18 issues of Hrvoje Šimić

They make matched parens look exactly the same as the cursor. This is very confusing, so revert that change.

`codewars submit` should only work for verified and correct solutions and it should throw errors otherwise.

help wanted

since this module doesn't support `gm >= 1.0.0`, let's specify it in `package.json`.

`sitemap.xml` is missing from generated content. currently I'm using this workaround to generate it: ``` npm install -g git://github.com/tmcw/sitemap-static.git cd static; sitemap-static --prefix=https://yourblogdomain.com | sed 's/index\.html//g' > sitemap.xml; cd -...

* split sentences * add commas where needed * fix various grammar errors * replace "node.js" with "Node" * replace "koa" with "Koa"

version-patch

I'm using Safari 9.0.2 on OSX. ``` html ``` ``` js function take_snapshot() { Webcam.snap( function(dataUri) { document.getElementById('my-result').innerHTML = ''; currentImage = dataUri; } ); } Webcam.attach( '#my-camera' ); ```...

it would be nice to have support for watching files and browserifying them as they change. can we support this with [watchify](https://github.com/substack/watchify)?

Hi! Thanks for making this gem, loving it. So many options to choose from. Sometimes using it causes my gem to produce occasional segmentation faults. I'm still developing my gem,...

bug
research