Pavan Kumar Sunkara
Pavan Kumar Sunkara
@marcofugaro You do know you can configure the host, right?
@marcofugaro This is always intended to be a direct website. Not a dependency or middleware
It was a bit difficult to get this setup in rust compared to other languages, but I have something similar here, https://github.com/pksunkara/cargo-workspaces/blob/master/src/utils/cargo.rs#L26
> some dead-simple API to check basic stuff: execs with this status, with this substring. I was trying this library out today and I was basically looking for something like...
Just wanted to chime in and say that we have been looking to implement this with https://github.com/pksunkara/cargo-workspaces/pull/15. Once that PR is merged, you should be able to do `cargo ws...
This might be intentional for docs.rs example?
If we want to just to keep it in sync, `#![doc = include_str!("README.md")]` is easy, but it does not allow any customization IIUC.
I haven't been able to reproduce this. Are you sure your types packages had changes and was picked to be versioned? If it's not picked up to be versioned, it's...
I am closing this. Please comment here if it's still an issue.
1. I don't use Nix. 2. Can you please paste the error message here? 3. Segfault is not something that can happen inside the lib. Are you sure this is...