Børge
Børge
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Børge on 9/25/2024 in #questions
Does anyone know why my animate-pulse is behaving weird?
I found the problem. In one of my CSS files, I had an animation named pulse, that seemed to be overwriting the tailwind's pulse-animation. Just renamed my own animation, and it fixed the issue.
5 replies
TTCTheo's Typesafe Cult
Created by Børge on 9/25/2024 in #questions
Does anyone know why my animate-pulse is behaving weird?
Here's my tailwind config, if that's any help:
5 replies
TTCTheo's Typesafe Cult
Created by Børge on 3/16/2024 in #questions
Streaming Video
So if I wanted to serve the video in multiple qualities, I would have to store multiple qualities in R2, or switch to another service like Cloudflare Stream? I also saw someone talking about switching over to S3 + Cloudfront + Mediaconverter. Don't know if that would be better, and cheaper
14 replies
TTCTheo's Typesafe Cult
Created by Børge on 3/16/2024 in #questions
Streaming Video
What do you mean by vod? Lets say I want to create a platform where a user can just store a video, and come back and watch it later. Then stream the video to the user, with like a buffer, if that's the right term. That I can use R2 for, or?
14 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/20/2023 in #questions
Creating logout as next-auth?
I don't really know if you mean this. But I added window.location.reload(), and it still dosen't logout on the other browser.
11 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/20/2023 in #questions
Creating logout as next-auth?
11 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/20/2023 in #questions
Creating logout as next-auth?
I don't really see how. In the video below, I used the swr auth example, because it was already set up. But shouldn't that then log me out on the other chrome tab instant? Here's the link for the example: https://codesandbox.io/s/swr-auth-vl653w?from-embed=&file=/pages/index.js:418-427
11 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/20/2023 in #questions
Creating logout as next-auth?
Would that also logout on other chrome tabs instant?
11 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
Well everywhere i have looked they use the wildcard, but i can't really do that, when needing credentials
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
Okay, but I would still like to fix the cors error. The redirect should be possible right?
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
Yes?
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
That seems kinda like a security risk
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
Well that works without sending any errors, but does that even trigger cors at all? Is cors not only when sending requests between different domains?
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 8/3/2023 in #questions
Cors error
i honestly have no idea. Everything else works, so i think it's the redirect back to the frontend
38 replies
TTCTheo's Typesafe Cult
Created by Børge on 5/11/2023 in #questions
How can i use a random number without getting a hydration error?
Seems to work, thx
5 replies
TTCTheo's Typesafe Cult
Created by Børge on 5/3/2023 in #questions
How would I order by the role?
What number would that be?
43 replies
TTCTheo's Typesafe Cult
Created by Børge on 5/3/2023 in #questions
How would I order by the role?
I don't fully understand. Could you give an example? If I wanted to set the user just as a Manager
43 replies
TTCTheo's Typesafe Cult
Created by Børge on 5/3/2023 in #questions
How would I order by the role?
Just thought that would be easy. Would it be better storing it in a number or enum?
43 replies