Tv
Tv
I believe this can be closed now, librocksdb-sys is at version 0.11.0+8.1.1 so RocksDB v8.1.1
It seems this can be closed now. https://docs.rs/rocksdb/latest/rocksdb/struct.Transaction.html
Same thing seems to be true for ListItem, everything dropped there goes straight under the List.
You could avoid per-task entries in `.cargo/config` by having one binary dispatch to the others, based on the first argument `cargo xtask foo --flags-for-foo` -> `cargo run --package xtask --...
I would really like to keep meta-level things like id and ref out of the values set in the document. Right now if I want to "dump out the doc"...
It seems the *produced output page* can have an alias, but the *source markdown* is at a single known path. My expectation is that I can write links from *source...
Oh, funny, because I understood the motivation for implementing the pipe functionality in Chrome was that the original FD passing mechanism wasn't good for Windows. My understanding is that [`os.Pipe`](https://golang.org/pkg/os/?GOOS=windows#Pipe)...
Oh. Funky. Sorry for missing that. This seems to be the relevant Go issue: https://github.com/golang/go/issues/21085 Based on the that issue, it sounds like this restriction in Go comes from Windows...
For what it's worth, https://github.com/golang/go/issues/21085 is now closed, and thus this should be fixable?
Have you tried making the first member of your union a dummy `unset @0 :Void`? See https://capnproto.org/language.html#unions > By default, when a struct is initialized, the lowest-numbered field in the...