Jans Rautenbach

Results 12 comments of Jans Rautenbach

In my case this happened because I was calling beginFinalAnimation() too soon. I called show(), did some quick calculations and then called beginFinalAnimation(). I guess calling them both within too...

Having the same problem. Also with Davx5 on Android. According to the Apache logs, the 500 error is returned on this call: ``` 197.184.174.50 - [email protected] [21/Mar/2022:16:16:56 +0000] "REPORT /dav/addressbooks/[email protected]/contacts/...

@heikobornholdt the feature has already been implemented. Please close this issue.

You probably need to use Punycode instead of special characters. Use [punycoder.com](https://www.punycoder.com/) to convert your domain, and try with the converted string instead.

Reproducable on Kali Linux 2021.1 (based on Debian)

These profiles only work with the legacy Volatility. Volatility 3 uses something called `Symbol Tables` which effectively replaces profiles ([wiki link](https://volatility3.readthedocs.io/en/latest/basics.html#symbol-tables)).

Version 6.14.0. Just checked and I can confirm the behaviour is the same in 6.14.1.

According to [this SO post](https://stackoverflow.com/questions/51826241/order-of-properties-in-swagger-definitions-changes-from-run-to-run) you can use the `@JsonPropertyOrder()` annotation on each class to enforce a particular order for your models' properties. However, in scenarios where the property order...

I can confirm this is still an issue with the latest version of minio and this chart. Workaround: Manually edit the minio `Deployment` with the two required environment variables. If...