Markus Perndorfer

Results 12 issues of Markus Perndorfer

One entry in my address book collection can't be parsed, this in turn breaks the sync of the _whole_ address book. ``` [2021-03-07 10:08:03 +0100] [24447/Thread-17] [ERROR] An exception occurred...

Maybe it's just me, but I would prefer if the asdf-managed node.js does not change the default location for global node modules. It took me a while to figure out...

VS Code 1.40.2 Jenkins Pipeline Linter Connector 1.2.0 After a quick look into the source, this line seems to be the issue: https://github.com/janjoerke/vscode-jenkins-pipeline-linter-connector/blob/master/src/extension.ts#L63 The variable `options` doesn't have a property...

Here the relevant log snippet ```` Downloading freeplane from 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/archive/1.6.10/Freeplane-Setup-1.6.10.exe/download' Progress: 100% - Completed download of Y:\Temp\chocolatey\FreePlane\1.6.10\Freeplane-Setup-1.6.10.exe (33.44 MB). Download of Freeplane-Setup-1.6.10.exe (33.44 MB) completed. Error - hashes do not...

**Summary**. Running aria2c as service creates massive log file because WinSW keeps appending empty/whitespace lines ## Steps to reproduce Setup [aria2c ](https://aria2.github.io/)as a service using the provided config file. ```xml...

bug

### Summary `pack build` segfaults on M2 mac + podman --- ### Reproduction ##### Steps 1. follow pack + podman setup guide - https://buildpacks.io/docs/for-app-developers/how-to/special-cases/build-on-podman/ 2. `pack build sample-app -p samples/apps/ruby-bundler/...

type/bug
status/triage

To ensure reproducible deployments with helm chart repositories during CD, you need to run `helm dependencies build` to ensure to use the charts as defined in the `Chart.lock` file. https://helm.sh/docs/helm/helm_dependency_build/...

`pluginPackaging` fails *Stacktrace* ``` * What went wrong: Execution failed for task ':project:pluginPackaging'. > Could not get unknown property 'classesDir' for main classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput. * Try: Run with...

`compile` is deprecated since Gradle 3.4, one should use `implementation` instead https://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations The plugin doesn't pick up any dependencies declared for the `implementation` scope and consequently doesn't package them into...