Ruben Jenster

Results 45 issues of Ruben Jenster

Hi there, I made some changes to allow shared mount propagation and to fix mount option parsing. As shared mount propagation is considered dangerous and I'm quite new to it...

Hi there, I noticed that static only builds fail to install. There seems to be a make target (or part of it) that must be disabled for static-only builds. I...

# Required information * Distribution: archlinux * `git describe --long`: lxc-4.0.0-1004-g46ad3c97a * `uname -a`: Linux 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64 GNU/Linux * `cat /proc/cmdline`...

Easy
External
Documentation

# Required information lxc version: 4.0.0-devel # Issue description The original configuration file is loaded first, even when an alternate config file is specified. I think the original configuration file...

Bug
Easy

Ping requires `CAP_NET_RAW` permissions in the pod. Running the pod with '--privileged=true' will grant CAP_NET_RAW. This maybe runtime dependent but it is required using `cri-o` with an OCI compliant runtime.

Hi there, I just discovered `brightness` and the version bbbe5a26cf8fc0496801c1af84cee9ba53f27a51 works fine for me. Thanks for sharing your work! My specs: ``` MacOS Monterey 12.1 MacBook Pro (15-inch, 2019) Radeon...

Evaluate the **g:shfmt_fmt_on_save** variable when the autocmd is triggered. To disable auto-save in the current session run: ```vim :let g:shfmt_fmt_on_save = 0 ``` To enable auto-save in the current session...

Hi @z0mbix , thanks for your work on `vim-shfmt`. Currently it's a bit difficult to work with `vim-shfmt` when `shfmt` returns an error. Consider the follwing script named *test.sh* ```bash...

Hi @rubiii, I currently have to implement a SOAP web service for rails (using _wash_out_). I tested the services using savon and my specs keep failing because nori's typecasting doesn't...

Hi, I've added a function to parse a string into`Cap`. I use it to look up capabilities by it's string value. e.g: ```golang func (rt *Runtime) hasCapability(s string) bool {...