0bon
0bon
Lets say I have 2 inputs `````` `````` And a schema as follows: ``` const schema = z.object({ contact: z.object({ name: z.discriminatedUnion('contact.type', [ z.object({ type: z.literal(1), name: z.string().min(1), }), z.object({...
I am using the latest version of solid js with zod. I have set up a schema and am using the ```extend: [ validator({ schema })]```. The problem is when...
Scala version 3.3.0 Akka version: 2.8.3 ``` libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-serialization-jackson" % AkkaVersion, "com.typesafe.akka" %% "akka-persistence-cassandra" % "1.1.1", "com.typesafe.akka" %% "akka-persistence-typed" % AkkaVersion, "com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,...
### Describe the bug I am trying to setup contexts for a solid js project, but for some reason when the field is populated and the submit button is pressed...
I am using ```deriveCodec``` to translate to and from json to ADTs. However, when I started adding Lists to my ADT the compiler did not like it and started throwing...
Is there any work in the pipeline to support the latest iteration of Akka ?
On upgrading containerd to 1.7.23, the gripmock container has started to refuse connections. ` io.grpc.StatusRuntimeException: UNAVAILABLE at io.grpc.Status.asRuntimeException(Status.java:532) at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:538) at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:564) at io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:72) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:729) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:710) at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)...