Eliza Weisman

Results 175 issues of Eliza Weisman

- [ ] `client_compressed_unary` - [ ] `server_compressed_unary` - [ ] `client_compressed_streaming` - [ ] `server_compressed_streaming`

testing

- [ ] `compute_engine_creds` - [ ] `jwt_token_creds` - [ ] `oauth2_auth_token` - [ ] `per_rpc_creds`

testing

Since the [`TryFrom`](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) trait is in unstable Rust (rust-lang/rust#33417), we should rewrite a lot of failable conversions into `TryFrom` implementations. For example, a _lot_ of the [ELF parsing code](https://github.com/hawkw/sos-kernel/tree/master/elf) that...

contrib/easy
kind/refactor
contrib/good first issue

this is not a _huge_ problem, because hawkw/alarm is (going to be) a thing, but we should stop it from breaking the build

kind/bug
critical
area/alloc

Requires #122. We should at least be able to write to the console on file descriptor 1, writing to any other fd can be unimplemented for now.

kind/feature

kind/feature
area/elf