Vladimir Shchur

Results 24 issues of Vladimir Shchur

Right now implicit type conversion happens only one-step (like `int-> float` or `float -> Nullable`), but when we try to do two-step conversion (e.g. `int -> Nullable`) there is no...

Bug
Impact-High
Area-Compiler-Checking

The page with file input example doesn't work properly in Firefox (on Windows, didn't test on other OS) https://davedawkins.github.io/Sutil/#examples-file-inputs

Here are the links to the main sympthoms https://github.com/neuecc/MessagePack-CSharp/issues/1387 https://github.com/fsprojects/FSharpLint/issues/536 The root of the issue seems to be [these lines](https://github.com/microsoft/MSBuildLocator/blob/master/src/MSBuildLocator/DotNetSdkLocationHelper.cs#L53-L61): ```csharp // Components of the SDK often have dependencies on...

Hi! Can we expect SSL/TLS support? I've googled this [SO question](https://stackoverflow.com/questions/53751435/tls-ssl-with-system-io-pipelines), and looks like the proposed workaround can be generic and included in this library.

[Current setup](https://github.com/fsharplang-ru/pulsar-client-dotnet/blob/develop/tests/compose/standalone/docker-compose.yml#L37-L80) One way is to use helm chart for this task and run [on minikube](https://github.com/marketplace/actions/setup-minikube-kubernetes-cluster), but other options also are possible (for example [Fluent Docker](https://github.com/mariotoffia/FluentDocker) or [TestContainers](https://github.com/HofmeisterAn/dotnet-testcontainers))

enhancement

[Code reference](https://github.com/apache/pulsar/blob/branch-2.8/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/PulsarClient.java#L238-L253)

enhancement

[Documentation](https://github.com/apache/pulsar/wiki/PIP-85-%3A-Add-Schema-Information-to-Message-in-Java-Client-API) [PR](https://github.com/apache/pulsar/pull/10476)

enhancement

[PR](https://github.com/apache/pulsar/pull/9995)

enhancement

[Documentation](https://github.com/apache/pulsar/wiki/PIP-68%3A-Exclusive-Producer) [PR](https://github.com/apache/pulsar/pull/8685)

enhancement

[Description](https://github.com/apache/pulsar/wiki/PIP-83-%3A-Pulsar-client%3A-Message-consumption-with-pooled-buffer) [PR](https://github.com/apache/pulsar/pull/10184)

enhancement