Friedel Ziegelmayer

Results 767 comments of Friedel Ziegelmayer

We are publishing Dockerfiles now and have support for exposing docker, you can see it here: https://github.com/n0-computer/iroh/blob/main/docker/Dockerfile this currently works well in all cases I have seen, can you explain...

Docs tickets can currently not be revoked. Ticket B will by default contain the same secret material as Ticket A, so both will be valid

it's conceptually pretty much impossible for iroh-docs, as the secret key material is bound to the documents identity, so you would have to make a new document to do so....

Fyi it is RFC 9380 not 9390 :)

thanks for the report, can you PR a fix, adjusting the feature?

did some more cleanup and published `0.5.0` which should fix this

if you just store an `Arc` you can clone super cheap, without a lot of overhead

ci sad this target has been officially deprecated by rust and apple themselves, so unclear if we want to try support for this https://github.com/rust-lang/rfcs/blob/master/text/3841-demote-x86_64-apple-darwin.md

This is the relevant line: https://github.com/shellrow/netdev/blob/main/src/gateway/macos.rs#L428 we should file this as an issue with netdev