Vladimir Krivosheev

Results 23 issues of Vladimir Krivosheev

After the update from 2.2.224 to 2.3.230. Error: ``` org.h2.mvstore.MVStoreException: java.lang.AssertionError [2.3.230/3] at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996) at org.h2.mvstore.MVStore.executeFilestoreOperation(MVStore.java:926) at org.h2.mvstore.RandomAccessStore.compactMoveChunks(RandomAccessStore.java:463) at org.h2.mvstore.RandomAccessStore.compactStore(RandomAccessStore.java:443) at org.h2.mvstore.FileStore.compactStore(FileStore.java:888) at org.h2.mvstore.MVStore.compactFile(MVStore.java:975) ... (app-specific stack traces) Caused by:...

MVStore

There is no any reason to require ZIP file. DMG should be enough. Stay tuned — delta updates using DMG files are coming next week :)

feature
electron-updater

I want to convert PlantUML parser to Kotlin, as Kotlin allows you to compile for both JVM and JS (browser or nodejs). One of the reasons, to use own renderer...