drgibbon
drgibbon
To be clear, in the original post by "meta-tab" I meant "super-tab"/Win key. @friederbluemle I just used the snippets from the cyclefocus README (examples 1, 2, and 3). The only...
This would be great. At the moment our chess club uses RPB to show selected games, but it would be very nice to have a page that can display the...
Just thinking about this, and for larger databases (anything over 40 games maybe) a drop-down menu might not be sufficient. It would be really cool if there were some kind...
No problem, it would be a nice addition, but definitely not critical.
Yeah sbotools need some maintenance love. But you can also just manually set the value of `REPO` in `/etc/sbotools/sbotools.conf`. I have `REPO=https://gitlab.com/SlackBuilds.org/slackbuilds.git`
Or alternatively `sboconfig -r your_preferred_repo`
I don't understand why this is an `sbotools` problem, I can't even download that URL with `wget`: ``` wget "ftp://slackware.uk/sbosrcarch/by-md5/9/a/9a1ed2cc0cd3e5dd2e71921104f2b760/multidict-4.7.5.tar.gz" --2020-03-02 10:51:08-- ftp://slackware.uk/sbosrcarch/by-md5/9/a/9a1ed2cc0cd3e5dd2e71921104f2b760/multidict-4.7.5.tar.gz => ‘multidict-4.7.5.tar.gz’ Resolving slackware.uk... 91.109.244.240, 2a02:2498:1:227::240:1 Connecting...
Looking closer at `python3-multidict`, the actual URL in the .info file is `https://github.com/aio-libs/multidict/archive/v4.7.5/multidict-4.7.5.tar.gz`. All that's happening is the md5sum currently in the .info (6ab3fdadc9617a944646033e884b92a0) doesn't match the source from github...
@Ponce Yes perhaps the `sboinstall` behaviour could be improved somewhat, since the first download failure doesn't give an md5sum error. The full output looks like this: ``` Install queue: python3-multidict...
Looks to me like it's in need of a new maintainer.