George Fu

Results 216 comments of George Fu

Serverless will suppress the message in a new version, according to this: https://github.com/serverless/serverless/pull/11769. For other direct users of the `aws-sdk` package in Node.js, use the following to suppress the message:...

In the next release (expected later today), there will be 3 ways to suppress this message. in https://github.com/aws/aws-sdk-js/blob/master/lib/maintenance_mode_message.js 1. JS code for suppression ```js require('aws-sdk/lib/maintenance_mode_message').suppress = true; ``` 2. detection...

I don't think this credential provider was implemented in AWS SDK for JavaScript (v2) (this repo). But, credential providers are modular and can be mixed, as a workaround: Docs: https://www.npmjs.com/package/@aws-sdk/credential-providers...

For now, please overwrite the `AWS.util` function in question at runtime with your custom MD5 implementation if you need it in your environment.

@marvinhagemeister Did such a note get added? I still can't figure out how to do this as of Preact X rc0. https://github.com/kuhe/cannot-extend-instrinsic-elements-demo

@pmkroeker I put that into a `global.d.ts` file and it still doesn't compile. I've tried a number of variations of that declaration to get it to merge but have not...

I tried this include array and it doesn't make a difference. I know the `global.d.ts` file was being included even without this `include[]` because the TS compiler errors would change...

@jeremy-coleman ~Using `preserve` leaves out type-checking on JSX, which is something we need to ... preserve.~ I copied your screenshot's file contents and structure. Using `preserve` without anything in global.d.ts...

Thanks, Peter. I will work around it with a slight local modification of Preact X for my team's project(s) so that we can upgrade from 8.x.