Antonio Nuno Monteiro

Results 226 comments of Antonio Nuno Monteiro

added a reproduction here https://github.com/ocaml/dune/pull/10371

as of https://github.com/omcljs/om/pull/764 and `1.0.0-alpha45`, Om Next now has builtin support for server-side rendering. 🎉

I don't know if our cross-compilation support can work with `import ... { system = ... }`. You might be luckier using `pkgsCross.aarch64_multiplatform{,_musl}`.

Does this example have what you’re looking for? https://github.com/mseri/doi2bib/pull/19

I'd recommend revisiting cross compilation now. there have been some nice improvements in dune / overlays that should make your experience a bit better.

I agree this would be desirable to upstream. I haven't made many strides towards that however. Here's the current state of cross compilation support in this repo: - changes live...

`jsProperties`, `getSet`

- `let[@mel.as INVALID_IN_JS] foo = bar` too

This is a great point. @davesnx is working on the wider reason-react documentation effort, so I'll defer to him.

I imagine that could be the case if its usage ends up being more pervasive. I've actually been working on a Next.js app with Melange and I must admit: writing...