Nick Hynes
Nick Hynes
[`oasis-build`](https://github.com/oasislabs/oasis-rs/tree/master/oasis-build) is the name of the rustc wrapper
oasis-build doesn’t pull rpcs out of traits, but that’s an interesting feature. For now, just add methods to the main impl that call the trait methods
I’ll give you some time to think about why wrapping them for now isn’t problematic for any but the most incompetent programmers.
would you mind spellchecking all of the comments using an automated tool?
Wow, thanks a lot for doing that; spelling is something that really leaves a bad impression when it's wrong. What tool did you use? I'll try add it to CI.
Hi Kenton, I'm currently using this code in my fork of workerd that supports running within [AWS Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-concepts.html#term-socket), which have the vsock as its only external interface. This patch...
> Is AF_VSOCK a linux-only feature? AF_VSOCK has a [Windows shim provided by AWS](https://docs.aws.amazon.com/enclaves/latest/user/vsock-win.html) but it's not installed anywhere by default, so it's probably safe to assume linux-only for now....
Unfortunately, loadcaffe doesn't support non-linear architectures. It's also missing a few modules like `Scale` and `BatchNorm`. Fortunately, however, I just finished [caffegraph](https://github.com/nhynes/caffegraph), which loads the pre-trained ResNets just fine.
Here's a [quick python script](https://gist.github.com/nhynes/7bcc80bbe5e005c8520abda053320519) that makes the changes as described by @comex. Note that you will probably have to twiddle the xpath syntax a bit since I have only...
Any update on this? Prettier really is quite useful. Eslint, too. I like format-on-save with Prettier. It lets me focus on the code instead of typing correctly,.