Michael

Results 9 issues of Michael

**Actual behavior** When building multiple images (using `--cleanup` on each of them), the first build succeeds but subsequent builds fail with the following error: ``` ERROR: Process exited immediately after...

kind/bug
area/multi-stage builds
priority/p1
priority/p0
regression
area/permissions
works-with-docker
differs-from-docker
feat/cleanup
issue/no-such-file
regression/v1.3.0
categorized

Looking at the externs contained in https://github.com/google/closure-compiler/tree/master/contrib/externs, it seems like only the top-level namespace and the prototypes are defined. Is it actually necessary to recurse into everything? e.g. ``` javascript...

Would it make sense to have a ReplayUriStrategy? Looking at PowerTrack 2.0 Replay, it would mostly be a copy-paste of PowerTrackV2UriStrategy, but with a few changes: Instead of ``` java...

This is an inconsistency between React and Virtualdom implementations, and I believe a regression from a previous version

In `charts/coredns/templates/configmap.yaml`, `port` is allowed to be missing: ``` {{- if .port }}:{{ .port }} {{ end -}} ``` However, in `charts/coredns/templates/_helpers.tpl`, there is no check if the port is...

I noticed that the pcre builds are relying on pulling source code from `ftp.pcre.org`. Yesterday when I was running an openresty build, the pcre downloads were failing. I contacted `[email protected]`...

I don't see any documentation around hooks into the Kotlin compiler. Specifically, I want to be able to pass `-Xcoroutines=enable`

type: design
component: jvm
status: open - needs triage