James Bourne

Results 15 comments of James Bourne

Thanks @grosser - appreciate your efforts in continuing to maintain this. I will take a look at building from source and see if I can get the changes back into...

Hey @eran-medan - yes it should do. What type of custom domain are you using? I believe you might need to change the region if you use an edge-optimized custom...

Hey @Sheryorov, thanks for reporting this. What version of `npm` are you using? Since v7, it will now install peer dependencies automatically: https://github.blog/2021-02-02-npm-7-is-now-generally-available/ You can disable this behavior by passing...

Thanks for this @nguyentoanit! And good idea @moltar - this is available as https://www.npmjs.com/package/aws4-axios/v/3.0.0-alpha.1

@theory Yeah I'll take a look at getting this implemented. I wasn't sure if I was just missing something in my usage of `has_table_privs`

@kushanson this sounds like a logical extension of the `--no-build` functionality I am working on in #504. If I understand correctly, you are suggesting: - `deploy --no-build` will not re-run...

@JonahAcquah this seems to be an issue with SSH host verification. Would you be able to try adding bitbucket.org to your `known_hosts`? This should fetch the keys for you and...

This is [preventing me from supporting Axios 1.x](https://github.com/jamesmbourne/aws4-axios/issues/701) in https://github.com/jamesmbourne/aws4-axios/ as the AWSv4 signature relies on the final URL. In previous versions I bolted together `buildURL`, `combineURLs`, and `isAbsoluteURL` but...

Hi all, sorry I haven't had the time to put any effort into maintain this package over the past year. I'm not currently using this package for any of my...