Results 25 issues of Alex Graber

I've been experimenting with transitioning to Redis>6. Here are the changes I had to make to your setup: users.acl: ``` user default on >SOME_STRONG_PASSWORD ~* &* +@all ``` redis.conf (note:...

:loudspeaker: **What is the name of the service?** mailjet :link: **Provide some details about the service that can help with it's development.** - Homepage: mailjet.com - REST API Reference: https://dev.mailjet.com/email/reference/send-emails/...

enhancement

# New theme template request ## Website https://jupyter.org/ ## Example theme file https://github.com/jupyterlab/theme-cookiecutter

## Description On the first try, I can get to the headlamp dashboard and it is populated with information, if I try to click on anything or refresh, I get...

mac
auth

Move `apt install -y msmtp msmtp-mta` to final image because the binaries weren't copied over from the builder. Caveat: I've only built/tested `nginx.dockerfile`, though I carried the update through to...

I am using the gitops tool flux to manage my kubernetes cluster. I have installed the cockroach operator and [deployed a cluster based on the example manifest](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/manifest.yaml). I am trying...

I am using the gitops tool flux to manage my kubernetes cluster. I have installed the cockroach operator and [deployed a cluster based on the example manifest](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/manifest.yaml). The cockroach operator...

> [EDITED] I'd like to be able to preview the directory that is being completed (especially using `cd` or `ls`, but a generalization could also be very useful). With `fzf-tab`,...

Addresses #53; should be recyclable across all hooks. I don't know how to approach unit testing the glob ignores, though.

Generally I want to replace/remove CRLF in my repos. However, there are times where I require CRLF endings in files. It would be very beneficial to have an `--ignore-files` argument...