Dr. Quinten Stokkink

Results 40 issues of Dr. Quinten Stokkink

Slowly, we are accumulating config files in the top directory (again). The following files should be moved into more appropriate places: - `.readthedocs.yaml` -> `doc/.readthedocs.yaml` - `requirements-build.txt` -> `build/requirements.txt` -...

type: enhancement

Fixes #5900 This PR: - Adds some additional DHT routers. See the discussion in #5900: adding DHT routers probably won't increase download speed. However, this does build more resiliency -...

The building instructions on ReadTheDocs were created before the switch to the web UI. They are now outdated and they should be updated with the new dependencies and instructions (-QT...

type: blocker
status: broken
type: documentation

Fixes #5382 This PR: - Updates the build Action to remove non-essential files, like tests.

Fixes #8105 This PR: - Adds a Docker image build action. The latest build is available here: https://github.com/qstokkink/tribler/actions/runs/10506075807

![file browser](https://github.com/qstokkink/TriblerExperimental/assets/3630389/ddb65c98-4fcc-4bdd-a789-398447389eca) When saving a torrent, I wanted to make a new directory inside of an existing one (example screenshot above). To do so, I had to open my file...

type: enhancement
component: GUI

To augment the popular torrents page, peers can be queried for their popular torrents. The previous implementation for this was: https://github.com/qstokkink/TriblerExperimental/blob/136e8c891654b17b14413bf641551123a8707193/src/tribler/gui/tribler_window.py#L791-L792 Some changes have been made to the REST API...

type: enhancement
component: GUI

The wiki section *overlay protocol for synchronization* is out of date: https://github.com/Tribler/tribler/wiki#overlay-protocol-for-synchronization This still mentions Dispersy as our main messaging infrastructure and links to my personal fork of IPv8 as...

type: enhancement
type: documentation

In this line, the script attempts to cleanup the release branch: https://github.com/Tribler/py-ipv8/blob/6577f1d0d90ecdf120e6e750f5b8ee61ba17e029/github_increment_version.py#L268 However, git is still on the `__automated_version_update` branch while it is being removed and errors out.

priority: medium

Regarding the Tribler code, I see several instances of "something with a TaskManager" that manages "something with a TaskManager". The procedure for managing these things is: 1. Create a child...

priority: low