Peter vR
Peter vR
for instance messages A { optional a = 1; optional b = 1; } code gets happily generated, i'm guessing this will have runtime problems. a warning or better yet,...
SBT 1.2.8 ``` [error] java.lang.ArrayIndexOutOfBoundsException: 1 [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.makeCopy(DockerPlugin.scala:303) [error] at com.typesafe.sbt.packager.docker.DockerPlugin$.$anonfun$projectSettings$24(DockerPlugin.scala:146) [error] at scala.Function1.$anonfun$compose$1(Function1.scala:44) [error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:40) [error] at sbt.std.Transform$$anon$4.work(System.scala:67) [error] at sbt.Execute.$anonfun$submit$2(Execute.scala:269) [error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:16) [error] at sbt.Execute.work(Execute.scala:278)...
I wonder if there's a pattern for publishing to multiple docker registries? I have the need currently to publish to a regular private hosted registry and to AWS ECR, I've...
Hi I noticed that with UNMS running on a system (CentOS 7.5) where Avahi is also installed, it will get into an odd situation when if rebooted and UNMS starts...
looks like https://github.com/schmitch/sbt-jib/blob/master/src/main/scala/de/gccc/jib/SbtJibHelper.scala#L23 needs to use the [this method](https://github.com/GoogleContainerTools/jib/blob/master/jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java#L113) rather example in the Gradle plugin: https://github.com/GoogleContainerTools/jib/tree/master/jib-gradle-plugin#extradirectories-closure
I have tried [filing an issue at `testcontainers-java`](https://github.com/testcontainers/testcontainers-java/issues/5978) but they won't look at it since we use `testcontainers-scala`. I thought it only potentially happens when running concurrently but we have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` STDOUT: 2022-11-08 22:30:32,630 CRIT Supervisor is running as root. Privileges...
Running into a strange issue, I'll try to summarize as briefly as possible. I have two servers, M(onitor) & S(erver). M is receiving data from S, once per second, over...
``` 17:30:00.011 [io-compute-3] ERROR o.h.e.c.EmberClientBuilderCompanionPlatform - ReadLoop has errored java.io.IOException: Connection reset at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishRead(UnixAsynchronousSocketChannelImpl.java:425) at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:195) at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at delay...
These are really following the OpenTelemetry Semantic Attribute specification, so not sure this is the best place for them but there are no tags defined under the OpenTelemetry module currently....