Jake

Results 31 comments of Jake

@RanVaknin Is there any way to get this assigned a higher priority? While there is a workaround available, it's not obvious that it needs to be used until something fails...

Ohh, this may be a duplicate of https://github.com/davidsansome/tsurukame/issues/694 not sure, they mention only anki mode.

This is actually a built in node lib https://nodejs.org/api/child_process.html

this is really late but, you can always put jsonapi behind a reverse proxy that handles ssl. I've tested it to work with nginx, not sure about apache.

+1 This module is used within raven's sentry and this has become an issue on a project I'm working on.

I'm worried the typing still doesn't correctly represent what deep merge will return, especially given the more advanced custom merging options / etc. This PR is definitely an improvement though,...

While I may be wrong about this I'm pretty sure this is actually the mentions array included with the message by discord. Which would be the people around who were...

@Ryu945 if it's imperative it does not happen you could always manually add a setTimeout to your 2nd message or send it on the callback of the first message. These...

Yup, a custom [`arrayMerge`](https://github.com/TehShrike/deepmerge#arraymerge) function would be able to do that. Alternatively if it's based on the object key you could try a custom `customMerge` that reads the key to...