Nir Soffer
Nir Soffer
NBD protocol introduced new URL syntax recenlty: https://github.com/NetworkBlockDevice/nbd/blob/master/doc/uri.md | NBD URI | Export name | |---------------------------------|----------------| | nbd://example.com/disk | disk | | nbd+unix:///disk?socket=sock | disk | | nbd://example.com/ | (empty...
libnbd is a high performance and fully featured nbd client library written in C. https://libguestfs.org/libnbd.3.html linbd python bindings: https://gitlab.com/nbdkit/libnbd/-/tree/master/python The python binding does not have external documentation, you need to...
Currently we detect zeroes and sparsify on the server side. This is the only way to support stupid clients like browsers, used when uploading images via the webadmin portal. When...
The special "default" network is created by libvirt and owned by the system admin, but we try to delete it when deleting a profile. To reproduce the issue, start and...
The meson build system[1] support subprojects - a way to use another project in your build. The blake3 C library can be used like this, but meson requires that the...
On intel cpus I see ~10x speedup for the C implementation, but on Apple silicon it is 1.3x times slower than sha256. I built the C version both with cmake...
When trying the black vim plugin in builtin vim in macOS 14, we get this unclear error message: ``` The black.vim plugin requires vim7.0+ with Python 3.6 support. ``` The...
Improve site formatting to make it easier to maintain and have nicer output. Preview: - https://github.com/nirs/cobra/blob/site-formatting/site/content/user_guide.md - https://github.com/nirs/cobra/blob/site-formatting/site/content/active_help.md
When writing a plugin and setting CommandDisplayNameAnnotation you want the display name to be used in help text. This did not work when setting command Version since the help text...
**Describe the issue** According to [network-mode](https://docs.getutm.app/settings-apple/devices/network/#network-mode): > Traffic is routed directly by the host operating system and the guest shares a VLAN with the host. Services running on the guest...