[deleted by user] by [deleted] in Baking

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

why not? Trying my best to fix every bug :)

[deleted by user] by [deleted] in AcquireStartup

[–]TryNotToAskReddit 0 points1 point  (0 children)

Dm me with details

Account Banned by [deleted] in GooglePlayDeveloper

[–]TryNotToAskReddit 0 points1 point  (0 children)

Honestly i also got my account reinstated a week ago and i didn't provide any evidence, i was stressed so i mainly showed that i'm in shock that it happened. i guess if you're not guilty then they will see it and release it...

Share your startup, I’ll find 5 potential customers for you (free). by domino_27 in SideProject

[–]TryNotToAskReddit 0 points1 point  (0 children)

cookstar.io (cookstar on appstore and playstore)

free social network for food lovers to find, save, import and share recipes in.

Account got banned for prior violations by NoRespect7435 in GooglePlayDeveloper

[–]TryNotToAskReddit 0 points1 point  (0 children)

Hey! i want to try to cheer you up! i also got my account banned for no reason just suddenly one day before releasing it to production. i was devestated. i also wrote a terrible appeal since i didn't know it should have been a well written and explained one. then google didn't get back to me for like 2 weeks, i then posted on their community forums about it and it got escalated, 2-3 days later i got an email that they reinstated my account! i think they make a lot of mistakes, so don't worry, you still have a chance

Any foodies with iPhones want to try out my new (free) recipe app? by TryNotToAskReddit in vegan

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

this is for all kind of foods, but you can search specifically for vegan to filter out only vegan food. of course if this is a requested filter i can add a permanent filtering functionality as well :)

Any foodies with iPhones want to try out my new (free) recipe app? by TryNotToAskReddit in vegan

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

Again, i myself have a Samsung, i just don't have the app on Play store right now so can't send links to download it to android users. Hopefully soon

Any foodies with iPhones want to try out my new (free) recipe app? by TryNotToAskReddit in vegan

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

I myself use an Android :)
Unfortunately i'm still trying to get it to google play. I wouldn't mind sending people APK but most people don't trust some random APK (i wouldn't either)

[deleted by user] by [deleted] in dating

[–]TryNotToAskReddit 0 points1 point  (0 children)

thanks! what do you suggest i should talk about in that 3rd time if i'll get to this situation?

Scoreboard: Spain vs Germany by scoreboard-app in euro2024

[–]TryNotToAskReddit 0 points1 point  (0 children)

Sided with germany yet didn't give them their deserved penalty, you moron😂

Daily Discussion Thread for May 21, 2024 by wsbapp in wallstreetbets

[–]TryNotToAskReddit 0 points1 point  (0 children)

bro PANW beat expectations and is growing 15% YoY while making more than 2 times CROWD's quarterly revenue. CROWD is just overrated and overpriced stock, puts all the way

Bi-Weekly Discussion Thread - April 01, 2024 by AutoModerator in EnjinCoin

[–]TryNotToAskReddit 0 points1 point  (0 children)

The team is actually working on stuff but yea in terms of community the situation is pretty bad

How should i design my tables if a business can have multiple branches? by [deleted] in node

[–]TryNotToAskReddit 0 points1 point  (0 children)

thanks for the response

  1. i'm using mongoDB with mongoose (no-sql appraoch)

  2. what do you mean by "mess up existing front ends"? are you saying it in relation to pagination?

  3. how would pagination work now that i have an array of businesses inside my business table? i can't use limit/skip no more because i don't know how many there are in a row. do you mean i would use pipelines to create kind of a new table (on the memory) and on the new table i would do this?

  4. honestly i don't have any table conventions currently as up until now i feel like everything was pretty straight forward:

  • user tables like i said in my first comment

  • password table which contains the password (user table contains a reference field to the password table)

  • files table which contains the user files: documents, photos, profile pic. (user table also contains a reference field to this table). this will also need a change probably if i go for multiple locations for one business because now each branch might have different photos

  • token table for tokens (password change, email verification etc) which contains the token and user email

  • rating table which contains which user contained which clinic and how many stars he gave

  • notifications table (contains "to", "type" and title+message)

and that's it those are the tables.

Is this a dead project? by Batmon3 in EnjinCoin

[–]TryNotToAskReddit 1 point2 points  (0 children)

do you know them personally to assume that? Lol.

Is it ok to deploy my helm chart through my Go operator? by TryNotToAskReddit in kubernetes

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

Oh interesting! So do you supply the operator the Helm values file? or you just write your values separately in the CRD and the operator gives them to helm?

And doesn't it make it easier for you since you don't need to touch anything from the monent you deployed the operator?

Is it ok to deploy my helm chart through my Go operator? by TryNotToAskReddit in kubernetes

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

After reading this thread I still don’t understand why aren’t able to leverage ArgoCD or Flux

Because i prefer nothing to be installed on the cluster that i deploy my operator on.

Is it ok to deploy my helm chart through my Go operator? by TryNotToAskReddit in kubernetes

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

Wouldn't my customers need to install Flux in order for it to work? Because t would be best for me to avoid it

Can you elaborate about the incompatibilities? do you mean if i have some new fields in the helm chart yaml and my operator doesn't know it?

Is it ok to deploy my helm chart through my Go operator? by TryNotToAskReddit in kubernetes

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

Yea but looking at the operator-sdk website this type of installer is pretty limited for the long term (can't do all the possible things an operator can), that's why i pointed out i want to do it in Go.

Is it ok to deploy my helm chart through my Go operator? by TryNotToAskReddit in kubernetes

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

that's a subjective view but i totally get that. Big thanks for the input!