Michael Kriese

Results 953 comments of Michael Kriese

Basically you need to enable docker arm emulator ```yaml - uses: docker/setup-qemu-action@v1 - uses: docker/setup-buildx-action@v1 ``` The you need to add `--platform Linux/arm64` arg to docker build / run command....

What the state here now, since node v10 is out of lts?

we need this for net472 for GAC

`System.Drawing.Common` is no longer crossplatform on net6.0 https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only

Blocked by docker-java/docker-java#1130 😕

Some time ago i heard someone said something about that. Public project avatars works but private not. Some cause could be that the avatar caching system does not now anything...

I think the fasted solution is to copy the `AvatarCache` and pass our `Credentials` to it, so the fetch can add a `Authorization` header. Best solution would be to add...

I would also like a predictable (configurable) identifier as we would like to add bots, which depends on specific build states to be passed before they do something

https://github.com/tunnelvisionlabs/antlr4cs/blob/bc7fb74f3cf64f656cf2c9c1e05d71386e580a41/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg#L56 It seems `lname` must be passed to `csIdentifier` helper function? like here: https://github.com/tunnelvisionlabs/antlr4cs/blob/bc7fb74f3cf64f656cf2c9c1e05d71386e580a41/tool/resources/org/antlr/v4/tool/templates/codegen/CSharp/CSharp.stg#L37