Ali Polatel
Ali Polatel
1. Honour `driver_cache` and `driver_discard` keys in storage disk config. 2. Add a SCSI controller if any of the storage disks have SCSI as the target bus. The SCSI model...
## User story **As** an engineer **I would like to** add support for virtio-scsi devices in Libvirt.pm **so I can** automate usage of para-virtualized SCSI controller devices ## Describe the...
By default, the "file" function uses sftp to upload the target file to the server. During the upload, the Net::SFTP::Foreign runs chmod unconditionally, failing if the target file is not...
The kernel returns EINVAL when this flag is passed to seccomp without the new listener flag so we should pass this flag along as well. Reference on where the check...
Ruby bindings don't play nice with `--prefix` e.g. installing under `$HOME` The responsible code snippet from `configure.ac` looks like: ``` m4 AC_MSG_CHECKING([for Ruby sitearchdir]) RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 'puts Config::CONFIG@@'`...
Thanks for the awesome crate and great work! I am the main author of [syd](https://lib.rs/crates/syd) and we've been using nix in our project with great joy. Below is an error...
Fixes: #2149 Having applied this patch and added the following snippet to syd-tui's Cargo.toml: ``` [patch.crates-io] ratatui = { git = "https://github.com/alip/ratatui.git", branch = "make-instability-optional" } ratatui-core = { git...