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

    Razoth

    02/27/2023, 6:23 AM
    https://www.npmjs.com/package/imagemagick i dunno about the best possible way, but i would prob go with imagemagick, resize them to a reasonable size, formating them to something more web friendly. i know a LOT of applications use imagemagick under the hood. nextjs handles caching pretty much automaticlly if you use it on a serverside component, no?
  • n

    NJ™

    03/01/2023, 6:17 AM
    Does anyone have a good authguard GitHub reference for next js and supabase?
  • n

    NJ™

    03/01/2023, 6:18 AM
    I am unable to fetch the user using getServerSideProps by getUser or getSession
  • i

    itzSuNNy

    03/01/2023, 7:31 AM
    hi devs i am facing this issue while removing domain from supabase
  • i

    itzSuNNy

    03/01/2023, 7:32 AM
    this message clearly say i dont have any domain register but it show on supabase admin portal this cause issue in auth flow i have to remove
  • r

    Razoth

    03/01/2023, 11:59 AM
    https://github.com/supabase/supabase/pull/12740 i fixed some missing links, hopefull i'm doing it right, because thats the first time ive done anything like that 😄
  • s

    silentworks

    03/01/2023, 12:02 PM
    Thank you for this and you're fast as I've only made these changes like a day or two ago 🙂
  • g

    Gregory

    03/01/2023, 7:38 PM
    chatgpt api released https://openai.com/blog/introducing-chatgpt-and-whisper-apis
  • g

    Gregory

    03/01/2023, 7:38 PM
    time to swap out text-davinci-003 to gpt-3.5-turbo!!
  • g

    Gregory

    03/01/2023, 7:38 PM
    10x cheaper 🤯
  • o

    Olyno

    03/01/2023, 8:00 PM
    YOOOOO
  • o

    Olyno

    03/01/2023, 8:00 PM
    THIS IS CRAZY I SWEAR
  • o

    Olyno

    03/01/2023, 8:00 PM
    Alright, time to code a new project
  • g

    Gregory

    03/01/2023, 8:00 PM
    hell yeah
  • o

    Olyno

    03/01/2023, 8:00 PM
    Wanna join me?
  • g

    Gregory

    03/01/2023, 8:01 PM
    sure i'd love to
  • o

    Olyno

    03/01/2023, 8:01 PM
    Alright, let's slide in dm
  • b

    blackleitus

    03/03/2023, 12:06 AM
    does anyone here good at nextjs?
  • o

    Olyno

    03/03/2023, 12:09 AM
    It depends what you're trying to do ¯\_(ツ)_/¯
  • b

    blackleitus

    03/03/2023, 12:16 AM
    what's the right way to access @/assets/logo_large.png' since I got 404?
  • b

    blackleitus

    03/03/2023, 12:16 AM
    <Logo src={FooterLogo} />
  • b

    blackleitus

    03/03/2023, 2:43 PM
    what's the different of the following approaches? Sure, here is an example of a responsive grid layout using both Bootstrap and Theme-UI:
    Copy code
    js
    Bootstrap:
    
    <!-- Example Grid Layout using Bootstrap -->
    <div class="container-fluid">
      <div class="row">
        <div class="col-md-4">Column 1</div>
        <div class="col-md-4">Column 2</div>
        <div class="col-md-4">Column 3</div>
      </div>
    </div>
    
    
    Theme-UI:
    
    / Example Grid Layout using Theme-UI Box and Flex components /
    import { Box, Flex } from 'theme-ui';
    
    function MyComponent() {
      return (
        <Box>
          <Flex sx={{ flexWrap: 'wrap' }}>
            <Box sx={{ width: ['100%', '50%', '33.33%'], p: 3 }}>Column 1</Box>
            <Box sx={{ width: ['100%', '50%', '33.33%'], p: 3 }}>Column 2</Box>
            <Box sx={{ width: ['100%', '50%', '33.33%'], p: 3 }}>Column 3</Box>
          </Flex>
        </Box>
      );
    }
    
    export default MyComponent;
  • s

    salzar

    03/04/2023, 1:28 AM
    Is there a way I can use the file search to return the full name for a file, including any directories?
  • s

    salzar

    03/04/2023, 1:29 AM
    im using this to get a list of the files and i have them going to any array, and i see name last accessed metadata etc, but theres no way to get the full directory so i can just plug it into my download function
  • r

    RelatedTitle

    03/04/2023, 5:11 AM
    I broke my db
  • r

    RelatedTitle

    03/04/2023, 5:11 AM
    is there any way to reset it?
  • r

    RelatedTitle

    03/04/2023, 5:11 AM
    Other than making a new project
  • c

    CauaLW

    03/04/2023, 12:33 PM
    You can use a SQL query to drop all your data
  • e

    elamandeep

    03/04/2023, 3:15 PM
    I'm getting only two values. I don't know why?
  • g

    garyaustin

    03/04/2023, 3:16 PM
    Seeing alot of help questions here... please use #1006358244786196510
1...354355356...392Latest