dewald

Results 6 issues of dewald

Node Version: v6.9.1 actual node module dir: [project dir]/node_modules/bson/build/Release/nodec Could this issue be caused by the installation with out the proper versions? Here is the full error log. ``` Error:...

@onozaty I wrote a bit of code to return an instance on which the suggestions list can be updated calling a function. See the pull request below. #9

Add a way to do the following. Update the items in the list by calling the function `changeSuggestions`. ``` // create an instance var suggest = new Suggest.Local( 'suggest', 'suggest-options',...

Export Suggest as a module for Webpack https://webpack.github.io/.

Use this code to return modules for webpack. See my PR: https://github.com/onozaty/suggest.js/pull/7 ``` if(typeof define === 'function' && define.amd) { define('Suggest', function () { return Suggest; }); } else if...

I think the issue might have to do with images being loaded before a page is save, however this is just a guess based on function names. Here is some...