guillaumeduboc

Results 15 issues of guillaumeduboc

To test this new package, - head to a repo with swarmion and swarmion-contracts - link `serverless-plugin` - add `serverless-orchestrator` as devDependency at the root and link it - in...

`yarn watch` on a specific package fails in both swarmion/swarmion and the published example It seems the issue comes from the packaging of types ![Capture d’écran 2022-07-08 à 17 59...

enhancement

For debugging purposes, it could be useful to have a synchronous `putParams` method that only outputs the parameters forwarded to `putEvents`. What do you think ?

First of all thanks a lot for all the impressive work on SST! In my current project I have a library of L2 constructs enforcing some configuration for Lambda functions,...

## Changes This pr adds support for pnpm lockfile updates ## Context - Closes #21438 This pr makes possible the `rangeStrategy='update-lockfile'` for pnpm ## Documentation (please check one with an...

related to https://github.com/jeremydaly/dynamodb-toolbox/projects/2#card-91242915

resolves #3019 The `NextjsSite` construct is an L3 construct built on top of cdk's L2 constructs (Function, Bucket, Distribution, Queue). For teams that have customized their own L2 constructs, it...

Hey @btd, I've been using your library to understand my bundles. I often have big node_modules and small `src` code - In my treemap view I don't really understand why...

TODO

As explained in #344, we have duplicated `ts` config files - We could move them in a `common` package - We could remove our `commonConfiguration` folder by removing `babel` as...

enhancement