ktprograms

Results 109 comments of ktprograms

Ah, I see. From reading the description of it I thought it didn't require filesystem support. Would there be any way to do ID-mapping for 9pfs?

What changes would need to be made? Could you please link to the implementation for other filesystems so I can take a look? I wouldn't mind looking at trying to...

On Thu Jun 16, 2022 at 8:47 PM +08, Christian Brauner wrote: > Yeah, I can certainly help you there. Is it ok if I wait until after next week....

Hi @brauner, do you have some links to documentation/other implementations?

@jimmont Are you aware that you can change the capture/release key combination to Command+Option? You just need to open the UTM preferences and click the checkbox `Use Command+Opt for input...

Is this possible in vmnet.framework? That's what QEMU uses for Bridged Networking on macOS

I wouldn't worry too much about the licensing, afaik there's not an "advanced" vs "basic" split for vmnet, and osy already got permission/entitlements to use vmnet in UTM.

I _believe_ I'm facing the same issue, with `g` in visual block mode. `git bisect` found e6beb8845e80558194c6027b7a985e1211e76878 to be the offending commit. When I re-add the code in `buf.lua ->...

Upon further digging, this commit https://github.com/folke/which-key.nvim/commit/e4d54d11cc247edd0ed4bde7a501caa8e119c1ff appears to be both the _cause_ and the _solution_. Handling for `vim.v.count` and `vim.v.register` is added here, but only for non `x` or `o`...

Unfortunately because UTM is a sandboxed app, it can't access physical partitions. You can use nbd (via qemu-nbd) to serve the partition as a block device to a Linux VM,...