Friedel Ziegelmayer

Results 767 comments of Friedel Ziegelmayer

To clarify, there is `doc del` and `doc drop` Copied from the `--help` section - `doc del`: `Delete all entries below a key prefix` - `doc drop`: Delete a document...

> Also must include These are already available > * adding document - https://iroh.computer/docs/api/doc-import - https://iroh.computer/docs/api/doc-new > * listing document - https://iroh.computer/docs/api/doc-keys > * removing document in instructions - https://iroh.computer/docs/api/doc-drop

Would be great to know if this is still the case, we had some changes that should help with this already land

thanks for testing, will close for now. let us know if you encounter the issue again

I can provide some time to implement this, if we can find a design that makes all parties happy.

> On the other hand, we could introduce another rustls-pki-types type, let's call it `IdentityDer`, which is an enum with a `Certificate` and other variants, and start using that in...

@djc I have created https://github.com/rustls/rustls/pull/2266 to start exploring your suggestion. Asfaict the API impact is reasonably limited to the verifiers.

> and we've made the resulting traits unsealed so that external crates can implement them. Unfortunately that doesn't help, as the orphan rule prevents us from implementing the trait for...

Looks like the last missing piece was published in 1.8: https://github.com/tokio-rs/bytes/pull/741