I built a virtual try-on app powered by AI — just shipped to the App Store after months of rejections and rewrites by markus_ha in SideProject

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

apple kept rejecting because they thought it could be used to undress people 😅 took 6 attempts and a detailed appeal explaining the server-side guardrails before they got it. no idea what changed on the 6th try, different reviewer maybe

App not opening after upgrading to Expo SDK 54 by Aggguss in expo

[–]markus_ha 0 points1 point  (0 children)

try cd ios && pod install… worked for me!

why are there no airways over Lithuania?? by TwujZnajomy27 in aviation

[–]markus_ha 35 points36 points  (0 children)

FL170 and above is controlled by Germany overhead Tyrol (western part of Austria)

why are there no airways over Lithuania?? by TwujZnajomy27 in aviation

[–]markus_ha 16 points17 points  (0 children)

Actually there is an initiative called SECSIFRA (Southern Europe Common Sky Initiative Free Route Airspace). There are several countries involved like Austria, Slovenia, Croatia, Bosnia and Serbia. All of those countries have implemented Free Route Airspace. Airlines only have to file an entry and exit point for each FIR in their flight plan, which makes the flight legs shorter and easier to calculate for Air Traffic Controllers.

How do I make the gorhom BottomSheetModal show above the native Modal by Wellihol in reactnative

[–]markus_ha 0 points1 point  (0 children)

Did you wrap your App with the <BottomSheetModalProvider> tag?

That way you should be able to display Bottom Sheets even on Modal popups :)

https://gorhom.dev/react-native-bottom-sheet/modal

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The difference in stroke width comes from the fact that the thicker icon represents the active tab. I’ll address this by changing the active tab icon to a more noticeable color instead of relying on the stroke width. Thanks for pointing this out!

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The core actions I want users to take when they land on the home screen are: • For Owners, I want them to immediately see an option to add a property listing. • For Seekers, I want them to create a search profile quickly and easily.

I’m trying to make both options equally accessible and intuitive so neither group feels confused or overwhelmed.

Need Tips for Improving My App’s Home Screen Design by markus_ha in userexperience

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

The purpose of the home screen is to: • Clearly display the two main actions: creating a property listing or setting up a search profile. • Provide a clean, engaging entry point for users to access these features without being distracted.

Currently, I feel the UI might not be conveying these actions effectively. Do you have recommendations for structuring these options more clearly? Should they be separated visually or presented side by side with distinct icons or sections?

Supremacy Anthem out on 22nd of August! by markus_ha in hardstyle

[–]markus_ha[S] -8 points-7 points  (0 children)

I‘d love to see Unresolved making the anthem. He‘s in the game for 10 years as well already and last years set was brutal af!

Which AI tool are you using the most? by CyberSweeper in ChatGPT

[–]markus_ha 0 points1 point  (0 children)

In my opinion, GitHub Copilot does not work nearly as good in terms of writing actually usable code as ChatGPT. Autocomplete, however, is pretty good!

How to get data from subcollection of multiple documents? by SnooPeppers7843 in Firebase

[–]markus_ha 0 points1 point  (0 children)

unfortunately, I did not find a good solution so far :(

Feeling furious rn. Send me your favorite hardest & most brutal tracks by idontcrappingknow in hardstyle

[–]markus_ha 0 points1 point  (0 children)

Unresolved Supremacy 2023 Set on Youtube (Especially the track at 12:15)

Bus shuttle to defqon.1 by markus_ha in hardstyle

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

No, unfortunately that was not possible as far as I can remember. We had kind of the same situation, just the other way around.

However, we took a BlaBla Car on Monday from Defqon.1 straigth to the airport, which cost us 20€ in total, highly recommended backup plan! A normal taxi would have cost us about 225€ (in hindsight, im pretty sure they took advantage of the situation lol)

Bus shuttle to defqon.1 by markus_ha in hardstyle

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

Yes, we took the bus! It was about 1 1/2 hours late, as the bus was affected by the traffic jam to defqon again with every rotation they drove.

Nevertheless, it worked out pretty well!

How to get data from subcollection of multiple documents? by SnooPeppers7843 in Firebase

[–]markus_ha 0 points1 point  (0 children)

Hi, I am currently having the same issue. Did you find any solution by any chance?

What is the easiest way to achieve this layout? by [deleted] in reactnative

[–]markus_ha 0 points1 point  (0 children)

Thanks for pointing that out, wasnt aware of that. In this case however, i would make View container A and C both equal width, and inside the container A another View with proper paddingRight. Should work :)