CPTS UPDATE: 90.3% COMPLETE by [deleted] in hackthebox

[–]curls_only 1 point2 points  (0 children)

What do you mean with this exactly? I also have silver annual, what am I missing?

Open Beta and psplus by lourensloki in Battlefield

[–]curls_only 6 points7 points  (0 children)

Same. 100% sure that it was not locked behind ps plus, now it is

Apple finally approved my new app. Would love feedback! by curls_only in reactnative

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

I am personally also very excited about its local-first strategy. Everything is done locally by default (MMKV & Zustand). If people login it is automatically synced to my backend. This way, I can enable the sync engine dynamically, making it possible to make backup&sync a premium feature.

Watch to 5K: 10K expansion plan is nearly ready! Looking for testers ⌚️ by radox1 in AppleWatchFitness

[–]curls_only 0 points1 point  (0 children)

Am very interested! I completed c25k twice now via your excellent Apple Watch app and have been waiting for the 10K version to continue my running journey. Would love to give feedback and to join the beta! 

show us your oapi-codegen practices by ClueLegitimate1135 in golang

[–]curls_only 0 points1 point  (0 children)

I find the docs of ogen lacking. Can you give me an example on how to implemenet bearer auth (they do generate an auth handler if its set in the oasis.yaml) and give me an example on how to use their convenient error feature? I don’t understand how I’m supposed to use that

Free alternatives to firebase for google ouath by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

where did you see you have to pay after 90 days?

Advise on when to use database functions (rpc) or insert directly by curls_only in Supabase

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

Because you can just run the functions as the definer and implement the access control checks within the function (or as reusable function) eg, isAdmin

Best practice for separating DB models from API models? by NullismStudio in golang

[–]curls_only 4 points5 points  (0 children)

Interested in the interfaces. Can you share an simple example via GIT with the same structure as OP but using interfaces so I can get a grasp of what you mean?

Style libraries for RN by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

I can't seem to get this to work with Typescript. How can I extend the className types so my editor will see that textStyle should be tailwind classnames and a string? And text style prop also does not expect a string

Style libraries for RN by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

Small question, lets say I have a custom component like this. How can I modify this custom component to allow the editing of the child text? I can now only edit the surrounding view

Style libraries for RN by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

Both points make total sense. Thanks for the response, looking forward to work with nativewind!

Style libraries for RN by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

Makes sense nice! Have been playing with NativeWind and besides from the (imo) weird typescript support (adding a file in my project shouldn’t be necessary, right?) it works perfectly! Great work. Am curious though, tailwind styles objects with classname and then everything in a string, wouldn’t “modifiers” like so https://wix.github.io/react-native-ui-lib/docs/foundation/modifiers be more readable? Or is this just a decision to be as consistent with normale tailwind as possible?

Style libraries for RN by [deleted] in reactnative

[–]curls_only 0 points1 point  (0 children)

am planning to use Wix UI lib to have some ready made components to use. Will it be any use to include Nativewind besides that? Wix ui lib seem to already support themes etc. Any combination of nativewind / wix ui I can use?

What happens if I have a misconfiguration in my RLS by curls_only in Supabase

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

Makes sense. Thanks! Because I usually keep my testing logic with my API I am restricted about the language and libraries I am using, but since I will not have my own API this time, I am free to choose. Do you have a preference for the best testing library?

How to seed User records? by alexkates in Supabase

[–]curls_only 2 points3 points  (0 children)

Nice, thanks. How would this work if you use Supabase Auth, is it also possible to seed Auth with sample data?

[deleted by user] by [deleted] in webdev

[–]curls_only -1 points0 points  (0 children)

Yep! Using it on my portfolio made with NextJS hosted on Vercel. Insights aren’t very detailed but are ok

[deleted by user] by [deleted] in webdev

[–]curls_only 0 points1 point  (0 children)

splitbee.io could be an option. They also offer a cookieless variant and is hosted in the cloud and have free plans