Grímur Daníelsson

Results 17 issues of Grímur Daníelsson

I'm using nunjucks to render a template into a string, i then try to convert that html to a pdf file however everytime i get this error: ``` Error: write...

faq

I'm using rwd imagemaps to scale maps on my site. I'm using jquery ajax to load images and their maps into my page. I then call rwdImageMaps() afterwards on the...

I'm using the count() method on a few of my models but it seems to be missing from the sequelize-mock API See: http://docs.sequelizejs.com/class/lib/model.js~Model.html#static-method-count

Would be great to be able to know when the server is running so i can change my build tasks accordingly. Example if i'm building my source code and the...

Making a few changes to filtering - Make filtering case insensitive. - When tab is pressed with invalid input treat it as text search - Always select top result when...

This adds the ability to remove a facet using backspace.

**BREAKING CHANGE** Added the feature to initialize the component with pre-selected facets. Removed everything to do with storing the facets in the page URL. Why? - It was doing all...

When an option is clicked it will focus the search input

Hide the facet options dropdown if there are no facet options given

renderer wants a element reference but search directive was sending native element instead