Fabian
Fabian
Even after with the addition of `MCFLY_HISTORY_LIMIT`, cltr-r still feels pretty unresponsive with a large database, as measured in https://github.com/cantino/mcfly/issues/125#issuecomment-788729489. It could feel much better if the results were loaded...
This is a feature request: Currently, when waiting for keyboard input, Mu uses a busy loop (which you can tell by the high CPU usage in qemu, for example in...
Reproduced as follows: ``` ./translate shell/*.mu qemu-system-i386 code.img -m 256 -snapshot -display gtk,zoom-to-fit=on ``` Initially the keyboard works. After clicking on the screen to lock the mouse and moving it,...
This would allow sharing files with guests that don't support 9pfs. Probably depends on #54.
Currently tries to execute a 64-bit instruction (`0F05 SYSCALL`), and then crashes.
See https://github.com/copy/v86/blob/7f5fb11/src/browser/starter.js#L522
Last serial output is: ``` Haiku revision: hrev56578+59, debug level: 1 CPU: no microcode provided reserve_io_interrupt_vectors: reserved 2 vectors starting from 98 CPU 0: type 0 family 15 extended_family 0...
e.g.: ```ocaml open Printf module type X = sig end let x = let y = 42 in () let _f x = () type x = { foo: int...