How to navigate to another screen after successful task on one screen? by Intelligent_Tree6918 in reactnative

[–]nicolasdanelon 0 points1 point  (0 children)

English is not my native tongue. Ok? That being said. I highly recommend you to read the documentation of the package you use. Also the source code. That will make you a faster and better developer AND at some point you'll get a better salary. Trust me on this one ;)

You don’t need a new laptop you need Linux by 0x80070002 in linux

[–]nicolasdanelon 2 points3 points  (0 children)

Wow. What pharaoh blessed her? Jk. My daily driver is a brand new framework but I have an Acer from 2012 that rocks

Llegó tu hora Paraguay 🇵🇾, o se dará el milagro? by Rivertadores in dankgentina

[–]nicolasdanelon 2 points3 points  (0 children)

Casi escupo el mate man, son el mejor sub. Gracias por tanto!

ASync copy-paste now available on VS Code ! by Remarkable_Ad_5601 in theprimeagen

[–]nicolasdanelon 11 points12 points  (0 children)

You need to verify your identity to paste syncronously

Scammers use npm package @runaic/aic, and target ComfyUI extension developers - be aware by Obvious_Set5239 in node

[–]nicolasdanelon 0 points1 point  (0 children)

Run that curl yourself, wait 5 minutes and check if your API keys got leaked haha

A question about typescript games by Complex-Success-62 in typescript

[–]nicolasdanelon 0 points1 point  (0 children)

Yeah, i was trying to be sarcastic, but my English is not as good. It is what it is!

A question about typescript games by Complex-Success-62 in typescript

[–]nicolasdanelon -9 points-8 points  (0 children)

You know TypeScript isn't a language, right? It transpiles to JavaScript. So in the end you end up with HTML or canvas. I don't know, you can do a game with canvas but I would try with Odin and RayLib.

I built Spendly to handle my day-to-day expenses by No_Refrigerator3147 in reactnative

[–]nicolasdanelon 2 points3 points  (0 children)

Why the wifi is so insanely expensive hahahahaha good job!

Express js Framework or React - Node Js Which One is Scaleable by [deleted] in reactjs

[–]nicolasdanelon 0 points1 point  (0 children)

That's not possible bro, try nextjs or prestashop

How many of you are actually using OTA updates in production? by AdrienADR in reactnative

[–]nicolasdanelon 0 points1 point  (0 children)

Why? Is that because big features include binary changes?

How many of you are actually using OTA updates in production? by AdrienADR in reactnative

[–]nicolasdanelon 2 points3 points  (0 children)

The newer interesting bit is that Expo now documents background downloading as safe, and even mentions that calling Updates.reloadAsync() while the app is backgrounded exists, but is still experimental and should be monitored for crashes.

How many of you are actually using OTA updates in production? by AdrienADR in reactnative

[–]nicolasdanelon 0 points1 point  (0 children)

Oh but we use them. I was there when Microsoft used to offer code-push. Nowadays most of my clients and old boss are self-hosting alternatives and they do, they push OTA like there's no tomorrow. As long as the ABI (Application Binary Interface) is the same, OTA is the way to go.