Jimmy Gaussen

Results 25 comments of Jimmy Gaussen

Same thing happens with `RequireExactlyOne`: ```ts (params: RequireExactlyOne): string => { if (params.a) return params.a; return params.b; ~~~~~~ // Type 'string | undefined' is not assignable to type 'string'. //...

Exemption request: `memoryLimit` is not worth documenting in the `README`, it's a pretty ugly stop gap solution. We should not be loading complete files in memory, see #29898

https://github.com/Mergifyio refresh

While I agree that it's a familiarity issue, the `if then ` vs. ` if ` is a case of _what the interpreter reads_ vs. _what I want it to...

Alright, so after spending some time trying to implement web cache busting, I've found a (convoluted) solution that does use the `metafile` option. We can use a basic `buildProvider` to...

Another possibility would be another implementation that runs asynchronously and returns both a "static" `ISource` to be fed to the `BucketDeployment`, and the esbuild `BuildResult` (which would include the metafile...

A good compromise might be to have both `grantInvokeLatestVersion(grantee: iam.IGrantable)` and `grantInvokeVersion(grantee: iam.IGrantable, version: IVersion)`, with the former calling the latter. We'd get both the more commonly used `$LATEST` grant...