8e8b2c
8e8b2c
**Issue** Calling e.g. `AgentPubKey::from_raw_39(bytes)` on something that isn't 39 bytes long causes an assertion failure. This seems surprising seeing as the function returns a `HoloHashResult`, which includes the variant `Err(HoloHashError::BadSize)`....
At the moment, the steps required to containerise a conductor such that it can be driven by another container include: - opening an admin port at a fixed port (which...
Relevant issue: https://github.com/1Password/typeshare/issues/191 Make the `chrono/wasmbind` feature optional via `default-features = false` in order to prevent unwanted wasm module exports in environments where interfaces are restricted.
I'm using typeshare with a project that builds a wasm module that must conform to a specific interface. Once I add the typeshare crate to my dependencies for the purpose...