Snap sucks, but not for the reason OP stated. There’s a decillion reasons for why Snaps suck, why make up a reason that applies to other formats that are actually good?
I hate the Wayland logo; it’s trash.
unfortunately I cannot find alternatives to the gore subreddits :(
Snap sucks, but not for the reason OP stated. There’s a decillion reasons for why Snaps suck, why make up a reason that applies to other formats that are actually good?
My bad. I just edited it. "\t"
\t
It’s displaying correctly on Lemmy.world. So it seems like another Kbin only issue.
Yes, it would. Just like a string of spaces " " == 0
, but it isn’t that bad; ===
is Javascript’s version of ==
in other languages, and, thus, you should be using it if you don’t want that wonkiness.
==
is just for convenience, like when you want to make sure that the user didn’t leave the form empty and the button shouldn’t be greyed out, and other UI stuff. Without these kinds of features JS wouldn’t be used in so many toolkits.
If " " wasn’t equal to 0, it wouldn’t make sense, but since a string containing a space equals 0, you’d expect the same to apply to a string containing a tab or a newline. (or at least I’d expect that)
Oh, in that case I replied to @MinekPo1 with my answer to that. BTW can you see the slash in: \t
and "\t"
.
that’s not “t”, it’s “\t” which is just a tab. There’s also “\n” for newline.
That’s if I even realize that it’s a dream. I rarely get dreams, and when it happens I just cannot tell, no matter how wacky it gets.
The one time it happened, I just decided to walk into a mirror that wasn’t showing anything.
Under extreme circumstances too. A place you have never seen, while your running is slower than your real life walking, your punches barely do anything, and If you fall from your height, then it’s game over. Also color? what’s that?
Boost the Lemmy client, not the feature. https://play.google.com/store/apps/details?id=com.rubenmayayo.lemmy
OP doesn’t want to block all NSFW, just porn.
Doesn’t seem like it; I can see people from lemmy.world and other Lemmy instances too in the upvotes section.
You have to open the post from KBin, and it seems /reduces
is wrong; it must be /votes/down
.
Examples:
Upvotes: https://kbin.social/m/fediverse@lemmy.world/t/329561/Is-is-possible-to-see-who-upvoted-downvoted-a-specific-comment/favourites
Downvotes: https://kbin.social/m/fediverse@lemmy.world/t/329561/Is-is-possible-to-see-who-upvoted-downvoted-a-specific-comment/votes/down
Boosts: https://kbin.social/m/fediverse@lemmy.world/t/329561/Is-is-possible-to-see-who-upvoted-downvoted-a-specific-comment/votes/up
Open any post on KBin. Click the url, and add /votes/down
. those are the people who downvoted that post.
If the post is from Lemmy you can view “favourites” and “reduces” instead, just add /favourites
or /reduces
to the end of the url.
Enjoy :)
==
but for JavaScript. What you don’t understand is the==
of JavaScript.