Peter Vahlstrup

Results 7 issues of Peter Vahlstrup

using node 12.9 I get af deprecation warning: ```[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated``` Which seems to be related to an old version of the "got" module. Could the dependency be...

The following does never end if the server does not respond. There seem to have been som issues with "older" versions of `got` so an update to a never version...

Hi there, nice little API :-) It has some concurrency issues though which needs attention, I will be happy to give some pointers if the project is still active. E.g....

discussion

You have the following property set in one of your stylesheets. I prevents printing the documentation eg. http://groovy-lang.org/style-guide.html. When the properties are removed all pages can be printed ``` html,...

Is it possible make so edgeDataReducer or its result can take forward or backward into consideration like the weight function can. I am creating an algoritm to reconstruct the path...

After the named export `pathToGeoJSON` was added it has become hard to use the module in node.js without a bundler (rollup/webpack) as the mixing of default and named exports requires...

Currently [Index#add()](https://github.com/nextapps-de/flexsearch/blob/4c3966709f855c6980c21035cf230b2f9150d065/src/index.js#L142 ) converts every input to a string before passing it to the encoder for further processing. I would be great if it was up to the encoder to...