Mario Valle

Results 69 comments of Mario Valle

Already works if in bind you put "2 5" ie with a space in between.

It is written in the documentation that you cannot have a single key also as start key of a sequence. Unfortunately seems you have to develop your own input method....

Someone suggested to use `.trustLocalhost()` from superagent, but I don't know where to attach it.

Unfortunately, defining `NODE_EXTRA_CA_CERTS` before tests changes nothing. All tests fail with `socket hang up` as before.

Dear @lddubeau, could you share your code? I'm lost on how to turn off http2 maintaining https. My real code is like the one I posted. Simply based on a...

I dare to add also `@module` tag used by TypeDoc to mark a comment as global description of the module.

Non nice, but solved. I put the common `tsdoc.json` file in the upper project directory. Then in each subdirectory I put a `tsdoc.json` file with this content: ``` { "$schema":...

@ncphillips could you share your method to rebuild the index? I have a hundred documents (Italian and English) and each time the user requests a full text search I rebuild...

OK, understand. So do you think it is a "future oriented" move to wrap the `Index.load()` in a `try/catch` block and regenerate the index (instead of loading it) if the...

Thanks Alasdair! On 02-Jan-16 15:32, Alasdair Mercer wrote: > Good idea. I'll try to do this and update the README as well. What you > have should work, although I'd...