That might not work on all UIs or platforms. Does it work on Mbin? Just use the exclamation mark format, then everything can support it because it’s explicit
Developer of Deus Ex Randomizer, StarCraft 2 Randomizer, RollerCoaster Tycoon Randomizer, Build Engine Randomizer, and Groovie 2 in ScummVM
That might not work on all UIs or platforms. Does it work on Mbin? Just use the exclamation mark format, then everything can support it because it’s explicit
Yeah, use !linuxhardware@programming.dev
Don’t use the tab-completion/auto-complete on it cause that screws it up
Unless the sidebar handles it differently than posts/comments do?
I don’t see any posts even when clicking your link and browsing your instance directly, maybe the post you made is private or something? Or is it a bot post and you have bot posts hidden by default for new/anonymous users?
Edit: I just made a post and now that shows up
yea it would definitely suck if it only loaded 50 comments at a time, or 50 replies under a comment, but I think it’s fine as-is
once a comment thread gets deeper than 9, it’s a slapfight that’s best avoided.
lol for sure, 9 is already a lot
I don’t understand your comment. This is a fix for a crash in the backend, I don’t see how it relates to lemmy-ui because it seems like any frontend would cause a crash with this issue if it’s hitting the same API route. Also 50 is a lot. Finding a post with 50 comments is rare, finding one with a chain of over 50 in a row is even more rare. Such a thread would be clunky to display in the main comment tree anyways.
This isn’t just a comment with 50 replies, this is 50 levels of indentation.
It’s also funny to criticize Lemmy for being biased towards its own frontend when it probably has more (active and working) frontends than any competitor (Reddit, Mbin)
I did find a mod for a new character that actually changes gameplay https://forums.untamedheart.us/?topic=2638.0
https://www.youtube.com/watch?v=evEW-ZDdD04&ab_channel=Sora
https://gamebanana.com/mods/418545
here’s a list of “Gameplay Overhaul” modes https://gamebanana.com/mods/cats/4229?_sSort=Generic_MostLiked
I’m not sure this can be really fixed with Python 3, maybe we just have to hope for Python 4
Dragon Ball Z
Of course, The 7th Guest! And The 11th Hour! I’m actually a bit obsessed…
I’m surprised this wasn’t already standard?
On the Pro, Quality mode is 2176x1224 at 30fps
And Performance mode is 1536x864 at 60fps
I’m just citing Intel’s Lunar Lake as an example. If Intel can do it then so can AMD, and eventually both companies will surpass that
I think Intel’s Lunar Lake has shown otherwise, it’s quite good.
And ARM performance per watt isn’t going to be as good when you’re doing x86/x64 emulation
Personal Picks:
I just used a little JavaScript to do it
e=document.querySelectorAll('h2'); text=''; for(var i in e) { text+='- ' + e[i].textContent+'\n'; } console.log(text);
Deus Ex only at #44 :(
I love this show but haven’t started season 3 yet
Hopefully the anime returns soon after Daima
I do think people should crosspost more, and not just their own posts
kinda off-topic, but lately when I do cross-posts I like to add the original community link at the top (just in case people are viewing from an instance that isn’t federated with it, or their client doesn’t show the cross-posts correctly)
like if you crosspost this post, the default body text will start with:
cross-posted from: https://lemmy.dbzer0.com/post/29508559
but you could add the community like this
cross-posted from: !fedigrow@lemm.ee | https://lemmy.dbzer0.com/post/29508559
been thinking of submitting a pull request to do this automatically, but I’d have to setup my test environment again… if anyone wants to do this, the code is here: https://github.com/LemmyNet/lemmy-ui/blob/0.19.6-beta.9/src/shared/components/post/post-listing.tsx#L956-L965 in the crossPostBody
function, it might be good at least until Lemmy supports instance-agnostic links to posts
I filed a bug report here, feel free to add comments
https://github.com/LemmyNet/lemmy-ui/issues/2803