Katze

Results 36 issues of Katze

- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: 2.4.1 - `zsh --version`: `zsh 5.2 (x86_64-unknown-openbsd6.0)` -...

HELP WANTED
kind/stale

I would like to be able to run commands on every container, ideally using wildcards. This would be useful in the following cases: - if you have "pairs" of containers...

Feature
Maybe

Currently the cgroup hierarchy is only mounted if not running in a virtualized environment (as added via #58): https://github.com/void-linux/void-runit/blob/42ca737148ea530dad5945af1a4eb7e471e8b637/core-services/00-pseudofs.sh#L13 However even inside a container it is sometimes preferable to have...

Similar to the already present [FLOC, CSP, and whatnot headers](https://github.com/debops/debops/blob/a61cf7e62ea227b2f4b1b5d79bdf80cad5afa877/ansible/roles/nginx/templates/etc/nginx/sites-available/default.conf.j2#L669-L698), it'd be great to have a simple option for request ids. *nginx* provides the [*$request_id*](https://nginx.org/en/docs/http/ngx_http_core_module.html#var_request_id) variable, which allows logging and...

tag: good first issue
new feature
priority: low
tag: webserver
tag: nginx

# Desired State The *debops* ansible role should allow to specify any number of `access_log` directives, including none at all. Ideally this could make use of a similar defaulting mechanism...

new feature
priority: medium
tag: webserver
tag: nginx

After deleting most of `/etc/network/` in an attempt to get rid of potentially stale configuration, I seem to be unable to get debops to configure interfaces on Debian bullseye: ```yaml...

priority: medium
tag: networking

I was using a Fairphone 2 running Android 5.1, Rust (installed using multirust) v1.8.0. Commands (used in `android-rs-glue/examples/basic` (5a8e33fd4d53a186e97dfd0fb8f6cabfcaf5b1d5)): ``` bash export PATH=$PATH:~/Downloads/apache-ant-1.9.7/bin:~/Downloads/icedtea-bin-3.0.0/bin:~/Downloads/android-sdk/platform-tools/ export ANDROID_SDK_HOME=~/Downloads/android-sdk/ export NDK_HOME=~/Downloads/android-ndk-r11c/ cargo apk ```...

bug

To my knowledge there are two libraries for that, choose whichever you like, but please use one. I just fixed some parsing (multiple files) in #19, but there are still...

question
in progress
component-bin
component-dependencies

Dependabot keeps bothering me about CVE-2020-26235, which affects the *time* crate in certain versions. I took the *time* (heh) and updated to the 0.3 version which is not affected. This...

The kexec and kexec-bundle formats were considered broken in #241: > move some broken formats to `./formats-broken` to fix later As far as I understand it's because some [kexec code...