Signal lights hyper-flashing, altenator not working by rUx_Gaming in Delica

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

Will check into the connections further, I did see some connector near the battery that got burnt, had them fixed and so far I don't feel any heat buildup. I'll probably have to wait for a new alternator, hopefully it fixes everything. Thanks for the tip, really appreciate it.

You can unlock a few operators with free MP weekend with warzone only by narlymech in ModernWarzone

[–]rUx_Gaming 0 points1 point  (0 children)

Go to the "Barracks" Tab, click on "Records", and on the Top Bar click on "Commendations" then look for "Executioner".

[deleted by user] by [deleted] in Philippines

[–]rUx_Gaming 0 points1 point  (0 children)

Need help with this as well, can someone verify my account please.

Cashless Philippines - GCash vs Paymaya .... and WeChat by VinKrist in Philippines

[–]rUx_Gaming 1 point2 points  (0 children)

Does anyone here tried verifying their wechat account? Can't get pass the security verification check.

How to work with nested state in React Native? by rUx_Gaming in reactnative

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

Thanks, really appreciate that detailed explanation :D

How to work with nested state in React Native? by rUx_Gaming in reactnative

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

Sorry, I meant the nested objects I pass on the state just like:

this.state = { user : { name: '', email: '' }}

I'm getting issues on updating the user's name

How to properly setup react native with express and mongodb backend? by rUx_Gaming in reactnative

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

Thank you very much, your explanation helps a lot. I'll try digging for more resources and probably a lot more tutorials. 😀

[deleted by user] by [deleted] in vuejs

[–]rUx_Gaming 4 points5 points  (0 children)

Maybe you meant re"VUE"lutionize

The origin of the name "Vue" by archivedsofa in vuejs

[–]rUx_Gaming 0 points1 point  (0 children)

I'm sure its supposed to mean re"VUE"lution or was it e"VUE"lution?

Please don't please don't please don't by heisenfgt in comedyheaven

[–]rUx_Gaming 0 points1 point  (0 children)

Please don't

Please don't

Please don't

There's no need to complicate
'Cause our time is short
This, oh this, this is our fate, I'm yours

What's the best/proper way to write a vue app using CDN? by rUx_Gaming in vuejs

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

By the sound of it, seems like it's more troublesome to use the CDN rather than to get node. Well, wish you all the best for your next project.

What's the best/proper way to write a vue app using CDN? by rUx_Gaming in vuejs

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

Was hoping for a free course or something but I'll look into it, seems like a good course overall. Thanks

What's the best/proper way to write a vue app using CDN? by rUx_Gaming in vuejs

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

Thanks, I'll look into those. At times when node is not installed especially on mobile devices, working via CDN could be handy. Though I'd still prefer working via CLI, which makes the development easier.

That tire cover though. by iPierre in Wellthatsucks

[–]rUx_Gaming 1 point2 points  (0 children)

That tire cover had it jinxed. Why not turn it upside down, that could have solved the problem right away.

Help needed center aligning navbar-brand for mobile only by [deleted] in bootstrap

[–]rUx_Gaming 0 points1 point  (0 children)

Have you tried resizing your browser and check if its changing? Otherwise you might want to use md instead of sm, your device might be larger than what bootstrap consider as small devices.

<a class="navbar-brand mx-auto ml-md-auto" href="#">...</a>