Hey, thanks for including our community in this. Was just about to post it myself.
Your link seems to be cutoff in the federated version on Lemmy, so I'm including the original post here.
Hey, thanks for including our community in this. Was just about to post it myself.
Your link seems to be cutoff in the federated version on Lemmy, so I'm including the original post here.
Took me a while, found the division and the age pretty quickly, but took me a bit to get the right team and position.
MLB Pickle #471 - 6/9
⬜⬜⬜🟩🟩🟩🟨⬜
⬜⬜🟩🟩🟩🟩⬜⬜
⬜⬜🟩🟩🟩🟩🟩⬜
⬜⬜🟩🟩🟩🟩⬜⬜
⬜⬜🟩🟩🟩🟩🟨⬜
🟩🟩🟩🟩🟩🟩🟩🟩
Today's accomplishment was getting the DET/TBR player that less than 1% of other players had guessed.
Immaculate Grid 81 9/9:
IMMACULATE!
🟩🟩🟩
🟩🟩🟩
🟩🟩🟩
This is my favorite/most horrifying part:
The control flow is so labyrinthine that some of the code is actually indented by 23 tabs. Forget the 80-column rule -- these lines don't even start until column 92! Even if we discard the inline data tables, then the longest line in the codebase is still a whopping 387 characters long (you'll have to scroll to the right to read it)
Thanks for the pointers, I'll try to start using it more.
Honestly, this should have been my answer. I'm a vim person and I have fugitive installed, I've just never taken the time to learn how to use it fully.
Went looking through redball
's forks and think I found yours, but wanted to be sure. Is this the correct fork/branch you're working on, https://github.com/benja810/redball/tree/lemmy-game-threads?
Thank you, much appreciated!
FWIW, I was told that c/Django was also submitted but still isn't visible yet when I look. So the manual review but sounds accurate.
Also trying out Today in Python!. I accidentally launched the first one early, in that I posted about 20 June 2023 on 19 June 2023. Whoops.
Next experiment is Talk Tuesday where each top-level comment is about a particular conference talk that a commenter liked and why they like it.
Looking at the LemmyHttp docs, mentioned above, it looks like you probably want to use the
ListCommunities
resource with thetype_
ListingType
of"Subscribed"
.To do that with Plemmy, it looks like you want to use
LemmyHttp(...).list_communities(type_='Subscribed')
.Fair warning, I'm making this comment just from reading docs and source code, I haven't had a chance to try this yet.