Joshua Griffith
Joshua Griffith
Thank you for this library. Any plans to add this or is there some other way to specify the timezone for a `Cron`?
One workaround: globally set the timezone: ```java TimeZone.setDefault(TimeZone.getTimeZone("UTC")) ```
:+1: for a manifold interface
This would also be useful for implementing [FISHDBC](https://arxiv.org/abs/1910.07283) (Python implementation [here](https://github.com/matteodellamico/flexible-clustering/blob/master/flexible_clustering/fishdbc.py)).
It looks like docs.rs does have a way to update the build environment for a crate: https://forge.rust-lang.org/docs-rs/add-dependencies.html.
Is there any way to detect the older platform to prevent this error? Unfortunately, any crate which depends upon USearch [also fails to build docs](https://docs.rs/crate/pacmap/0.2.1/builds/1531317). I've also opened [a docs.rs...
It looks like they only take 20.04 packages: > This should be the name of a package in the Ubuntu 20.04 Repositories. I think that's going to block upgrading GCC.
Another option is to make the `simsimd` feature optional instead of being enable by default.
I think this is blocked on https://github.com/rust-lang/docs.rs/issues/2672.
Now that https://github.com/rust-lang/docs.rs/issues/2672 is resolved, it looks like [docs are back](https://docs.rs/usearch/2.17.11/usearch/index.html).