gregid
gregid
I've just found myself in a similar need. How about using ``` just like markdown to flag beginning and end of variable content: ```json @jsonvar = ``` { "id": 123,...
@Nebulis @dmitrizagidulin thanks for looking into this!
Is there any particular reason why this change hasn't been merged to encog:master?
I updated my node to `v14.16.0` but the problem persists
Thanks for the reply - I suspected it must be timeout related and tried different timeout values but haven't been successful in finding the right ones to pass the test...
I decided to give it a try few more times and I think I've found a sweet spot (for my machine at least). Giving 20ms per each call makes all...
I wasn't able to make it work yet, but will see tomorrow as I am done for today. In the PR I linked above the use case is exactly the...
I had no success with the package but it points to the root of the problem - both `activitypub-express` and `jsonld` use `request` library which is causing the problem here....
I went on a little library hunt in search for `request` replacement and I think I may have found one that should fit the bill: https://github.com/simov/request-compose https://dev.to/simov/composable-http-client-for-nodejs-83f What do you...
Also there is `http-signature-header` by digitalbazaar as well: https://www.npmjs.com/package/http-signature-header https://github.com/digitalbazaar/http-signature-header