Yusuf Simonson
Yusuf Simonson
Just came across this in `glob`: https://github.com/rust-lang/glob/blob/7b29204bb108a83300b0ce877072fcb62b83316a/src/lib.rs#L70 Looks like a great way to ensure the examples in README are up to date with the latest, whereas at the moment, on...
This will be part of the forthcoming v1.70: https://www.reddit.com/r/rust/comments/126qaai/after_years_of_work_and_discussion_once_cell_has/
This would pull in another dependency, but it's maybe worthwhile: * The benchmarks could be run on stable * It would generate better stats * Results can be graphed *...
We're now two major versions behind clap. This should be upgraded at some point.
The example project fails a few conformance tests for reasons that are unclear. These tests have been temporarily ignored to get CI up and running quickly, but at some point...
This connector hasn't been kept up to date with changes in IndraDB, and there have been some breaking changes pre-1.0.
Right now we have a unix-specific way of gracefully shutting down the server, but ideally this would be done in a cross-platform manner. See this comment for details: https://github.com/indradb/indradb/issues/125#issuecomment-1185115564