Alexander Berl

Results 239 comments of Alexander Berl

See https://cseweb.ucsd.edu/~swanson/papers/DAC2011PowerCut.pdf for a paper researching behavior of different SSD on power failure

To effectively check for corrupted documents, a checksum is necessary (see #72), otherwise only unfinished writes could be detected. However, filesystems typically increase file size first, then write to the...

After thinking more about checksums, this should be solely a serializer concern and hence fully pluggable. Dictating a checksum into the document has a couple of consequences: - it decreases...

Requires #24 in order to fix the global index in case it is broken.

With #145 included the next steps are roughly like this: - truncating should not throw an exception if the truncate position is at a valid document boundary (directly following a...

Check out https://docusaurus.io/docs/en/next/tutorial-setup for documentation

Decided for readthedocs.io now using mkdocs renderer. Docs are written as `md` inside the `docs` folder. https://node-event-storage.readthedocs.io/en/latest/ See https://www.mkdocs.org/user-guide/writing-your-docs/ for more information, the configuration is inside the `mkdocs.yml` in the...

/cc @ostrolucky @greg0ire Indeed a very edge-case (running auto-migrations is bad and we only did this for automated behaviour testing), and maybe you want to decide to keep it at...

Technically roughly this (I don't know how that would/should look sanely in vanilla - just going into what we are doing beneath our abstraction layer(s)): Run `SchemaTool::createSchema()` to setup your...

> when the user clicks play again It should only happen when he clicks "replay" actually, but that does not have an own event? Anyway, I got it working with...