François

Results 4 issues of François

Fix typo in `en` message for `Login.EnterCodeSMSText`

**Describe the bug** Running `sls offline` with a `serverless.yml` containing ```yml custom: plugins: - serverless-esbuild - serverless-offline #esbuild: no extra esbuild setting functions: testFn: handler: src/endpoints/index.handler events: - http: method:...

bug

### Issue: With the following settings in `serverless.yml`: ```yaml custom: esbuild: packager: pnpm target: es2019 minify: true bundle: true ``` When running `serverless offline`, the offline server starts but when...

## Bug Report Using node 16.x, `console.log({ hello : 1 })` ![image](https://user-images.githubusercontent.com/18052624/201804666-2d2d1bf3-9b05-4bd8-8d17-8510f69add89.png) Using `serverless-offline@8` it worked the same way: ![image](https://user-images.githubusercontent.com/18052624/201804901-a6395165-cce0-4795-acc6-5d37cbd36d46.png) Upgrading to `serverless-offline@8`, `serverless-offline@9`, or `serverless-offline@10`, or `serverless-offline@11` ![image](https://user-images.githubusercontent.com/18052624/201805080-8e89fcc4-922a-4502-8336-5482ffa1b610.png) **Sample...

question