Aaron Stainback

Results 51 comments of 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.

asteroid 0.6.0 depends on torchmetrics=0.11.0; extra == "asr"

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?