Markus Perndorfer

Results 42 comments of Markus Perndorfer

Another parsing error: ``` [2021-03-07 10:44:11 +0100] [30235/Thread-29] [ERROR] An exception occurred during REPORT request on '//': Failed to serialize item '.vcf' from '/': 'VCARD components must contain at least...

Same problem here, and I think #736 is also the same issue. Unfortunately, this makes the app unusable 😞

Please also update `list-bin-paths` and remove the `.npm/bin` entry. **With** NPM_CONFIG_PREFIX, all global packages are installed under `.npm` e.g. ``` /home/foo/.asdf/installs/nodejs/14.17.4 ├── .npm │ ├── bin │ │ └── grunt...

Related to #224, #22

Same problem here. We have a schedule that is supposed to stop instances every day at `23:59`, but it unfortunately does nothing. Here is the schedule as Cloud Formation resource:...

Here are the parameters: ``` "CrossAccountRoles" = "" "Regions" = "us-east-1,us-west-1,eu-central-1" "StartedTags" = "ScheduleMessage=Started by {scheduler} {year}-{month}-{day}T{hour}:{minute} {timezone}" "StoppedTags" = "ScheduleMessage=Stopped by {scheduler} {year}-{month}-{day}T{hour}:{minute} {timezone}" "SendAnonymousData" = "No" ``` Let...

Same result with: * SourceTrail 2021.1.30 * macOS Big Sur 11.3.1 * `/Library/Java/JavaVirtualMachines/sapmachine-11.jdk/Contents/MacOS/libjli.dylib`

The problem is the changing IP-Address. As far as I remember keepasshttp first searches with the domain/IP in keepass and performs the matching on the results of the search _afterwards_....

I think this use case isn't considered in the current implementation... But what do I know, I just poked around a bit. ;) @pfn Maybe the original author has an...

If I run aria2 simply from the command line, the output just prints the startup logs and then stops, as expected, so it's not aria that continues to emit lines.