Nicolás Ojeda Bär
Nicolás Ojeda Bär
Merged. Congratulations @dra27!
Incidentally, a brief explanation of what scopes are used for would also be useful :)
The original PR #10192 mentions several of the issues that are mentioned here. cc @MisterDA for an expert opinion.
Yes, it is. Have at it!
I agree that such a module would be useful. One could justify adding `Pair` on the basis that pairs are by far the most common among all tuples...
@lupjo would you want to give this a shot? There is no guarantee it will get merged, but I feel there is a soft consensus for this addition.
> @hhugo I cherry-picked your branch, adapted the PR and document the new features, I'll wait [ocsigen/js_of_ocaml#2086](https://github.com/ocsigen/js_of_ocaml/pull/2086) to merge this and make a new release of gen_js_api. ocsigen/js_of_ocaml#2086 has been...
@smorimoto thanks for the ping. Now that `js_of_ocaml` has had a release, this one can go forward. We'll try to merge & cut a release shortly.
Hello, thanks for the report. I tried to build `ocaml-vdom` with `wasm_of_ocaml` but the `wasm_of_ocaml` OPAM package fails to build on my old machine (the `binaryen-bin` package runs out of...
Thanks for the pointer @vouillon! I understand that `onload` may trigger before the script is evaluated so one should use the following shim instead of a direct call to `Window.set_onload`...