Noah Stolk

Results 19 comments of Noah Stolk

I have completed my PR. Build and unit tests are succeeding. Please let me know if there's anything else I can do to get this merged. It would be ideal...

Hi @anchitj, are you able to give us an indication of when we can expect a new release? I imagine the PR would not get merged until a new release...

FWIW, .NET 7 has gone out of maintenance earlier this week. Am I correct in assuming that the library authors cannot release breaking changes due to the version number being...

It's been over 4 months since I've opened my PR and I haven't received any replies from Confluent. PR https://github.com/confluentinc/confluent-kafka-dotnet/pull/2226 has recently been merged and now my branch has some...

> @NoahStolk , sorry for the lack of responsiveness. Yes, we want to take this change and are trying to decide how best to do so, even in a minor...

The original PR broke because the fork source was changed to https://github.com/ah-/confluent-kafka-dotnet/, so I've closed that. Couldn't find a reliable way update the fork source on GitHub. I've opened a...

> Blocking issue for me. Is there a temporary workaround? @NathanT02 The easiest way would be to just copy the `Confluent.SchemaRegistry.Serdes.Json` project, and then make the same changes as I've...

The generated code is actually correct, although I agree it is a little confusing. You can use multiple ints because the parameter is a `ref int`: ```cs static int[] GridColor...

For what it's worth, Silk.NET has a pretty minimal demo program that (indirectly) uses ImGui.NET, but of course it also relies on various Silk.NET dependencies. https://github.com/dotnet/Silk.NET/tree/main/examples/CSharp/OpenGL%20Demos/ImGui They have their own...