Marcolino
Marcolino
Calling swtdetect (which uses `ccv_swt_detect_words` to detect words) on a scanned image from a book, and postprocessing result to red box each "word" detected, with default params I get this...
I'm using `"mongoose-history": "^0.8.0"`. If I do something like: ... // plugins schemaPeople.plugin(mongooseHistory, { customCollectionName: name + "History", indexes: [{ 't': -1, 'd._id': 1 }], }); // add support for...
Because your component is really sleek, I'd use it for sure... :-)
I want to report what I think is a BUG. **_Current behavior:_** I type `heroku local web` in my project base folder, and, after one second or so, I get:...
## Description Not a real issue, it's a feature request: regionalized results (for example, recipes in intalian language, with metric units). ## Steps to reproduce Post a search to https://recipe-search.typesense.org/,...
Would it be feasible to let users to add a custom template? I need to use your range selector in a form-group, so I need to show values inline (inside...
I use 'removelogging', with this setup in my Gruntfile.js: ``` removelogging: { dist: { src: '/scripts/{,*/}*.js', options: { replaceWith: '0;' } } }, ``` The problem is: if I put...
I'm trying to install node-phash on CentOS release 6.6: ``` npm install phash ``` The errors I get: ``` > [email protected] install /home/test/node_modules/phash > node-gyp rebuild make: Entering directory `/home/test/node_modules/phash/build'...
Just a bit weird question: I'm building a module ("network-request"), which places http requests. I'd like to integrate "function-rate-limit" functionality in it, but I can't understand how to do it......