Benjamin Karran

Results 10 comments of Benjamin Karran

@dgkimpton Good point. I re-ran in Docker to have a reproducible environment. ``` $ docker run --rm node:8 npm --version 6.13.4 $ docker run --rm node:8 node --version v8.17.0 $...

> Would you like to provide à PR for this? I would like to help, but I am not familiar with the Java tooling. I haven't found a `docker build`...

I made some suggestion in #112 including a proposal for a Dockerfile with alpine base. I would love your feedback.

> The issue of installing requirements before runtime is an interesting one. I'm not sure Tags for preinstalled dependencies is the way to go, since there can be so many...

I get the same error message, with this little code snippet: ```ts const f = () => 1; /** doc */ export type ReturnOfF = ReturnType; ``` and when I...

Apologies, I couldn't reproduce it with my above snippet either. I don't know where the mistake happened, but here is the slightly modified version that does fail: ```ts export function...

I use h264 with opus in one ts stream. Only the opus data is weird. H264 has no issues.

@mi-volodin I didn't notice that other commands also don't work. I would have included them at the time. However, we don't use podman-compose (and podman) anymore, because of how it...

Hi @gsquared94, I can see that there is no straight-forward design and more discussion is required. This PR is merely a solution to a more fundamental challenge: We would like...

Since I haven't received a reply for months now, we moved forward and worked with a patched version of skaffold that always uses `docker buildx build` when `useDockerCLI: true`. This...