Ming Iu
Ming Iu
I’m not sure if you’re interested, but I wrote an [open source flutter app](https://github.com/my2iu/PlomGit) that links in libgit2 to let it do basic git operations like clone, merge, commit, etc....
Issues so far: - need to use a nightly version of EclipseLink that supports reading Java 9 bytecode - need to upgrade ASM to version 6 - need a new...
That's probably safe. Also, possibly allow a select() after a sortedBy(). And when something isn't allowed, create a better error message (possibly with a URL to the chart showing what's...
Add a way to support chained join fetches like this: SELECT a INNER JOIN FETCH a.bs AS b INNER JOIN FETCH b.cs AS c
Currently, to use Jinq with an earlier version of Hibernate, it needs to be recompiled against an earlier Hibernate library. Figure out a way to support these earlier versions of...