Stefan Midjich
Stefan Midjich
Thanks @bmeneguele No `git config --local http.proxy socks5://..` didn't help with lab. If I run `lab ci --help` it hangs for a few minutes. I can't see a verbose option...
I'm using lab git version 2.28.0. Using https_proxy works with glab, same repo, but not with lab. I also use this socks5 proxy for other things like kubectl, they all...
In case anyone finds this useful, here is my personal kustomization setup for libreddit. https://gitlab.com/stemid-kustomize/libreddit
@craigkerstiens can you enable the 13.10 image temporarily so we can upgrade our clusters? I had not received any word of this. I will try to watch the dev list...
> What @stemid said—the deprecation of removal of the images was unexpected. I've written to [[email protected]](mailto:[email protected]) now. @andrewlecuyer @haf I managed to resolve the situation. I did a docker save...
I'm going to borrow this thread because I get the same ncurses error, but I also cannot get it working at all on Fedora 38. It does eventually compile with...
I understand the unwillingness to integrate reCaptcha as it is owned by Google. But I'd like to see the option to create a custom captcha by simply specifying two fields....
Yes, I just found this project and this is a major gripe with deployment. That I need two containers just to serve this application. Which is very rare, I host...
I ran into this issue while googling and my workaround so that I could use tools like vagrant and terraform from a toolbox container is to use qemu+ssh. ``` Vagrant.configure("2")...
@ensky I'm afraid I missed all the double declarations on [that line](https://github.com/ensky/taiga-contrib-ldap-auth/blob/master/taiga_contrib_ldap_auth/connector.py#L18). You can fix that whenever you feel like it because it's not critical.