Haz
Haz
LCD Simulations require the graphics library. That should be mentioned too
> I suspect the implementation just doesn't want to store potentially 1000s of matches in case they may be referenced in a later command I see.. My understanding was, since...
ah - it really is the last match not the first one. That wasn't apparent to me at the time of reporting because the selection that made me first encounter...
don't know if related but this also causes a similar segfault: ```lua vis:command_register('paste', function() vis:command('
Hi, thanks for the explanation ❤️ what happens when there is more than one barcode visible in camera mode? it seems the app just scans one of them and leaves...
I haven't written anything in the android (or mobile) ecosystem before, maybe I can try to scratch my own itch and return with a PR. Would you mind? I may...
> consider, `val main = if True then test else test` for example (assuming no optimization) Would it be within the interest of the language to make the internal entry...
there's a `UTop.prompt_continue` but it seems to be a stub(?)
coming from ocaml/ocaml#10059 `UTop.prompt := Lwt_react.S.const (LTerm_text.of_utf8 "> ")` in your init file.
I think it should be easier than this though