steph4nc
steph4nc
Where is the source code for the documentation, I would like to run it locally, when I don't have internet nearby. Maybe you can create another github repo for the...
Can JSONB support be added, or is there a way to implement it into requery. I have found this https://github.com/requery/requery/issues/604 for adding a custom type and also https://gist.github.com/quangIO/a623b5caa53c703e252d858f7a806919 for adding...
The CacheLoader and AsyncCacheLoader fail on Java 8 projects. I see in the fork network, someone else ran into the same issue and this is the commit they added: https://github.com/BinaryMan32/scaffeine/commit/badd0c30df81119b6c6d0f88476f78ff4c9eb740...
The AutoData overrides the [Values] tag of NUnit ``` C# [Test, AutoData] public void Test(string name, [Values(1, -1)] int num) ``` num will be set by the AutoData and not...