mhberger
mhberger
Hi. In reply to about whether it is more or less usable, it builds (using SQLite) on M1, Intel, Linux and Windows. I use it mainly on M1. Once I...
K. Have you got an example using custom doc types? It could be that I missed something moving away from OrientDB.
That is great. Thanks. Let me take a look and I will see if I can figure it out.
Thanks again. I understand what is supposed to happen. And I can see in the code where it is “failing”. I will find the functionality and associated test (if there...
Doh! I missed a call to `updateDocTypesFromConfiguration()`. This has been fixed and a test added. I have just used the templates and a page from your website as the test...
Hi. I have created a new branch (mhb/sqlite-2022-01-04) off the old one (mhb/sqlite-2021-05-30) and then applied new changes from master. The use case I have been focusing on is unzipping...
Hi Jon. Thanks for feedback. re SQLite/JDBC. Although it is a relational, it is being used as a content store similar to the OrientDB approach, with custom types being stored...
Cool! That is a lot less invasive. Have tried kicking the wheels. My primary use case is to install the distribution binary (either download or using something like sdkman). Then...
Thanks! Running with the following does the trick. And for the note that it should not be required in the future. ``` rm -rf cache export JAVA_OPTS=' -Darcadedb.bucketDefaultPageSize=131072' jbake -b...