Emanuele D'Osualdo
Emanuele D'Osualdo
Turning pages is indeed weirdly slow, I did not know it was that much slower than the official app. I am not sure what could cause this. Options: - the...
I did a couple of tests: it seems the problem is there only when annotating pdfs. If I try on a notebook the colors render without issues. On PDFs I...
🤔 that's weird. If I had to guess, it is possible that when you tried with 2.12.1.187 a full refresh was triggered (which would have solved the issue with 2.11.0.182...
A quick search gives many results, it seems it is not an uncommon issue. Some recommend upgrading pip with `pip install --upgrade pip`... not sure it would help.
Ok. Maybe `pip`'s error is a side-effect of some other error. Could you post your whole traceback? I could imagine it is trying to build from sources and getting stuck...
Hi, thanks for reporting. Could you specify what you mean by "opening" the port? You could share the steps that solved the problem here for others that may have the...
I need more info: Os, RM1 or RM2? What exactly do you mean by "updates": do you mean the screen update or the pen tracking position update? Typically the pen...
Ok that's strange. Is there any combination of settings that resolves the issue? Are you connecting via USB or WiFi? Are you testing this while using other software that may...
(One thing that could help is removing line 337 from `rmview.py`)
> I already added > `if self.trailDelay > 0:` > there, which does make it much smoother. But then I loose out on the pen trail, of course. That does...