Gunnar Thielebein

Results 40 comments of Gunnar Thielebein

did you try to update the state with `apply -refresh`?

Thanks @marioland for your detailed answer and pointing out your concerns on that. If reusage `hijacking` is unwanted from security scope I will look for an alternative way to make...

@moajo A question about your PR. For AWS lambda I am using virtualenv within docker container (using the official lambda image) that creates some symlinks in `/venv/path/bin` . Outside the...

First steps that should be done is making whipper installable via pypi and therefore available within python virtualenvs without hassle. The step making distro related packages is then an easy...

I have the same issue connecting with a personal access token to a datacenter edition of Confluence. Is this currently supported?

Update: It works when using `token` param instead of `password`: ``` confluence = Confluence( url='https://confluence.example.com', username=os.environ["CONFLUENCE_USER"], token=os.environ["CONFLUENCE_PASSWORD"], cloud=False) ```

Hi @goetzk I have started a thread [1] about syncing userstories and issues between remote taiga instances. Perhaps this may fit your usecase? [1] https://groups.google.com/forum/#!topic/taigaio/EwekgxTAILk

Are there any news on that? Would it be possible to address multiple db instances with using a single secret?

Seems this is intended by design urllib3/urllib3/issues/1785

@bersbersbers I dont think they will resolve this soon. Any chance your workaround packed in a small PR for pyppeteer? Some simple checking for the environment environment vars and selecting...