https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • s

    silentworks

    03/19/2023, 3:42 AM
    When you have more people asking questions than answering then this becomes an issue. The screenshot you showed above is hard to follow who is asking what and which is a follow up compared to what is new. Almost every free form chat turns into a question, I mean its normally because you need answer to something why you would get on a discord community (from my experience that is or have made friends there). As @Olyno stated we tried what you are suggesting and that didn't work for us especially when its was mainly mods who were engaging with any question or topics asked in the past and even to a certain extent even now.
  • s

    silentworks

    03/19/2023, 3:44 AM
    You have kinda proven the point of almost all conversations lead to question here.
    i wonder if this is part of a supabase backup process
    this is a help question.
  • m

    mqp

    03/19/2023, 4:04 AM
    well, sorry it's frustrating for you guys, i hope i or someone else can make a kind of chat room that satisfies this other purpose
  • s

    silentworks

    03/19/2023, 4:08 AM
    Good luck to them and happy moderating to them too.
  • Is there a way to completely clone a
    j

    Jinx

    03/19/2023, 4:21 AM
    Is there a way to completely clone a database
    r
    • 2
    • 1
  • j

    Jinx

    03/19/2023, 4:21 AM
    If not thats lame af
  • o

    Olyno

    03/19/2023, 11:24 AM
    I am also part of many development servers, and as far as I know they do the same moderation. One of the concerns we have, which @silentworks has specified, is that there are more requests for help than people helping. We don't know everything about everything either. So many people who feel ignored prefer to come to this channel to ask for help with their question, because they see more activity/answers. One way to solve this problem would be to have more people talking in this offtopic channel. Another possibility would be to have more people in the help channel. There have been some thoughts about this on our end, but we don't know everything. If you think you have some good ideas, it might be interesting to share them with us
  • r

    Razoth

    03/19/2023, 11:25 AM
    i just wanted to say i'm trying to answer questions too, and if i am wrong in any sense please feel free to correct me right there or pm me if i am doing something wrong.
  • r

    Razoth

    03/19/2023, 11:28 AM
    also i feel like normally when there is an offtopic channel its a free for all, you can post anything (within the server rules and general not being a bad person ofc), but there is also a general chat, where you can post more about on topic stuff, thats not really a specific or long question. ive seen you tried that and i looks like i failed.
  • o

    Olyno

    03/19/2023, 11:31 AM
    We notice members like you who try to answer questions, and we thank you very much for doing it
  • r

    Razoth

    03/19/2023, 11:39 AM
    i see it like, if i am answering questions i will think about the problems and and in turn get better myself. At the same time i am sometimes unsure about the solutions, so feedback on something wrong would be greatly appriciated.
  • r

    Razoth

    03/19/2023, 1:10 PM
    for real tho, do i code, do i build my new server or do i go to bed? šŸ˜„
  • Is supafase faster than mongo
    j

    Jinx

    03/19/2023, 3:51 PM
    Is supafase faster than mongo
    r
    c
    d
    • 4
    • 12
  • j

    Jinx

    03/19/2023, 4:38 PM
    Is supabase asynchronous by default
  • j

    Jinx

    03/19/2023, 4:39 PM
    Or should i await everything
  • e

    Evren

    03/19/2023, 4:51 PM
    Which folder structure is better?
    Copy code
    vibeo-backend/
    ā”œā”€ā”€ chat/
    │   ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ models/
    │   └── routes/
    ā”œā”€ā”€ user/
    │   ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ models/
    │   └── routes/
    ā”œā”€ā”€ auth/
    │   ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ models/
    │   └── routes/
    ā”œā”€ā”€ video/
    │   ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ models/
    │   └── routes/
    ā”œā”€ā”€ voice/
    │   ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ models/
    │   └── routes/
    └── app.ts
    Copy code
    vibeo-backend/
    ā”œā”€ā”€ controllers/
    │   ā”œā”€ā”€ auth.controller.ts
    │   ā”œā”€ā”€ user.controller.ts
    │   └── ...
    ā”œā”€ā”€ middleware/
    │   ā”œā”€ā”€ authenticate.ts
    │   └── ...
    ā”œā”€ā”€ models/
    │   ā”œā”€ā”€ user.model.ts
    │   └── ...
    ā”œā”€ā”€ routes/
    │   ā”œā”€ā”€ auth.routes.ts
    │   ā”œā”€ā”€ user.routes.ts
    │   └── ...
    └── app.ts
  • c

    CauaLW

    03/19/2023, 6:44 PM
    Bruh, there's a forum literally called "help-and-questions"
  • y

    Youngie

    03/19/2023, 7:31 PM
    Definitely going to go for the feature first structure (That's the first one)
  • y

    Youngie

    03/19/2023, 7:32 PM
    Heyy channel, So, if you currently have a project that has a new update that you'd like users to be aware of when you go to production, you can use this package that I created to notify users of the new feature(s) that is/are contained in your current app updates. It handles persisting and all the other state manipulation stuff for you when the user closes the notification . https://pub.dev/packages/feature_notifier Anyways, y'all try it out and give me a feedback 🤘
  • d

    DYELbrah

    03/19/2023, 10:13 PM
    Hey gang, I'm curious if anyone would be interested in an article about hooking up NextJS with TRPC and Supabase? Specifically how to hook them up together so that you can have RLS however not expose your anon_key/supabase_url to your client.
  • o

    Olyno

    03/19/2023, 10:17 PM
    This is would be neat! I would love to read an article like that!
  • d

    DYELbrah

    03/19/2023, 10:18 PM
    Sweet! I'll work on it today šŸ™‚
  • d

    Dan Rumney

    03/19/2023, 10:30 PM
    This is why I try to answer questions too. It helps me reflect on my own understanding and thereby improve it.
  • I m torn between here and help and
    d

    Dan Rumney

    03/20/2023, 1:41 PM
    I'm torn between here and #1006358244786196510 for this. If anything, it's more of a pseudo-poll rather than a forum type question. In short: is anyone successfully developing and testing edge functions locally on an Apple M1 laptop?
    r
    • 2
    • 25
  • j

    Jinx

    03/20/2023, 3:51 PM
    Best database ever
  • j

    Jinx

    03/20/2023, 3:51 PM
    Supabase > mongo
  • j

    Jinx

    03/20/2023, 3:51 PM
    Supabase > privately hosted database
  • s

    Scotty

    03/20/2023, 7:15 PM
    Hello! I am looking for a project collaborator! The project is a free open-source next.js / supabase starter template. If you have a lot of experience with supabase and next.js please DM me.
  • a

    AdamJensen

    03/20/2023, 10:52 PM
    Yeah I agree with you here
  • a

    AdamJensen

    03/20/2023, 10:53 PM
    I just sometimes have quick and stupid questions to ask, not a proper help thread/forum post that needs complex answers. Plus sometimes I just wanna chat about best patterns/practices šŸ˜„
1...363364365...392Latest