Matt R. Wilson

Results 54 comments of Matt R. Wilson

I've done a bit of detective work on this for my own understanding so I'm going to attempt summarizing my findings here. As part of the `samlify` 2.8.0 through 2.8.2...

This typo was fixed in 3e63a3ae03ade0e077747ae04ac5152cc469d2fb

Thanks for the feedback @andoks. I just pulled the regex used by Joi, and that was short-sighted. With ISO 8601-2 on the books, it makes sense to add the full...

@andoks my understanding of the Temporal proposal for durations is that its string representations are based on ISO 8601 itself, not a variation e.i. the XML schema spec. Therefore if...

There is no output for my use case. The producer reconnects and the other services (Jest in my example) hangs. In the case of a graceful shutdown, the process would...

I just retested this in latest and confirmed it still re-connects the cluster. In our code-base we've gotten in the habit of adding a sleep at the top of `afterAll`s...

It should absolutely be documented in the Readme.

`https://nodesecurity.io/advisories/479` can be removed from `.nsprc` along with this patch.

@firefoxNX this repo library isn't maintained anymore. But it's dependency on LoDash is`^4.17.4`, which means it doesn't restrict consumers from upgrading to new minor and patch versions. There's no reason...

Returning an empty string is intended behavior. The native `http` module in Node, which Nock makes a point to mimic as close as possible, will always return a buffer. Never...