Daniel Bartholomae

Results 105 comments of Daniel Bartholomae

I've set up with 4 seconds and I've tried twice here: ![image](https://user-images.githubusercontent.com/3396992/95243942-9d369b80-0811-11eb-884d-2fc42eb70d31.png) As you see, the screenshots are less than 4 seconds apart, and do not start at the beginning...

Here's the screenshots: The first two happened immediately after the scene started, not after 4 seconds, as can be seen that I was still in the process of bringin the...

I actually get the following error message: ``` [01:29:21] → Command failed: docker images -q yukinying/chrome-headless:63.0.3230.2 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ```...

@oblador My naive approach would be to set up an additional target that doesn't spin up docker, but instead connects to a predefined docker container. This would require users that...

@oblador I've played around with some concepts and in the end came up with the following thoughts: Instead of having a separate target the original target needs to be able...

One of the problems with that solution: You would still need to install additional rules in the original project. Instead I'm using a wrapper for coffeelint with help of [a...

Thanks for taking a stab at this! Unfortunately, I don't think it's this simple: To be able to use the middleware with an `APIGatewayProxyEventV2`, the `src/JsonDeserializer.ts` would need to accept...

Does anyone who worked with the signed-URL approach find a way to bundle the upload in a transaction? We are currently handling files up to 50 MB, so using a...