Mirek Sedzinski

Results 7 comments of Mirek Sedzinski

Hey there @verb @soltysh -- 1.19 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating in 1.19? In order to have...

Thank you for letting me know @verb

Hey there @xing-yang , @NickrenREN -- 1.19 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating in 1.19? In order to...

I tried to put signing under `hazmat` feature (in signing_key.rs) but tests stopped working (for example: `signature.rs/signer_verifier_signature`). I don't think it's a good idea to put all those tests under...

Please have a look at PR #859 There are two main issues there: 1. Tests fail because of examples (they work only with signing enabled). But those examples (generate.rs/sign.rs) don't...

I think we are talking about different "examples". In my case example is just a binary crate, binary crate must have "main" function. So, the error I get is this:...