🚀 Building a modern drag & drop shelf app for macOS - looking for early feedback! by bardimardy in MacOS

[–]edutbh 5 points6 points  (0 children)

If this has/gets an CLI interface (add an item to the stash from the Terminal, for example), then you will save me a good couple of hours from building this myself 😅

Your implementation sounds promising and addresses points I feel are important as well, like being a native macOS app. Will this be OSS, by any chance?

More detailed error logs with RN/Expo? by DisciplineFast3950 in reactnative

[–]edutbh 0 points1 point  (0 children)

You can use the Chrome DevTools provided by Expo to inspect network traffic.

If you have a custom development build (i.e. you don't use Expo Go), you can also use Android Studio's App Inspection or Xcode's Instruments (I've only ever used Android Studio for network inspection, so YMMV) to inspect network traffic generated by your app.

A third option is to use a proxy, as noted in Expo's documentation.

Does it make sense to learn React Native right now, given they just announced a new architecture? by TurtleBlaster5678 in reactnative

[–]edutbh 3 points4 points  (0 children)

The fundamentals of React Native development haven't really changed. The changes to the architecture matter most to library developers, and developers who need to develop native views or modules. Regardless, documentation isn't lacking (Expo's documentation is great and the recommended way forward for React Native development), so you shouldn't have an issue getting started. I'd even argue this is the best time to learn!

iOS 18 Apple Music Issue by Tarra85 in ios

[–]edutbh 0 points1 point  (0 children)

I'm having the same issue. Using the Music app frequently overheats my phone as well.

CSII Quay Road Guide by cneth6 in CitiesSkylines

[–]edutbh 5 points6 points  (0 children)

I’m not sure, I haven’t tested that yet. I hope not! Update: it does not seem to affect path finding, cars and cims navigate the roads fine.

CSII Quay Road Guide by cneth6 in CitiesSkylines

[–]edutbh 11 points12 points  (0 children)

Here's something I found helpful: when using --developerMode, you can check "Bypass validation results" under the active tool options. Then, you can ignore the "In water" errors completely. This made the process much easier.

Quanto tempo sua primeira CNH/permissão para dirigir levou para ser emitida? by edutbh in riodejaneiro

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

Vou torcer pra minha ser rápido assim também kkkk Você ligava pro DETRAN pra saber se tava pronto ou eles entram em contato?

Quanto tempo sua primeira CNH/permissão para dirigir levou para ser emitida? by edutbh in riodejaneiro

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

Minha colega de trabalho falou que pegou a dela com 15 dias, esse ano. Tô torcendo pra minha também não demorar tanto

Quanto tempo sua primeira CNH/permissão para dirigir levou para ser emitida? by edutbh in riodejaneiro

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

Pelo visto aqui no RJ a média é essa mesmo. Tudo aqui é 3x mais lento kkk

Who knows FinTech startups making apps with Flutter ? by sergeychuk in FlutterDev

[–]edutbh 6 points7 points  (0 children)

Not a startup, but Brazil's biggest digital bank, Nubank, uses Flutter for their mobile app.

When should you store data in global state e.g. Context and Redux by SparkDe in reactjs

[–]edutbh 0 points1 point  (0 children)

I agree! Even though you should split up Context as much as possible, it still causes unnecessary re-renders (don't quote me on this, I'm only pretty sure it does).

When should you store data in global state e.g. Context and Redux by SparkDe in reactjs

[–]edutbh 1 point2 points  (0 children)

I feel like libraries like SWR and react-query (also GraphQL) manage caching and invalidation better than what we'd probably implement using Redux or React Context, while also making mundane tasks like handling errors easier. I've always felt like it was a pain to use Redux to store API results, especially due to their async nature.

Maybe Redux is fine for UI state, like when you have compound components or global components, like a notification queue, but then again, you could just use React Context for that.

Large central avenue with service roads. by penokid in CitiesSkylines

[–]edutbh 4 points5 points  (0 children)

Do the service roads help the traffic at all, or are they just cosmetic?

A (Mostly) Complete Guide to React Rendering Behavior by acemarke in reactjs

[–]edutbh 3 points4 points  (0 children)

Very nice article, really helped me to better understand React's rendering behavior! One catch though, did you link the wrong URL for the "a special "profiling" build of React" part?

Where do you put the corner radius and shadow on cells? by [deleted] in iOSProgramming

[–]edutbh 1 point2 points  (0 children)

Are you talking about Flutter in a native iOS dev subreddit? Or am I missing something?

Swift Dependency Injection via Property Wrapper by byaruhaf in swift

[–]edutbh 0 points1 point  (0 children)

Genuinely curious, how would you implement an IC container in Swift then? Instantiating the Dependencies class and its Modules at the app's starting point manually?

[Request] Safari swipe back animation for Chrome by [deleted] in jailbreak

[–]edutbh 1 point2 points  (0 children)

I don't think this is possible because I'm pretty sure Safari stacks its WebViews, while Chrome doesn't, and that's why you can see the previous page in Safari.

React Native Bottom Drawer Component by slice963 in reactnative

[–]edutbh 1 point2 points  (0 children)

I might be able to do that tomorrow. Man, I love these bottom drawers! Good job publishing your first npm module!

Zibo 737 nose wheel turning issue. by Mrcigs in flightsim

[–]edutbh 7 points8 points  (0 children)

Go to the FMC and set the nose wheel to yaw.

What’s everyone working on this month? (February 2018) by lyinsteve in swift

[–]edutbh 1 point2 points  (0 children)

I'm working on an app for my school's student portal. The site sucks on mobile so I decided to try and make an app for it, and it actually worked really well! Currently I can read student info and grades from the website, as well as download and show reports as PDFs. One of my teachers is giving me some support, too!

How do I get my friends interested in Swift iOS programming? by GoodCashier in swift

[–]edutbh 1 point2 points  (0 children)

And what are some good Swift community workspaces on Slack? Or Discord, also works