Martijn Ruijzendaal
Martijn Ruijzendaal
Same issue.
Perhaps this `IAxisValueFormatter` can be of any help? public class DateAxisValueFormatter implements IAxisValueFormatter { // Minimum seperation for showing a new date public static final float GRANULARITY = 24*60*60*1000; //...
I just wanted to let you know that I'm having this same issue.
Steps to reproduce: 1. Create billingprocessor in main activity. 2. Immediately query subscription details. 3. Done. I guess the billingprocessor is stoll initializing. Maybe put all rx queries in some...
Having the exact same log with a 100% reproduction rate.
Any update on this?
The documentation is indeed absent for most of the code. What I ended up doing is making a template psd file (in my case of two white layers, one of...
Having the same issue, did you manage to find a solution yet?
Perhaps this is a separate issue, but I observe the same when a Python script containing pypdfplot is executed from a different directory: `./tmp/tmp2.py` ```python import pypdfplot.backend import matplotlib.pyplot as...