Fabian
Fabian
The following fails in a 4.14 switch with flambda: ``` % cat test.ml let _ = Mtime_clock.now_ns () % ocamlbuild -pkg mtime.clock -pkg mtime.clock.os test.native -- + /home/fabian/.opam/4.14.0/bin/ocamlopt.opt -I /home/fabian/.opam/4.14.0/lib/mtime...
A suggestion via email: > I do have one suggestion/request: It would be nice to have an "Export data" > button that generates a .csv file with the population for...
Usually it's possible to use vendored libraries and ppxs using dune by simply copying them into a subdirectory. This seems to fail with metapp: ``` % cat test.ml let _...
Some dune files are generated from OCaml code, e.g. https://github.com/ocaml/stdlib-shims/blob/master/src/dune. dune-deps should ignore such files. Might be fixed by #4. For now `-x` works as a workaround.
opam
It'd be good for convenience and visibility if this project and its dependencies were on opam.
- ~~copy/v86#431~~ - ~~copy/v86#333 (add a mute button and/or fix the "requires a gesture" warning).~~ A volume selector would also be nice. - ~~There's a minor issue where holding down...
E.g. for load_files, see https://github.com/copy/v86/search?l=JavaScript&q=.then
Inspired by [this](https://lobste.rs/s/qotwls/x86_script_instruction_virtual_machine/comments/4x0yad), I think this should be doable. It would be helpful both for debugging the emulator, debugging other things (operatings systems, maybe executables at a later point) and...
Adapt this old [screen_sdl.js](https://github.com/copy/v86/blob/9069a765e5a9cbed549ebbbd5c43440f1835b85b/src/node/screen_sdl.js) for the newer screen api (as in [screen.js](https://github.com/copy/v86/blob/master/src/browser/screen.js)).
The user interface would benefit from a review, I believe. Any ideas? Opinions?