Dominik Stadler

Results 21 issues of Dominik Stadler

A number of smaller adjustments: - Add a .gitignore to ignore some of the files/directories created by grails applications - Add some checks for things that we saw while starting...

Copying to cURL has two issues: * if the hostname in the configuration ends with a slash, the resulting cURL has double slashes, which renders it invalid * HTTP GET...

Some specific index triggers the following error when trying to use the "analyze" functionality, maybe the "metadata" is responsible here: ``` [error] application - Error processing request [path: /analysis/fields, body:...

bug

Trying to run the current version of this role from Galaxy, I get the following when using Ansible 2.0.0 (the latest on base Ubuntu Xenial): ``` TASK [../../roles/thefinn93.letsencrypt : Create...

**Describe the bug** The test-case below triggers a NullPointerException because since some versions github-api expects "encoding" to be set in GHContent always, however it seems sometimes this is not set...

bug

We have a large Gradle based build which uses "--parallel" heavily to speed up compilation of commits. Because of this, the output of the forbidden-api plugin is often hidden in...

When upgrading from 1.62 to 1.70 I get a new exception, stepping back to 1.62 makes it work again. Looks like a simple typo after a quick look. Full steps...

The following code will loop endlessly, if there is already a mount for the mountPoint, as it only changes the value for the given key, but not the key itself...

When I start multiple filesystems in one process (e.g. https://github.com/centic9/JGitFS can now do this to save main memory with many different Git repositories being mounted), I get the error message...

We use japicmp in Apache POI for comparing APIs across releases. When I try to upgrade from 0.1.2 to 0.2.9, I always get "Could not get unknown property 'me' for...