Chris McGee
Chris McGee
I followed all of the instructions (or so I thought) to get `zsh` installed, as well as `oh-my-zsh` and its `agnoster` theme. I also had to get the correct `Solarized`...
You may already be aware of this issue, but I figured I'd post it here anyway, just in case I'm wrong. (I don't see it already posted.) When running an...
What is the best way to install NVS via Ansible? So far, I have the following in my playbook: ```yaml - name: See if NVS is already installed lineinfile: path:...
I updated npm to v7.6.0 today and now gitmoji-changelog is consistently giving me an error: ```sh $ npx gitmoji-changelog /home/sturm/.npm/_npx/989ebc59bfc33b01/node_modules/.bin/gitmoji-changelog: 1: Syntax error: "(" unexpected ``` Before this, the first...
Despite the advice in your FAQ to not include numbers or symbols, some systems (such as Microsoft 365) _require_ them. Is there a chance you could add an option for...
I am unable to get this to work via fastcgi with a simple php-fpm container. Here's my `docker-compose.yml` file: ```yaml version: "3" services: proxy: image: jwilder/nginx-proxy ports: - "80:80" volumes:...
With Composer 2 having been released and Composer 1 going away soon, some libraries need to be updated to support C2 or risk breaking any projects that depend upon them....
I have noticed two things that the plugin "Generate M3U playlist" does which I would like changed. If these should be reported as separate issues, just say so and I'll...
##### SUMMARY I receive an error message when using the `mysql_db` module to connect to a MySQL Docker container. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME mysql_db #####...
Description ----------- I am unable to change directories without using `cd` on my Synology DiskStation. Steps to reproduce ------------------ Minimal steps to reproduce this behavior. Example: 1 - SSH into...