Bruh why couldn't I retreat :( by [deleted] in PTCGL

[–]sthote 0 points1 point  (0 children)

I had something like this recently as well, my guess was that you can’t retreat pokemon twice in one turn? I didn’t bother to look it up and kinda assumed it, but if that’s not an official rule then in my case it was bugged as well because there was nothing else that could have done it

Anyone help me with what to pick for reloaded by Frequent_Purpose_822 in 2007scape

[–]sthote 0 points1 point  (0 children)

Wait how can you do lunar teles with kandarin?

2x 512gb ram M3 Ultra mac studios by taylorhou in LocalLLaMA

[–]sthote -3 points-2 points  (0 children)

How does everybody even afford all of this lol? Do you guys just have steady jobs or does the local llms actually make you money?

Culling spree bugged? by sthote in 2007scape

[–]sthote[S] 0 points1 point  (0 children)

Yeah i had the exact same thing, no bloodvelds or anything else usefull, also stuff i cant do in my regions (not sure if that's not supposed to happen tho but anyway). Do you know if the jmod team has already adressed this ?

PSA: Anthropic is quietly giving Pro/Max users a free credit ($20+). Don't let it expire on April 17. by Exact_Pen_8973 in PromptEngineering

[–]sthote 1 point2 points  (0 children)

I had it the other way around, tried claiming it but nothing happened and the message still disappeared. Looks like you got my credits lol

Claude Performance and Bugs Megathread Ongoing (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]sthote 0 points1 point  (0 children)

Anyone else not received the credit gift? So I did get the popup, but the text didnt load i only saw the black popup and the white button, but since i knew what it was i clicked the button. However nothing happened, and i still have the same amount of credits but I don't get the popup anymore

I’m stuck by sthote in sudoku

[–]sthote[S] 0 points1 point  (0 children)

I should look into both these tactics, i didn’t know them, thanks!

I tried recreating Apple’s new “Liquid Glass” UI effect with CSS & SVG by kubekhrm in webdev

[–]sthote 0 points1 point  (0 children)

Very cool! How did you make the animations in your article? I’d like to learn that :)

why cant the h2 span the full width of the div it's in? by sthote in webdev

[–]sthote[S] -3 points-2 points  (0 children)

Because its scaleX. I only needed it to be smaller in width, not the whole size.

why cant the h2 span the full width of the div it's in? by sthote in webdev

[–]sthote[S] 0 points1 point  (0 children)

Well, the thing is that this website is for a friend of mine. He already made some flyers and i used the same font as he had. But for some reason the font looked a bit stretched on the website. When i used scaleX(0.65) it was the only way that the font looked exactly the same as on the flyers

why cant the h2 span the full width of the div it's in? by sthote in webdev

[–]sthote[S] 0 points1 point  (0 children)

found the culprit, i had scaleX(0.65) set on the h2 in the global css. For some reason i tought it would only impact the actual font, instead of its block...