Leo Gertsenshteyn
Leo Gertsenshteyn
Thanks! That's pretty obvious now, what with there being nothing there except for the README and gitignore. It does seem to clutter the `git log --graph` output and similar views....
@paulk-asert, it looks like the `master` branch still exists: https://github.com/apache/groovy-website/tree/master 😕
@anidotnet, I do have a proposal that would either pull in another dependency or duplicate some detailed logic from a library. My reading on the topic suggests that what we'd...
@anidotnet I compared the implementations of `apply` in `EqualsFilter.java` and `LesserEqualFilter.java` and once I discovered this section, it seemed clear that this is part of the problem. https://github.com/nitrite/nitrite-java/blob/3fbb501ba6ff086339377bb04f571b4004ac9bfe/nitrite/src/main/java/org/dizitart/no2/common/util/ObjectUtils.java#L129-L132 After all,...