Harald Hoyer

Results 61 issues of Harald Hoyer

`usize::from(a) as _` can be transformed to `a.try_into().or(Err(libc::EINVAL))?` with the not yet released primordial 0.2 Because the `sgx` crate still uses primordial 0.1, `internal/shim-sgx/src/event.rs` and `internal/shim-sgx/src/handler.rs` are force transmuted as...

Signed-off-by: Harald Hoyer

Signed-off-by: Harald Hoyer

Shouldn't sevctl also use the global cache?

See 8.15 of the `SEV Secure Nested Paging Firmware ABI Specification`

What do you think about using readthedoc instead of gh-pages? It's possible to trigger doc updating from the github repo to readthedocs.io. `readthedoc` will automatically retrieve the doc source and...

Instead of .take() for read and write stream, maybe just consume the connection and return it after success and disallow clone() for the connection

Using current commit `6d540100aeb3fa237cb23b2f1168d82f9d8e1930`: ``` ❯ cargo vendor error: failed to sync Caused by: found duplicate version of package `bellman_ce v0.3.2` vendored from two sources: source 1: https://github.com/matter-labs/bellman?branch=dev#5520aa22 source 2:...

bug