Mark Weaver

Results 16 comments of Mark Weaver

It's also possible to work around this by stopping ASP.NET core from auto-generating 204 responses for null results by removing the HttpNoContentOutputFormatter as in the snippet below. ```csharp services.AddMvcCore(options =>...

Not having a container id causes an exception to be thrown: ``` Unhandled exception. System.InvalidOperationException: Failed fetching container id. at Microsoft.ApplicationInsights.Kubernetes.KubeHttpClientSettingsBase.GetContainerIdOrThrow() at Microsoft.ApplicationInsights.Kubernetes.KubeHttpClientSettingsBase..ctor(String kubernetesServiceHost, String kubernetesServicePort, IEnumerable`1 containerIdProviders) at Microsoft.ApplicationInsights.Kubernetes.KubeHttpClientSettingsProvider..ctor(IEnumerable`1...

that was with 2.04 -- 2.03 works ``` 5484 5485 0:534 / / rw,relatime master:1707 - overlay overlay rw,lowerdir=/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36234/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29678/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29677/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29676/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29675/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29674/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29673/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29672/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29671/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29670/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29669/fs:/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/29668/fs,upperdir=/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36287/fs,workdir=/var/snap/microk8s/common/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36287/work 7954 5484 0:536 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw 7955...

For me this is because in https://github.com/lerna/lerna/blob/main/commands/version/lib/git-push.js#L17 ``` return childProcess .exec("git", ["push", "--follow-tags", "--no-verify", "--atomic", remote, branch], opts) .catch((error) => { ``` git push --atomic fails with exit code 128....

@ssehacker not sure why you are tagging me -- this isn't my project

> How does this relate/interact to/with the work @Gregoor started in #406? They are tangential -- in that PR withLocalization has been reimplemented using react hooks instead of context --...

I'm not really sure what you meant by the first comment -- I've moved the code for parsing a list entry (fr;q=0.5) to a separate function, is that what you...

Any chance of picking this one up? Thanks, Mark

I added PR https://github.com/richardpenman/reverse_geocode/pull/10 to fix it.