Oscar Spencer

Results 158 comments of Oscar Spencer

Attributes would be a little nicer, but we don't currently support attributes on arbitrary nodes, and that's actually kind of a hard problem. If you want to pair on trying...

Pinned to an older version of ocamlfind and opened https://github.com/esy-ocaml/esy-opam-override/issues/139.

Yeah, I'll add it when I rebase this PR.

I'll add a note about the OCaml 4.12 support for the changelog when I merge.

Thanks @hhugo. Do you need this merged/released soon? We still need to figure out some CI issues for this project but I don't have much time in the next two...

@hhugo I rebased this and it should be good to go after CI checks :D

Looks like the tests failed on Windows, with opam. We'll need to figure out what's going on there.

I think it's fine for now.

To add to what @spotandjake mentioned, we have successfully used the adapter to make components. Let me know if you want some pointers! We've been aware of this issue but...

@lann I've got this repository here which has a couple of examples of Grain components: a basic command component, a wasi:http/proxy one, and a wasi:http/imports one. https://github.com/ospencer/grain-components Each of the...