Gerald Fiedler

Results 9 issues of Gerald Fiedler

Fixes https://github.com/spyoungtech/behave-webdriver/issues/86

When I use behave-webdriver with Python 2.7.1, then I get an error "sre_constants.error: nothing to repeat". This is fixed in current versions of Python 2.7 and does not throw an...

The zoom level of the TMS service is different from the zoom level of the tile source. ## Context ``` mapproxy-util grids mapproxy.yaml mygrid: Configuration: base: 'GLOBAL_WEBMERCATOR' bbox*: [-20037508.342789244, -20037508.342789244,...

When docker-compose is used with the [example docker-compose.yml](https://github.com/jojomi/docker-hugo#docker-compose) to start a local test server, then a folder `resources` with root permission is created within the source directory: ``` $ docker-compose...

HTTP GET https://repo.opencollab.dev/maven-snapshots/com/github/CloudburstMC/Protocol/6985f66/Protocol-6985f66.pom responds with HTTP 409 Conflict ``` The repository 'maven-snapshots' rejected the resolution of an artifact 'maven-snapshots:com/github/CloudburstMC/Protocol/6985f66/Protocol-6985f66.pom' due to conflict in the snapshot release handling policy. ``` A...

**Describe the bug** ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:lintVitalRelease'. > Could not resolve all artifacts for configuration...

I want to teleport a player to a new location ``` int x = 5438693; int z = -261848; int y = player.getLevel().getHighestBlockAt(x, z); player.teleport(new Position(x, y + 1, z));...