Andre Masella
Andre Masella
Sure. I've created #831 for the code formatting changes. I'm going to leave this PR open so I can use it for the build farm.
In the properties file, I think you want to do `security.ldap.groupSearchFilter:member={0}` which should achieve the same as what you have. What `objectClass` are associated with a user record, say `uid=mza,cn=users,cn=accounts,dc=img,dc=local`?...
When to throttle is implementation-specific, but how the server tells the client that it is in an overload state needs to be part of the specification so that clients know...
This came out of the security discussion rather than a driver project need.
No plans, but I know some of these were driven by requests, so I'll check if there's any reason we didn't.
There wasn't a reason we needed it, so we didn't bother. We can add it or if you want to create a PR because you have the code for it,...
Confirmed.
We could. The goal of this was to make something that could be fed into the external LLVM tools with little effort for our own debugging rather than something user...
I have been able to reproduce the issue. We will have to figure out the best way to proceed.
We want to keep compatibility with CPython as much as possible, so we'd rather not change the behaviour of NaN. We discussed possible work arounds. NaN's hash being different is...