Tv
Tv
Related, it would be great to be able to atomically read a snapshot of the database, and start a subscription that sees changes from that snapshot onward.
One more concern I haven't seen mentioned yet: merge operators. The typed values for `Tree::merge` may be different from the type for values, *or* it may be the same. Example...
This sounds like a duplicate of https://github.com/spacejam/sled/issues/1311 The reworking of the idea to a sink sounds nice to me.
I have a project that uses a DNS domain name as a key in one place, to ensure only one owner can claim a domain successfully. That's the only mechanism...
I don't understand the `wait_merging_threads` comment. I have a `for doc in relatively_few { index_writer.add_document(...) }; index_writer.commit()?;` workload that creates multiple tiny segments, unless I remember to do `let mut...
I would like to exclude notes by pathname. I imported 10,000 notes and the graph is.. shall we say "unworkable". I don't really want to add YAML frontmatter setting a...
My use case: I have old notes in org-mode files I would like to refer to easily.
After one installs https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes, you can "Peek references" etc on tags -- BUT, it doesn't seem to support Foam's Hierarchical tags (https://github.com/foambubble/foam/blob/f1a642604677e6be79be14c24ff82d822e43c4b8/docs/features/tags.md?plain=1#L12).
I'm writing a plugin, and wish rage would just let plugin stderr flow through (potentially pipe read + prefix + output). I ended up having to make my plugin use...
For the record, I don't intend to leave the verbose stderr on in actual runnable code. I think this is one of those things that would be self-regulating; if a...