Dima Ryskin

Results 23 comments of Dima Ryskin

After upgrading to Big Sur, `brew services start skhd` seems to have no effect. When running `skhd` from the terminal it works like a charm. The same "silence" happens when...

I have unfrequent bursts of heavy workloads requiring many resources. It doesn't make sense to keep a machine running at all times. Please make this happen!

Hi, has there been any progress with this? I'm looking for a way to use [scala metals](https://github.com/scalameta/metals) with a Bazel build.

@jvican sounds promising, thanks! Will sync with @natansil cc @hmemcpy

Hi, it looks like USB passthrough [has been implemented](https://wiki.freebsd.org/bhyve#Q:_Does_bhyve_support_VT-d_PCI_device_pass-through.3F) in bhyve. Has there been any progress/change in plans to port it to Hyperkit?

>you might only be able to attach all devices to the VM. Does this mean that the whole USB controller can possibly be attached?

@cornerman thank you for the attention. I looked into the implementation of Shapeless' `Generic.Aux` which seems to be used to derive the missing implicit in the case above, but I'm...

@cornerman that's a great explanation. Thanks! I'll try to play around with Shapeless, get more familiar and then attempt to reproduce this. Hope you have some progress as well.

>The trick here is to juggle with implicit priorities until it works. @milessabin is there a way to effectively inspect the implicit scope? Define priorities? I think the problem I'm...