rmview icon indicating copy to clipboard operation
rmview copied to clipboard

A live viewer for reMarkable written in PyQt5

Results 41 rmview issues
Sort by recently updated
recently updated
newest added

As suggested in #149 this removes `setup.py`/`setup.cfg` and replaces it with [hatch](https://github.com/pypa/hatch/), configured in the `pyproject.toml`. I took inspiration from the hatch projects' `pypoetry.toml` for this. The metadata was directly...

Found via `codespell -S .mypy_cache -L ans,fo`

Hi, I was trying to use rmview for the first time to cast my remarkable2 software version 3.0 but the following error occurs (I used rmview -v): > 2023-01-18 15:51:38+0100...

As per subject rmview cannot connect to tablet after the latest update. This is the error I have: `Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/rmview/connection.py", line 178, in run self.client.connect(self.address,...

Remarkable 2 SW version 3.11.2.5 Using VNC branch of rmview, along with ```rmview -v``` inside ```sh docker-run.sh``` results in the following behavior ``` [INFO] STARTING: Wed May 1 00:46:19 2024...

Hello folks, my Remarkable just got updated and the Screenshare got in a failing loop with the followign error: ``` [INFO] received timestamp challenge 1714161646899 Unhandled Error Traceback (most recent...

I see the following error when attempting to screen share with the most recent remarkable update (v3.11.2.5) ``` 2024-05-02 17:20:48-0400 [ChallengeReaderProtocol (UDP)] Unhandled Error Traceback (most recent call last): File...

Let the user connect with more modern keys

This PR migrates the build system to [poetry](https://github.com/python-poetry/poetry), greatly simplifying the build, and updates the documentation to reflect the change. Installs now require a no-hastle 'pip install .'. Ensures proper...

The docker-run.sh command forwards the X11 sockets, but since all the environment variables say it's running on Wayland, the Qt platform runs expecting to be able to access it. As...