Márton Balassa

Results 47 comments of Márton Balassa

I'm having a very similar problem on Linux (RHEL7) when trying to reuse connections. Everything is fine if I'm disposing every `LdapConnection` after using it. However, when pooling the connection,...

Any news on this? I just stumbled into a problem which I could solve nicely with immutable JObjects

Updating from beta 1, a few methods are missing from `CommandLineBuilderExtensions`: - `ParseResponseFileAs` - `AddGlobalOption` Were they moved into a different namespace?

It would be quite inconvenient to have this name for a static utility class now that there's void `ValueTask`.

I had the same problem on vanilla on-prem RHEL7 VMs and had to create a bunch of symlinks with the exact name, but I suspect that's not how SOs should...

Not sure what happened, we upgraded to latest version since my last comment here, and the new exception is slightly different: ``` LdapForNet.LdapException: Can't contact LDAP server. Result: -1. Method:...

Update: I started investigation and might submit a PR if I find the root cause. I've found some issues around allocated buffers, but the errors didn't go away, only started...

Update 2: Using libldap_r-2.4 made the buffer overflow and "Can't contact LDAP server" errors completely go away! Since 2.4 is an old version (albeit included in RHEL7 by default) and...

> Hello, Just follow doc (https://www.home-assistant.io/integrations/androidtv_remote) : Some devices, like TCL, become unavailable after they are turned off, unless you activate the Screenless service. To activate it, go to Settings...

Not sure if I should create a new issue for this, so I'll just dump it here for now. __Background__: Implementing soft delete, but the soft delete filter is just...