Matt Lewis

Results 7 comments of Matt Lewis

Thanks @benoitc! I'm downloading data from an external service. The service used to do a redirect and set authentication stuff as cookies while redirecting. Now it instead does a redirect...

Hey darior87! I just switched the object assign around and it works great for me, I'm using the Google Analytics scope. This [commit](https://github.com/mattmatters/vue-google-auth/commit/b1560984ac70f7b6529fa2c23eea98b4eb857aee) does it on my fork. Let me...

> > Hello @dev-steverob, I think your PR is very interesting, could you reformat this and resubmit? > > Once I get some time yes I will, I have extended...

> > > > Hello @dev-steverob, I think your PR is very interesting, could you reformat this and resubmit? > > > > > > > > > Once I...

Hey @weaversam8 I've actually gotten this to work with my modifications https://github.com/peburrows/goth/pull/184 and https://github.com/peburrows/goth/pull/183. I figured it would be a bit much with dependencies to add aws directly (and expect...

> Both the oddity with URI encoding and the idea to use ExAws to sign the headers came from your comment! :heart: So glad to hear it! That uri oddity...

For what it's worth, gzip performs better for small payloads, it seems like zstd benefits start being a benefit once you are above several kb. Given this repo enables Brotli...