Nathaniel McCallum
Nathaniel McCallum
Patches welcome.
@bryanmacfarlane I just happened to notice that you live near me. Could I take you out to lunch (my treat!)? I'd love to discuss our experiences of GitHub Actions with...
@danburkert Would you consider platform specific functions behind a feature flag? I too need the `address` parameter for the loader that I'm writing.
Can this issue be revisited? `ux` is being consumed by `x86_64_types` and we'd like to use it in `rust-vmm`. Having derived serde traits is super helpful to us.
@PoignardAzur Why can't `getLineCount(file)` just `dup(file)` and not consume the cursor position?
Duplicating listening stream sockets and datagram sockets is immensely valuable.
Also, expressed in libc terms, `dup2(fd, STDIN_FILENO)` with accepted stream sockets is immensely valuable in conjunction with `fork()` and `exec()`. WASI doesn't currently have process functions, but if we did...
This is a requirement for us.
This manifest seems to me to be a solution in search of a problem. 1. Some apps will need dynamic policies. For them, a manifest is too restrictive. 2. Other...
I've done some more reflection on this topic. Let me sketch what I think is the likely deployment scenarios. In interactive applications, dynamic permissions are much preferred. Android's mistake here...