c10l
c10l
I've recently migrated my zsh config to use [`zim`](https://zimfw.sh/). Unfortunately, this broke `kubie` because it expects to find certain files in known locations: ```shell $ kubie ctx /Users/c10l/.zshrc:source:102: no such...
It would be good to be able to run the HTTP endpoint once and let the clients pick the output format, either via HTTP headers or a URL parameter, e.g....
This is preliminary work to support https://github.com/terraform-lxd/terraform-provider-lxd/issues/235 Progress: - [x] working POC for `lxd_project` resource - [x] tests - [x] default project as a provider config - [ ] `project`...
This fixes #16 Here's the changelog: https://raw.github.com/antirez/redis/2.6/00-RELEASENOTES ``` The following redis.conf and CONFIG GET / SET parameters changed: * hash-max-zipmap-entries, now replaced by hash-max-ziplist-entries * hash-max-zipmap-value, now replaced by hash-max-ziplist-value...
## Your Environment - `mas version`: 1.8.6 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 10.1... ```shell ❯ system_profiler SPSoftwareDataType -detailLevel mini Software: System Software Overview: System Version: macOS 13.5.2 (22G91)...
**iOS device model, version and app version** Model Name: iPhone 15 Pro Software Version: 17.3 App version: 2024.1 (2024.535) **Home Assistant Core Version** 2024.1.6 **Describe the bug** Initial pairing of...
This patch allows for the use of the newer version of the apache2 cookbook. It also includes cleaning up of foodcritic warnings :)
I'm on Debian testing. I installed both GOverlay and MangoHud from the distro repos. MangoHud is in `/usr/bin/mangohud`, and I can run it: ```shell gaming@nzxt:~$ which mangohud /usr/bin/mangohud gaming@nzxt:~$ mangohud...
When running `pip3 install --user -r zephyr/scripts/requirements.txt` (last step on https://zmk.dev/docs/development/setup), grpcio install fails with the following error: FileNotFoundError: [Errno 2] No such file or directory: c++: c++ This happens...