Eric

Results 37 comments of Eric

The problem is not saving JSON itself but saving user content in custom (as in "non standard") format. It would tie the data in the database very strongly to quilljs....

The issue with html is actually completely different, because it's standard, it will be possible to display, manipulate and edit on any target in any reasonable future. I am not...

HTML needs to be sanitized and protected against various things, and you also no longer have any change history, ability to merge simultaneous edits, undo edits, etc. The delta format...

When ULIDs are generated from different hosts, time synchronization at the millisecond level cannot be guaranteed in practice. Clocks can be off by seconds (common), hours (timezone issues) or even...

Higher concurrency and lower latency in contexts where you will not create isolated records, but also create references as well. With a single generator, even instantaneous, you will still have...

Monotonicity is the primary feature of ULID, without it it is just a base32 uuid, as it cannot be used for ordering even when all the ULIDs are generated from...

Did some investigation, but 16bit is not really worth it with the current algorithm given the noise boosting that happens in shadow areas. For instance in the pcb example, shadow...

The "fast" model is different: it filters fine details away, while the WDN one does not. AFAICT there are 3 "fast" Real-ESRGAN with the same model size. * FAST REAL-ESRGAN...

Made some tests, this does not seem straightforward when not interactive... see https://www.briskbard.com/forum/viewtopic.php?f=8&t=1716

Note that ability to view PDF may be removed from Chromium Embedded Framework https://bitbucket.org/chromiumembedded/cef/issues/3048/proposal-remove-pdf-viewer-print-preview