Gunnar Thielebein

Results 40 comments of Gunnar Thielebein

Really old issue but did you had an eye on [treelib](https://treelib.readthedocs.io/en/latest/)?

TypeError raises for example with this small snippet: ``` #!/usr/bin/env python import os from pwd import getpwuid import sys def print_cmds(rootpath): for root, dirs, files in os.walk(rootpath): for base in...

I am thinking of state progress tracking currently based on drf and celery results. I need too check if it's also possible via 'inspect' and TaskResult, currently it's polling the...

@jhampson-dbre Do you already have some decision where to put configuration hints for winrm communication? I can't find something the documentation.

Hope that this does not break topic but can someone tell me which one has precedence the docker environment vars or the persisted config in the nextcloud container? Looking [here](https://github.com/nextcloud/docker/blob/37ee8cfdab231703b1adb5fa20abaeceec1b95cc/docker-entrypoint.sh#L132)...

If you open the Developer Toolbar in Firefox you will see the error message returned by the authentication POST Request. You might need to authenticate again (with toolbar opened). Please...

Hi @NicolasLMD isn't the error message not obvious enough? {'error_message': 'Username or password incorrect'} As it is AD, perhaps you need a prefix your loginname with something like that: MYSHINYWINDOWSADNAME\username

@martijnbastiaan, @muppeth Would you accept pull request #53 in your branch? I would like to rely on the alternative db based login your branch offers. I have workarounded an issue...

@jhoblitt Do you have a folder hierarchy for the ingress bundles with parent folders? Perhaps you can define the dependency to the upstream folder. I like the idea but perhaps...

Another idea would be usage of labels in your manifests together with the finegrained `doNotDeploy` flag. bundle a: ``` - name: ci doNotDeploy: true clusterSelector: matchLabels: env: ci ``` bundle...