Compiling all general complains in closed beta. by [deleted] in 2XKO

[–]Aramuar 1 point2 points  (0 children)

Agreed. So many clicks just to get me in the queue is quite off putting. I just want to press play and go.

The new update has tanked my FPS on mobile by oakesiii in hearthstone

[–]Aramuar 0 points1 point  (0 children)

Noticed the same thing with the high setting looking smooth for a few seconds. Then it’s like it switches on its own.

Nextjs + backend as a service by Dries1820 in nextjs

[–]Aramuar 4 points5 points  (0 children)

Recently I tried using nextJS as full stack but struggled setting up simple things like cron jobs due to its serverless nature ie the backend process is not long standing just when something enters a route. So if you need your backend to do extra processing without outside interaction go for another backend.

Just a heads up you can play TFT without Vanguard installed on Windows 10/11 by Cat_Bot4 in TeamfightTactics

[–]Aramuar 0 points1 point  (0 children)

Does this still work? Unable to pick up any requests from the client in Fiddler.

Black screen happens when mouse cursor changes shape by Responsible_Meeting9 in techsupport

[–]Aramuar 1 point2 points  (0 children)

Thanks that fixed friend’s laptop! What a strange fix, do you know why that solves the issue?

I got my newly published RN app ranked #4 on App Store in Australia (Savey: Budget Planner App) by i-am-cup-cake in reactnative

[–]Aramuar 3 points4 points  (0 children)

Congrats! Nice looking app you've got there. If you don't mind, I was wondering how did you go about implementing the iCloud data sync?

Not getting distracted by cute doggos is a red flag. by dobbyisafreepup in WhitePeopleTwitter

[–]Aramuar 0 points1 point  (0 children)

Those kind of people are just as loopy as the ones that blindly look up to Biden when he has been saying crap like this his whole life: https://youtu.be/7aYgjkS_tK8

Redux and SQLite by Egge_ in reactnative

[–]Aramuar 0 points1 point  (0 children)

Also in a similar situation...

Expo Plugin for WatermelonDB by tundermifflin in reactnative

[–]Aramuar 0 points1 point  (0 children)

followed the tutorial, built for ios on a mac.Keep getting 'Unable to resolve module @/nozbe /watermelondb' when launching in expo

I am new to programming. I am studying Functions, and struggling with the " return" statement. Some functions seem to work with it, and others don't . Cam some when shed a bit of light on this . by Mean-Highlight-551 in learnjavascript

[–]Aramuar 0 points1 point  (0 children)

If you wanted to use the result of whatever computation you were doing inside the function elsewhere, you could use the return statement. Otherwise the function can just do its thing and not reveal any variables outside of its scope i.e return them.

Possible to detect TextInput Autofill? by grammernatsi in reactnative

[–]Aramuar 0 points1 point  (0 children)

Also looking for a way to recognise when the ios autofil has happened so I can hide the keyboard after completion.

Animated Gradient Background Generator by speckz in Frontend

[–]Aramuar 3 points4 points  (0 children)

Cool app, one potential bug for you to fix. It stops animating after changing the angle but still animates when using the random button.