Dr. Quinten Stokkink

Results 216 comments of Dr. Quinten Stokkink

https://github.com/Tribler/py-ipv8/actions/runs/3377210158 The script appears to be broken. I'll reopen this issue. ![screenshot](https://user-images.githubusercontent.com/3630389/199480966-fba6c5a6-3be1-4d82-8c16-f642cc5fab94.png)

I'm guessing that the indentation of the `if` statement is incorrect (based on [this documentation](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#using-environments-to-manually-trigger-workflow-jobs))

After the failure of #1106, I concluded that Jenkins was the only way forward. However, it may also be possible to [create our own GitHub action script](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action). The GitHub API...

By manually setting `Software\Tribler` in `HKCU` I managed to get our current (7.13) installer to recognize the install dir. ![regedit](https://github.com/Tribler/tribler/assets/3630389/c4001119-63ec-45ba-9ebf-a43e09cf734c) This tells me that our current approach to recover the...

I was highly confused as to how Sentry seemed to suggest that we were using select on Windows even though the `ProactorEventLoop` should be the default, then I found this:...

Script complete: https://gist.github.com/qstokkink/29422919c1f28a5d0774b6447a582280 Crawler started at 11:54, 4th of March 2024. Aiming for shutdown at 11:54, 11th of March 2024.

@Tribler/dev It seems this original issue has long-since been fixed in https://github.com/Tribler/tribler/pull/5717, neither of the linked Sentry issues still exist, and the cause for reopening this issue was a false...

This seems very similar to #6454 (addressed in #7678).

This is actually not a bug but a feature (introduced in #7024) and it has been designed like this: https://github.com/Tribler/tribler/blob/8158747c914041ab55341dbb782c702bcf736ef6/src/tribler/gui/widgets/downloadspage.py#L186-L197 However, we've had a bug for years where the core...

The feature was implemented to fix #7032, which states the following: > the user can wait until Tribler starts successfully, albeit with a "Loading" page showing for a very long...