Sergey Terekhin

Results 10 issues of Sergey Terekhin

Hi! I try to dump some object with large byte arrays (~30k of elements) - image data When I try to select such object in object selector window, I see...

Hi! I think this issue is related to this project: [Mermaid preview not showing graph nodes labels](https://github.com/madskristensen/MarkdownEditor/issues/92)

It would be nice if user could export only not translated terms for specific locale. It would allow to send only new terms for translation and not to clean files...

good first issue
feature

Hello Usually when creating wrapper classes for unmanaged code it is assumed, that classes will be internal (we do so). But you library requres interface with DynamicDllImport attributes to be...

Hello! I have problem: with establishing connection with NATS server via VPN: * client and server are located on different machines connected via internet and VPN channel * I can...

Hi! Thanks for the great package. Very useful in simple cases where Newtonsoft or System.Text.Json dependency is overkill ) May be it would be useful if it were package with...

Hi! Installed the latest version of the Minio package (4.0.6), tried to use obsolete constructors in MinioClient and got NullReferenceException: ```c# new MinioClient("localhost:9000", "access_key", "secret_key"); //

I recieve memory leaks (few kilobytes per message recieved) when using pub-sub pattern at the subscriber side. It looks independent from recieved message size My code is (simplified): ``` c#...

Hi! I try to create Avalonia app with CefGlue and get following error in runtime: ``` Unable to load DLL 'libcef': Не найден указанный модуль. (Exception from HRESULT: 0x8007007E) ```...

**Is your feature request related to a problem? Please describe.** Nowdays json/yaml are pretty popular languages for machine-readable specifications like OpenApi or AsyncApi. But to describe diagrams as code I...

triage