Chris Anderson
Chris Anderson
We can do this today by just redirecting through any URL we don't have an easy answer for. Eg non CID urls can be 302.
What is the level of effort to move the old email templates over? Is it worth punting on this or will consolidating on postmark app lower our maintenance burden in...
If you want to see inside the process on making this, you can look at my ChatGPT logs for the session, and maybe use them as a start for adding...
I'm just gonna throw my perspective in here as a regular library author who's about to try rollup instead of esbuild, because of things like this. I'm happy to let...
From the alpha https://github.com/fireproof-storage/fireproof-alpha/blob/39ac8ca83ce44f76189e64478a68882d6eacfaf8/packages/fireproof/test/dataset.test.js#L8
now that #21 is closed we can read from _changes for the corresponding write clock crdt
loading from a snapshot as a hack https://github.com/fireproof-storage/dashboard/blob/main/src/lib/db.ts#L30
in this approach, result.removals can be used to mark slabs for compaction eg old compaction slabs that correspond to not-recently-modified data will stick below the chunk size, and we only...
if we want to implement a max car size, we can do splitting here, and save more than one car per transaction. https://github.com/fireproof-storage/fireproof/blob/04efb3355e6af03b29d3aac5a1d285c50f159769/packages/encrypted-blockstore/src/loader.ts#L224