Benjamin Runnels

Results 72 comments of Benjamin Runnels

I found this today that seems to be going down a similar path to what you've described but with redis and postgres. https://github.com/n1207n/video-transcode-queue

I have the same issue. Manual workaround is before I do `scoop update` or `scoop bucket` operations I do `scoop config rm proxy`. Then my `git config --global http.proxy` will...

Something simple like adding another config option works for me: ``` function git_proxy_cmd { $proxy = get_config 'proxy' $no_git_proxy = get_config 'no_git_proxy' $cmd = "git $($args | ForEach-Object { "$_...

Please forgive me for resurrecting this old issue but it's still open and I have a similar need. When I try to override the LocalStorageStrategy as you've detailed I get...

I've been using the helm chart for oauth2_proxy to accomplish the same thing. It has now been abandoned with the original maintainer pointing here as an alternative. Maybe the helm...

Just a note, this works for everything in my initial testing except for the *Input classes. I haven't worked out why yet. In this example everything works if I switch...

Can you please provide a new link/build for RT-AX82U? Current link is broken.

Also needed to comment out the pip openshift install in `common/tasks/archlinux.yml` which is what is adding everything to pip to start with.

I can send a PR. There are quite a few issues with arch that I have added fixes for. I also added support for `common_is_rpi: false` var to support a...

Could you also add uninstall to the nuke playbook?