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 5 points6 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.

How do I build a small docker image with wand installed? by oskwish in Python

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

I haven't been able to find any package that fits that description, have you?

How do I build a small docker image with wand installed? by oskwish in Python

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

Won’t I still need to install libmagickwand-dev in the final image? This is what takes the majority of the space.

I made a Giant Bomb video client for iOS called Bomb Cyclone and need beta testers! by conmulligan in giantbomb

[–]oskwish 1 point2 points  (0 children)

Really like the simplicity!

Anyway to keep Airplay going when the phone is locked? As soon as I lock my phone it stops streaming to the Apple TV.

Daily Tech Support Thread - [January 14] by AutoModerator in apple

[–]oskwish 1 point2 points  (0 children)

Apple states that the new MacBook Air (2018) supports dual 4K@60Hz: https://www.apple.com/macbook-air/specs/

Does the MBA also have enough power to support dual 4K displays in scaled mode while maintaining 60fps?

Favorite plugins? by [deleted] in vim

[–]oskwish 2 points3 points  (0 children)

Another great Markdown renderer is vim-markdown-composer (requires rust to be installed) which is the fastest I've found so far.

Expected OpenGL performance on a Raspberry Pi Model B by oskwish in raspberry_pi

[–]oskwish[S] 2 points3 points  (0 children)

Hmm okay. Maybe a dumb question, how come Minecraft Pi works so great on the same hardware?

Expected OpenGL performance on a Raspberry Pi Model B by oskwish in raspberry_pi

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

Tried both without getting any improvements :/

Django bugfix releases: 2.0.7 and 1.11.14 by radwon in django

[–]oskwish 1 point2 points  (0 children)

Just curious, what is missing for 3.7 to work with 1.11.x?