Martijn de Boer

Results 10 comments of Martijn de Boer

Yeah I'm pretty sure it's the 10mb base64 encoded string (It's an xlsx attachment). Because when I remove attachment features from my codebase it works fine. I'm currently sick at...

Thanks to this ticket I've added the following keybindings; This allows me to easily open/close the debugger to save some screen real estate. ``` json [ { "keys": ["ctrl+shift+b"], "command":...

AFAIK, for a native executable Cygwin is the easiest and best method. I dislike the extra dll, but it's already in my "unixutils" folder anyway. Nowadays however you have a...

That's not entirely true. Different threats need to be mitigated in a different way. Say for instance postgres runs as a different user, and somehow postgres user was compromised or...

I have read the CLA Document and I hereby sign the CLA

I guess the whole String/Retriever/HtWord* should be converted to be able to handle Unicode with iconv? Not experienced enough to take this on tho.

There are soundex and metaphone implementations in Natural. Both can be used. I find this (non Natural) article pretty explainatory for differences and why one is better and both are...

In order to get this to work you will need to build the binding using node-gyp. sudo npm install -g node-gyp node-gyp configure cd node-pocketsphinx node-gyp build Change the demo.js...

Closing this PR because of lack of interest.