Michael Bacarella

Results 44 comments of Michael Bacarella

The reporter says `curses` but this is actually an issue with `conf-ncurses`, which is depended on by several opam packages. The actual problem here is some distributions provide hacks so...

Thanks for the review. Collapsing the test servers into one and the .mli refactor done. I believe all of the extraneous code formatting has been removed (mostly in the dune...

Thanks for the answer. This is helpful. A question on future compatibility: I assume the ppxlib exposed AST cannot know what future versions of OCaml will have, so it's possible...

To be clear I mean hack in the best possible meaning of the term :) It's true `dune` does do something like this to discover definitions and values from compiled...

Ah, nice. I wanted to build mixxx on my M2 to work on unrelated-to-Apple-Silicon features. I presume your m1xxx repo is the way to go for that.

I've offered a $100 bounty for this. Perhaps others will join me: https://www.bountysource.com/issues/37097694-google-compute-engine-vms-only-support-virtio-scsi-disk-devices It might be better to implement the virtio SCSI device in pure OCaml and introduce hooks into...

Is there something blocking this from being accepted? Would be nice to have opam support!

[According to this GCE doc](https://cloud.google.com/compute/docs/images/building-custom-os), we would need to add support for the controller `PCI Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)` Booting Linux on GCE `f1-micro`, the output...

I've looked into this a bit. This may not be too daunting an undertaking given that the ACPICA code now exists and is meant to be copy/pasted right into OS...

It seems simple enough according to this snippet in the Linux kernel. https://github.com/torvalds/linux/blob/master/drivers/power/reset/piix4-poweroff.c Assuming that really is how to power off on a system with a detected PIIX4, it should...