Aaron Stainback
Aaron Stainback
I am also having this issue, setting JAVA_TOOL_OPTIONS causes solr fail to start because it try to use -XLog java 9 options.
Any update?
asteroid 0.6.0 depends on torchmetrics=0.11.0; extra == "asr"
Same questions, any update?
I think this might be the update? https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/examples/ExactlyOnce/Program.cs
Yes this would be great
I had to add this middleware for it to work. Is this expected? ``` app.Use(async (context, next) => { try { await next(context).ConfigureAwait(false); } catch { context.Response.StatusCode = 500; throw;...
Does proto3 today now support optional and required?