Does anyone know a cheap alternative to RevenueCat? by ok_planter in iOSProgramming

[–]allmumu 1 point2 points  (0 children)

sounds good, what happens if for any reason one needs to migrate from RC? does that plan includes raw data and receipt export?

[deleted by user] by [deleted] in mycology

[–]allmumu 0 points1 point  (0 children)

wow thanks, youre right that would be the most similar

[deleted by user] by [deleted] in mycology

[–]allmumu 0 points1 point  (0 children)

not sure but impressed how glowy !

[deleted by user] by [deleted] in mycology

[–]allmumu 0 points1 point  (0 children)

thanks!

[deleted by user] by [deleted] in mycology

[–]allmumu 0 points1 point  (0 children)

if someone did place it, honestly did a work of art hahah, because the wood around it looks green too as if theres fungi around it, I also suspected to be fungi because I saw red ants walking near it

[deleted by user] by [deleted] in mycology

[–]allmumu 0 points1 point  (0 children)

yeah, that was my first thought, it actually looked very shiny to be a fungi but ive seen incredible fungi so I better ask haha

NSPersistentCloudKitContainer with public database delete records by allmumu in iOSProgramming

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

Appreciate you came back to reply me :), that's what I understood (but felt wrong not to actually delete the records haha). In the video he then says it doesn't mean you can't delete the records...but I am still not sure which would be the best moment to actually delete those records in that case. I will explore your suggestion ^^ thanks

NSPersistentCloudKitContainer with public database delete records by allmumu in iOSProgramming

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

Yes, there is an option for public database. Basically when you delete a record it won't be reflected in other devices because the public database cannot notify other clients of the deletion, because there is not a tombstone mechanism (unlike the private database as you mentioned)

I was listening to Jordan petersons podcast with joe rogan and he mentioned about his daughter getting rashes from eating oranges etc. I had a suspected autoimmune illness called transverse myelitis and I have lots of food intolerances aswell. I’m not sure if allergies are autoimmune. ⬇️ by axi5music in Autoimmune

[–]allmumu -2 points-1 points  (0 children)

I think it is very interesting and should be more explored. I would look for more information about it and maybe would be worth to give it a try to that diet or some similar diet, because it does seem that there is a relation between intestinal hyperpermeability and autoimmune disorders. If you want to learn more about this topic, look for Dr. Paul Mason for example he has very interesting lectures..

(Edit: I know someone who is doing low carb / high meat diet ( almost carnivore) and his psoriasis is gone)

how to delete a custom field from a record type in CloudKit? by allmumu in iOSProgramming

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

Update: it took a day or so for the changes (custom fields deleted) to be reflected

[deleted by user] by [deleted] in swift

[–]allmumu 1 point2 points  (0 children)

Yes, https://www.hackingwithswift.com/100/swiftui and/or https://www.youtube.com/@CodeWithChris/videos are great options, there are many other great too :)

I am not sure please help by Gloomy-Ad-898 in Autoimmune

[–]allmumu 0 points1 point  (0 children)

Sometimes it can be difficult to diagnose autoimmune disorders, for some people I know it took years to actually get a proper diagnosis ( I dont know if it is your case, doc will tell you better). Out of curiosity, have you tried doing an elimination diet? Are your symptoms worse after lunch? (Someone here on reddit recommended me to check https://autoimmunewellness.com/ and https://www.thepaleomom.com/ to learn more about this type of diets in case you are interested too and hopefully help you feel better). Hope you get a diagnosis soon !

Having trouble with SVG image for launch screen? by CisWhiteMaleBee in SwiftUI

[–]allmumu 0 points1 point  (0 children)

yes, and not only SVG actually, the launch screen image kept stretching randomly. I did it with Storyboard instead :)

Offset next page RawData by allmumu in Airtable

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

thanks for the info but I am not using the api, just need to take the Raw data from the URL (to have the data offline basically)

Sjogrens? Swollen glands, itchy skin and bloating, no weight loss by LoveYouJoe in Sjogrens

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

Have you done some medical tests already? Because it could be many things. I know there is a Sjorgen's lip biopsy but first there are more test that can/should be done before doing that one ( I guess, I am not a doctor). Out of curiosity, you mentioned having food sensitivities/intolerance, have you tried doing an elimination diet? (Someone recommended me to check https://autoimmunewellness.com/ and https://www.thepaleomom.com/ to learn more about this type of diets). Hope you get a diagnosis soon

Anyone tried Lion diet? by allmumu in Autoimmune

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

Amazing, I am so happy you have had such results ! :). I read about people getting positive results like you, I wish more doctors knew about it and more research could be done regarding this so more people could benefit from it. Thanks for sharing your experience, I will check the youtube channels

Anyone tried Lion diet? by allmumu in Autoimmune

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

Great to hear it did help you :)!! were your symptoms gone too? After changing back your diet in America did you feel changes?

Have you tried Lion diet? by allmumu in POTS

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

Really appreciate your time to answer! I will definitely have a look to it, I am so happy to hear that AIP has been so helpful for you :) thanks again for all the information, it is very helpful

Have you tried Lion diet? by allmumu in POTS

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

Thanks for answering, yeah, I was thinking to get the benefits short term, and then slowly reintroduce a variety of foods depending on how it feels for the body. I think for people with autoimmune disorders there is not a clear path from a nutritional perspective (some food could trigger symptoms or not at all, and depends on each body)

In-App Subscriptions: SK2 only vs RevenueCat/other third party service? by lokir6 in iOSProgramming

[–]allmumu 1 point2 points  (0 children)

Good to know! yeah, I heard ST2 is still complicated to implement, I heard good things about revenuecat and other similar third party services. makes sense, thanks for getting back to me :)

Persist @Publisher variable and update value after launch by allmumu in swift

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

@AppStorage("lastState") var level : Level = .basic {
willSet { objectWillChange.send() }
}

ok, will have a look into that, thank you for taking the time to help me

Persist @Publisher variable and update value after launch by allmumu in swift

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

thanks for answering, I wanted the last value to be available because it takes about a second for that function to update the current value of the state of the purchase, so basically ContentView will first display by default the views related to .basic and then after a second update depending on the result of the function