messense

Results 496 comments of messense
trafficstars

No plan, I'm mostly maintaining this for https://github.com/messense/aliyundrive-webdav which does not need CalDAV/CardDAV. PR welcome though.

+1 for this. As for using the `ignore` crate, IMO it should work generally, but be aware that it's not 100% compatible with git ignore, see https://github.com/PyO3/maturin/issues/885#issuecomment-1112108447

I think at the moment it should live in `opendal`, this project isn't very actively developed so it only make sense to include it when the OpenDAL based filesystem code...

I'm getting a `conflicting implementations of trait TryFrom for type Type` error when trying to upgrade to tonic 0.10.0 for [`etcd-client`](https://github.com/etcdv3/etcd-client), I think it might related to #853? ```diff diff...

Sorry, this project is not actively maintained at the moment, but I'm happy to accept pull requests to fix this if anyone is up for it.

I'm going to close this because it's not easy to do cache with `Swatinem/rust-cache` for docker based builds. I'll probably add [sccache](https://github.com/mozilla/sccache) with GitHub Actions cache support in the future.

@mlucool If you mean https://github.com/deshaw/nbstripout-fast/pull/3 you can feature-gate the `extension-module` feature of `pyo3`. ```toml [dependencies] pyo3 = "0.17.3" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"] ``` Then you can build...

@peytondmurray Have you tried override bindings type in cli? `maturin build -b pyo3`.

Not sure why, but with some debugging it show that even when `extension-module` feature disabled `CARGO_FEATURE_EXTENSION_MODULE` env var still presents: https://github.com/PyO3/pyo3/blob/a71905052e9320767a1275a85b07e2dc895a17e0/pyo3-build-config/src/impl_.rs#L710 which in turn causes `pyo3` to not emit libpython...

xref https://github.com/rust-lang/cargo/issues/9235 > there is an implicit dependency from a binary to the library