Mathias Lykkegaard Lorenzen
Mathias Lykkegaard Lorenzen
See https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/ Here is my template file: ```yaml AWSTemplateFormatVersion: 2010-09-09 Transform: AWS::Serverless-2016-10-31 Globals: Function: Runtime: nodejs18.x Resources: Lambda: Type: AWS::Serverless::Function Properties: CodeUri: . Handler: app.handler Timeout: 10 Architectures: - arm64...
I was misled by this example detail. Would be helpful to include full structure.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Describe the bug See these logs: ``` [INFO 11:59:12] [Vitest] Extension is activated because Vitest is installed or there is a Vite/Vitest config file in the workspace. [INFO 11:59:12]...
### Describe the bug The open-tag introduced in #237 is no longer available as of 0.5.0. Can we re-introduce it? It's a killer feature in my opinion. ### Reproduction Open...
### Describe the bug ``` Activating extension 'vitest.explorer' failed: Vitest failed to start: Error: The service was stopped ``` ### Reproduction Repro will come soon. ### System Info ```shell System:...
We are migrating away from vscode-jest, since it is too buggy, leaves orphaned processes, and often has stability issues. This extension works reliably every time. However, it'd be great if...
I am getting the following error when I try to use the package: > File "/usr/local/lib/python3.7/site-packages/elasticecslogging/handlers.py", line 14, in > from elasticsearch import Elasticsearch, RequestsHttpConnection > ImportError: cannot import name...
We want to validate our DevContainer as part of the build, since we've sometimes found differences among Windows and Mac in our DevContainers. ```yaml on: workflow_dispatch: {} push: paths: -...
Since people most likely just want to see the commands running in the container by default, we can remove the grouping of it, so that it is much faster by...