Tv
Tv
```shell $ echo 0.0 >foo.typ $ typst foo.typ error: must be positive ┌─ foo.typ:1:0 │ 1 │ 0.0 │ ^^ ```
Let's say I have an "ugly" number like 12.4102174, read via `json` or from `#calc.log` or whatever. I don't see a way to display it to the user as e.g....
## Bug Report ### Version ``` rust-tracing-instrument-bug v0.1.0 (/foo) └── tracing v0.1.40 ├── tracing-attributes v0.1.27 (proc-macro) └── tracing-core v0.1.32 ``` ### Platform ``` Linux gear 6.1.59 #1-NixOS SMP PREEMPT_DYNAMIC Thu...
### Describe the bug https://docs.rs/datafusion/latest/datafusion/physical_plan/stream/struct.RecordBatchReceiverStreamBuilder.html#method.spawn_blocking docs say > Spawn a blocking task that will be aborted if this builder (or the stream built from it) are dropped There's no aborting...
`cargo add`, crates.io, docs.rs etc all default to using a version of librocksdb-sys that is two years out of date. It seems in commit 19f2dfa37b6e58aedad0d70f8d752677f7a4ef4a, librocksdb-sys was switched from v6.28.2...
I have ```rust #[derive(rkyv::Serialize, rkyv::Archive, rkyv::Deserialize, Debug)] #[archive(check_bytes)] #[archive_attr(derive(Debug))] pub struct Example { pub name: String, } ``` ```rust struct Thing, } ``` and `fn lookup(&self, thing: &Thing) ...` What...
https://docs.rs/yrs/0.12.0/yrs/struct.Update.html#method.integrate ```rust pub fn integrate(mut self, txn: &mut Transaction) -> (Option, Option) { ``` `PendingUpdate` is exported from the module, but not from the crate: https://github.com/y-crdt/y-crdt/blob/af34c7c336672201aeb76228bbc9d0a394275ae9/yrs/src/lib.rs#L66 This is also seen...
Enabled by protocol 7.23
https://www.kernel.org/doc/html/latest/filesystems/dax.html `FUSE_SETUPMAPPING` and `FUSE_REMOVEMAPPING`. - https://lwn.net/Articles/877014/ - https://www.phoronix.com/news/Linux-5.10-FUSE-Improvements - https://www.phoronix.com/news/Linux-5.17-FUSE-Per-inode-DAX This is going to be low priority unless someone has a specific use case.
Enabled by FUSE protocol 7.28