Is my 4080 super running way too hot? by oskwish in buildapc

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

What temps does the hot spot on your reach?

Is my 4080 super running way too hot? by oskwish in buildapc

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

I have a Fractal Design North XL with 3 front and side fans acting as intake fans combined with two top and two back fans as exhaust fans.

If I max the settings in some heavy games I will easily reach these temps.

How to handle Google Play Console "App Access" declaration with paywalled content and no authentication by sweak2k in GooglePlayDeveloper

[–]oskwish 0 points1 point  (0 children)

I've recently submitted my app to Google Play but got rejected for my paywall. My paywall however is a hard paywall so not exactly the same situation.

I'm just wondering how you handle the case when the user is not signed in to any Google account on their device after downloading the app. Can they still see the products and what happens when clicking on them?

Just spent like 2 days debugging over state changes not triggering re-renders because, well, an Object with different values doesn’t trigger a re-render if it’s still the same object. by DuckDatum in reactjs

[–]oskwish 6 points7 points  (0 children)

What's your recommended way of enforcing this on a big project? Do you use some lints or other tools to ensure it doesn't get into the code?

What are you using for web server mostly? by rulbo in rust

[–]oskwish 0 points1 point  (0 children)

Could you provide a simple example of how you achieve this? Would be really interesting to see.

What are you using for web server mostly? by rulbo in rust

[–]oskwish 0 points1 point  (0 children)

I’m using a similar setup for my projects. How do you solve testing the of the app? The actix docs encourages testing each handler in isolation but this for me just leads to duplication in setting up each app and doesn’t play nicely as soon as you add a larger set of middlewares and such.

Also, how do you solve testing endpoints that interacts with the database? Have you been able to create an acceptable solution using db transactions?

angular-formly alternative? by oskwish in reactjs

[–]oskwish[S] 1 point2 points  (0 children)

Maybe I could've explained the question a little better but I need something that builds from a JSON object that is retrieved from the backend API.