Tim
Tim
@slrslr lol you typed 44 words to say that you can't type 3? Anyway maybe this can tie into the new move feature https://github.com/Tribler/tribler/issues/2901#issuecomment-493388260
It would be nice to break the GUI into a separate repository or sub module to prevent undoing the work that was put into breaking out the server bit. Build...
This has been doable for a while because the core is separate from the GUI, and there is a HTTP API. tribler_auth.sh ``` F="$(find ~/.Tribler -iname configuration.json | sort |...
BTW mp4parser is O(n) for operations that could be O(1) so is not worth salvaging for me.
Windows 8.1 reached its end of life on January 10, 2023, Tribler should refuse to run on such old systems to incentivize responsible security practice.
@archlinux can you add packages.gz to that github mirror using git-lfs ?
@johnnybubonic true; somehow I forgot about ``` git ls-remote https://github.com/archlinux/aur | grep refs/heads/ | perl -pe 's/.*\///g' | grep -c . 140003 ```
> The branches are only pkgbases, not packages. @johnnybubonic searching just the pkgbase names is probably a tradeoff most would prefer over requiring a 3 GB cache. Or if we...
A full clone could be made into yet another option, something like --pkgname-only for those who want to avoid the large local cache. Aside: This reminds me of a long...
@johnnybubonic packages.gz does not contain "Subpackages and versions" any more than the github mirror heads, also it looks like the github mirror is not removing old packages / branches; ```...