Paweł Suder

Results 9 comments of Paweł Suder

> @spitfire I will publish a new build to TestFlight as soon as there is anything meaningful to test. I don't (yet) have a YubiKey with Lightning and therefore not...

> There has not been a new beta release yet. > I've run into an issue ([yubikit-ios/issues/75](https://github.com/Yubico/yubikit-ios/issues/75)) and have paused working on it since I should study for my exams...

I did a small research. What I found is that OpenStreetMap uses [GraphHopper](https://github.com/graphhopper/graphhopper), but it is paid, if cloud version is used. OpenSource on-premise version is available, but requires running...

I went deep.. tl;dr: `%2F` instead of `/` same issue https://github.com/jenkinsci/hashicorp-vault-plugin/issues/75#issuecomment-582105896 Longer version: A bit more context of deployment where Jenkins and Vault are setup. Both are deployed with images...

Excluded Traefik from communication between Jenkins and Vault - used direct URL aka `http://vault:8200` and same error with `/` in secret engine name: ``` com.datapipe.jenkins.vault.exception.VaultPluginException: Vault credentials not found for...

`--no-ansi` does work if used just after `docker-compose` before any sub-command: ![docker-compose no ansi](https://user-images.githubusercontent.com/3436085/150993688-52423abd-dff3-44f6-be82-f9cd2671496e.png) ![docker-compose ansi](https://user-images.githubusercontent.com/3436085/150993710-0d349220-426b-41f6-a554-a93efb79c796.png) ``` pasuder@pasuder-ubuntu02:~/services/traefik$ docker-compose version docker-compose version 1.29.2, build unknown docker-py version: 5.0.2 CPython version:...

Following up on this 😃

It does work very well (version `v2.6.0+b3e3521`), thank you @aslilac !