Results 310 comments of Fabian

Indeed, we need a try-catch here: https://github.com/copy/v86/blob/c69cbd7854d7cbda08679c389973aa87c9fb37bd/src/browser/network.js#L101

> Does this issue also expose an underlying issue on KolibriOS, that I should report back to their team? No, the issue was specific to v86.

> I do not know what the binary annotations are used for, but it is simple to enable their building. These are used by merlin for `locate`, `document`, and probably...

Is it even possible for a function to behave differently if you don't pass an optional argument vs passing `None` for said argument? (which, if I understand correctly, would be...

> Indeed, so it would have to be: Project.lib : ?install:[`Findlib of string] option -> ... and thus you could pass ~install:None to override the default. I'd rather leave it...

The argument is passed here: https://github.com/janestreet/jane-street-tests/blob/master/test-inline-tests/with-oasis-method1/_tags

It works with `ppx_inline_test.deprecated-ppx-method`: ``` % ocamlfind ocamldep -verbose -package ppx_inline_test.deprecated-ppx-method -ppxopt 'ppx_inline_test.deprecated-ppx-method,-inline-test-lib mylib' -sort lib/mylib.ml + ocamldep.opt -sort -ppx "~/.opam/4.04.0+flambda/lib/ppx_inline_test/./ppx.exe --as-ppx -inline-test-lib mylib" lib/mylib.ml lib/mylib.ml ``` > This is...

Super-low priority, as android isn't really usable. But sure, why not? For reference, an example of adding an instruction: https://github.com/copy/v86/pull/837

Does it work in qemu? Could you upload the image for us to reproduce?

@SuperMaxusa @dylaniscool54 That's so cool, I'm thinking of adding this to the website. Is the performance decent? Could one of you send me the disk image?