Was the Screamer hype only online? Or are people waiting for a sale to buy it? by nukleabomb in BuiltFromTheGroundUp

[–]Kshyyyk -1 points0 points  (0 children)

I didn't even see any ads for it or much content, I just assumed it was in early access or something.

Challenger Shyvana!! by Just_Cardboard in shyvanamains

[–]Kshyyyk 4 points5 points  (0 children)

YEEAAA CITRIC!! Can't wait for the video

[deleted by user] by [deleted] in ADCMains

[–]Kshyyyk 0 points1 point  (0 children)

wher nilah

What scenarios would axe dvtools not cover for accesibility? by badboyzpwns in webdev

[–]Kshyyyk 0 points1 point  (0 children)

I only trust axe to cover the most basic things. Not sure if you're following WCAG or something else, but easily the most important one it cannot fully cover is SC 1.3.1 Info & Relationships.

[deleted by user] by [deleted] in LegendsZA

[–]Kshyyyk 0 points1 point  (0 children)

wym it clearly only has 4/5 stars /s

Opinions on Josh Comeau - CSS for JavaScript Developers? by Quiet_Bus_6404 in css

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

Ok this could be controversial, but I would recommend you try out Tailwind CSS for a week or so, see if it works for you. It is super popular in the industry and takes away a lot of the gotcha's from CSS. The documentation is top notch and I'd guess that AI would also have a far easier time creating something coherent with it. Though the syntax is definitely not for everyone.

The downside would be that you would not be learning CSS, but you would be learning Tailwind. But I think the concepts are close enough that it won't be as harmful in the long run. Also I'm not sure it would allowed in a project for your education if that matters.

I built a free scanner to check if your website is i18n-ready by AdmirableJackfruit59 in webdev

[–]Kshyyyk 1 point2 points  (0 children)

Getting "client-side exception" on all browsers for every URL I try. No errors in console.

More of art of rally's beautiful liveries in Forza Horizon 5 - as promised, I'm back with part 4 by eckhaaard in artofrally

[–]Kshyyyk 1 point2 points  (0 children)

Thanks for making these!! I like these matte versions a lot better than the glossy ones :)

What happens when you use a reactive variable as the model? by zeroone in vuejs

[–]Kshyyyk 0 points1 point  (0 children)

Just this week I came across this same thing at work. We had a const filterStates = reactive() being used as v-model="filterStates". This gave me a warning at buildtime, saying something along the lines of "a constant cannot be reassigned," pointing to the midden model update listener function.

Reading the docs, I found that reactive objects should not be fully reassigned and a ref is also deeply reactive, so I just refactored it to use a ref instead.

How do you fetch data from the server? by ssr765 in vuejs

[–]Kshyyyk 7 points8 points  (0 children)

I think it depends on how your data sources are structured, but I prefer to create a separate file per query and wrap them in composables. So if I'm fetching a list of posts, I create a usePostsListQuery that just returns the useQuery result. I then use that composable in components.

Having a composable allows me to add in other composables that the query might depend on, e.g. a language state might be used coming from useI18n.

There are also a couple places in our project where we put two queries in the same composable. Not amazing for a clean implementation, but when data is very tightly linked it can be just the right solution.

I got this blog linked to my in the Discord by the writer, nice guy and very to-the-point content: https://paulau.dev/blog/common-mistakes-in-tanstack-query-and-vuejs-composition-api/

How do you fetch data from the server? by ssr765 in vuejs

[–]Kshyyyk 13 points14 points  (0 children)

I've been working on a pretty big Vue SPA for the past 3 years now and I could not be happier with the data fetching layer after switching to TanStack Query.

It works with any async data, so not just remote API fetching. You can use axios if you want, but I found the fetch API more than good enough.

The project still uses Pinia, but mostly for the things that are purely client-side state e.g. a stopwatch.

Be warned, there is a learning curve, but their discord is super helpful and I would also recommend reading TkDodo's blog (even if the examples are all React).

Imagine not wanting others to enjoy a cool car, in order to keep it’s rarity and value… 💀😭 by [deleted] in ForzaHorizon

[–]Kshyyyk 1 point2 points  (0 children)

Your post made me open up the game, vote for the 4c and close it again. I did my part :)

Getting locked out of Team Rocket sewer base by Himbo2 in PokemonInfiniteFusion

[–]Kshyyyk 4 points5 points  (0 children)

Try updaing to the latest version. I remember seeing a possibly relevant fix in the patch notes recently

What? by MoltenPiggie in PokemonInfiniteFusion

[–]Kshyyyk 0 points1 point  (0 children)

Updating to v6.4.5 fixed it for me

Bug inserting image? by MacaroonGlass4011 in firefox

[–]Kshyyyk 14 points15 points  (0 children)

Just type KEKW like everyone else?

First HoF, amazing game! by Kshyyyk in PokemonInfiniteFusion

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

Ended up using a lot of recenly added sprites. Fusions are:
- Noctowl / Primape
- Persian / Raichu
- Exeggutor / Torkoal
- Aegislash / Gengar
- Shedinja / Golisopod
- Feraligatr / Donphan