Matt Lewis

Results 8 issues of Matt Lewis

Noticed this when playing around with a different screen size. Thanks for the project!

Hiya, looks like the header parsing does not finish parsing the `Location` header when the url is incredibly long. This is in version 1.15.2. This might also occur when there...

to schedule
http

With redis 7+ you can now use their sharded method described [here](https://app.clickup.com/t/8676z6wzn). This will enable us to scale a bit better with redis clusters. Maybe this is just an argument...

`config = Object.assign(options, { scope: 'profile email https://www.googleapis.com/auth/plus.login' })` This overwrites any user provided scopes Changing to `config = Object.assign({ scope: 'profile email https://www.googleapis.com/auth/plus.login' }, options)` would preserve expected behavior...

In conjunction with #183 we found that if we wanted to use aws as a credential source for workload identities we either would have to implement a lot of aws...

This adds an additional step where you can specify an mfa tuple to return a different credential source. We had a need to to dynamically build the credential source at...

Del depends on globby which I found was importing bad definitely typed files. In particular @types/glob would end up with a weird version of @types/minimatch. Bumping del to v6 fixes...

For >=v28 of Erlang, Zstd is part of Erlang's stdlib. This greatly simplifies dependency requirements in Req. I took some great pains to match how ezstd is called and matching...