Sergey Ivanov
Sergey Ivanov
@KonajuGames LunarG API does depend on drivers (which are provided only for a set of GPUs). Even more, as I've recently found, if you have a device that in theory...
We would also appreciate the subscribed consumer to automatically detect new topics. Although we don't use `AdminClient` workaround and simply re-subscribe on receving new topics via a side channel, but...
> @quixoticaxis - I've just opened a PR that includes an integration test that demonstrates newly created topics being detected with a regex subscription: https://github.com/confluentinc/confluent-kafka-dotnet/pull/1881 > > If you are...
There are also fold devices to consider: the fold screen may have a seam in the middle, so some videos look better in portrait mode while others are better watched...
> F# has this feature long time... it is called [object expressions](https://docs.microsoft.com/dotnet/fsharp/language-reference/object-expressions) Yeah, and the same-ish syntax would look fine in C#. I had the question why it's not possible...
@acaly C# delegate has a load of functionality not presented in the unnamed C++ closure objects, so what you want can be usable either if you can fully inspect the...
@acaly I'm not saying it's impossible, but AFAIK 1) the current JIT cannot do it reasonably for Linq; 2) and if you propose language extension (which, IMHO, should guarantee some...
Was F#-ish syntax considered as extension for anonymous types? ```csharp public interface IA { int Call(); } public interface IB { void Call(int argument); } var toCapture = 1; var...
@amirvalhalla AFAIU, session timeout defines the time frame during which the heartbeat message is awaited, but it does not stop the client.
@amirvalhalla while it is possible in theory, I would much prefer to have any kind of consumer callback (or at least error message to look for) for the case of...