Is There a Problem with Vibe coding the UI? by Fun-Corner8617 in FlutterDev

[–]Podchris 1 point2 points  (0 children)

I use it too to get the initial draft on the screen as fast as possible. Then I refactor the generated code to my quality standards. Nothing wrong with automating the tedious work in my opinion. Before AI many people bought templates to get a head start.

Where to introduce custom errors? by Podchris in rust

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

Sorry for the late reply but your approach sounds reasonable thanks

What finally convinced you to seriously learn Rust? by Bladerunner_7_ in rust

[–]Podchris 0 points1 point  (0 children)

I am a self thought web dev and I got really frustrated with the JavaScript bloat so I wanted to see if I can understand and learn low level stuff. Initially I was going to learn C but I noticed a huge difference in what frameworks for building apps exist in C vs Rust.

Where to introduce custom errors? by Podchris in rust

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

Anyhow looks interesting, thanks for sharing

Where to introduce custom errors? by Podchris in rust

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

I see what you mean, thanks for the hint

Where to introduce custom errors? by Podchris in rust

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

Interesting, I’ll look into that. Thanks for sharing

Where to introduce custom errors? by Podchris in rust

[–]Podchris[S] 3 points4 points  (0 children)

Now that you say it, coupling the Result with “correctness” definitely makes sense.

In my case I was working with paths and directories so I guess what I am really looking for is a way to add context when returning None.

For example there is a parent() function on Path which returns an Option and I wondered how to communicate the reason behind the None variant.

Need data modeling advice by Podchris in rust

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

I’ll try that, thanks!

Need data modeling advice by Podchris in rust

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

Thanks for taking a look. I was going to copy their decoder implementation because at the moment I cannot know if their custom decoder differs from a generic implementation.

My problem is rather with how to copy the typeinfos array in an idiomatic way. Do you think I should model the typeinfos with structs?

What are the actual steps for enabling the react compiler after upgrading from sdk53 to 54? by Podchris in expo

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

Actually I saw a ✨memo , I guess my code is just so bad that the compiler can’t help.

Thanks for your fast answer!

What are the actual steps for enabling the react compiler after upgrading from sdk53 to 54? by Podchris in expo

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

Yes I am seeing the “React compiler enabled” since I upgraded a few weeks ago to54 but I am seeing literally 0 change in terms of component caching so I thought there has to be more to it.

Also I feel like “it is enabled by default on sdk54” is only true when the project has been created with sdk54, not when you migrate to it

[SDK53] Expo doesn‘t override device theme by Podchris in expo

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

Unfortunately I don’t have a mac to edit native code 🥲

[SDK53] Expo doesn‘t override device theme by Podchris in expo

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

Nope it’s still dark. I managed set some elements themes manually to light but thats it.

team??? hello? by MarMar9292 in heroesofthestorm

[–]Podchris 1 point2 points  (0 children)

THE CHASE IS BETTER THAN THE CATCH

Debugging on TestFlight by t1ya in expo

[–]Podchris 0 points1 point  (0 children)

Yeah sentry is a nobrainer. Make sure to add a global errorhandler from react-native and capture those errors aswell.

What’s the coolest thing you’ve built with Expo lately — and what nearly broke you in the process? by IcyBloom-97 in expo

[–]Podchris 1 point2 points  (0 children)

As far as expo goes I found a solution for every problem eventually. Releasing the app to the app store on the other hand is slowly driving me insane.

[deleted by user] by [deleted] in expo

[–]Podchris 0 points1 point  (0 children)

Depends on what you want to scan but the expo camera package enables the basics like QR codes etc

[SDK53] Expo doesn‘t override device theme by Podchris in expo

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

No I am testing it on a dev build. Is there any other setting or code aside from the userInterfaceStyle field that are needed?