Konstantinos Koukopoulos
Konstantinos Koukopoulos
Due to [this python issue (20386)](http://bugs.python.org/issue20386) there is the possibility of an infinite recursion when calling `socket.__repr__` in python 3.4.2. HTTPretty patches `socket.SocketType`, which it assumes is the actual class...
Hello, At my work we use DotNetChecker to install .NET 4.0, usually on 64 bit Windows (7 and 8). However a client wanted to run it on Vista 32 bit...
I tried using DotNetChecker to install .NET Full 4.0 on Vista 32-bit, my installer proceeded to download the .NET installer but then nothing happened. Apparently the installer was executed but...
The autokuttle script will launch a deployment using the `python3:alpine` image.
Hi, Copying the kuttle approach I created a script that handles the creation of the pod itself: https://gist.github.com/kouk/5ee3c5892177b5db2fa22f2f0478646f Is something like this relevant to this repo? If yes, I can...
The possibleInstallModes method doesn't deal with the special case of a target namespace being the empty string, so validation fails when installing to the global operator group. E.g. ❯ kubectl...
Sometimes Airflow doesn't have the ability to search across all indices in an Elasticsearch server. This might be due to security settings in the server. In these cases fetching the...
Fixes: https://github.com/jjethwa/icinga2/issues/121 Replaces: https://github.com/jjethwa/icinga2/pull/139 See below for an explanation: https://github.com/Icinga/icingaweb2/pull/3170 https://github.com/skm42/icinga2/issues/1
**Is your feature request related to a problem? Please describe.** Currently, while a cross-environment variable can be sourced from a path, e.g. in `.gitlab-ci-local-variables.yml` the below would allow using the...
Homebrew maintainers [asked for a make install target](https://github.com/Homebrew/homebrew-core/pull/5711#discussion_r82520340). Would be great if you could merge this.