Scott Lindsey
Scott Lindsey
So, if I do the following: ``` $x = new X; $em->persist($x); $em->flush(); // this updates $x in the Neo4j, as I would expect... $x->setFoo('bar'); $em->flush(); // $x should update...
Second try. First left out an arg. Apparently LDAP groups can be nested and clients are expected to tolerate that. This patch creates a backstop so that no group will...
LDAP groups can be nested in a recursive manner, and clients are supposed to be able to tolerate that, apparently.
Hi there, Serilog.Enrichers.Sensitive supports masking of custom data types via [Masking Operators](https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/?tab=readme-ov-file#masking-operators), but it seems to no longer work after upgrading from 8.0.0 to 8.0.1. ```json { "Serilog": { "Using":...