Sybatron
Sybatron
TTCTheo's Typesafe Cult
Created by yash.saxena on 7/20/2023 in #questions
Any free-tier solutions for heavy read-write personal projects?
Neon is postgress
25 replies
TTCTheo's Typesafe Cult
Created by yash.saxena on 7/20/2023 in #questions
Any free-tier solutions for heavy read-write personal projects?
Don't they not using that info just to verify you are real person and not creating multiple accounts to abuse the free tier
25 replies
TTCTheo's Typesafe Cult
Created by yash.saxena on 7/20/2023 in #questions
Any free-tier solutions for heavy read-write personal projects?
I saw their free tier, neon or supabase are many times giving more
25 replies
TTCTheo's Typesafe Cult
Created by Mr Volcano on 7/19/2023 in #questions
Framework recomendations for jobs running with NodeJS
So to choose fastify or nest nowadays?
11 replies
TTCTheo's Typesafe Cult
Created by MagerX on 7/19/2023 in #questions
How to create dynamic number union in typescript
unions are static types types in typescript are static
13 replies
TTCTheo's Typesafe Cult
Created by MagerX on 7/19/2023 in #questions
How to create dynamic number union in typescript
why would you want to count them all, the params are array you can add them to an object via foreach
13 replies
TTCTheo's Typesafe Cult
Created by MagerX on 7/19/2023 in #questions
How to create dynamic number union in typescript
just generate an object not sure why you need the whole array stuff but dont think you can generate that object with const values inside so it wont be as enum as you need to constantly think that you shouldnt change the values inside that object
13 replies
TTCTheo's Typesafe Cult
Created by MagerX on 7/19/2023 in #questions
How to create dynamic number union in typescript
This just sounds like you wanna make enum with extra steps
13 replies
TTCTheo's Typesafe Cult
Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
import is only for modules
11 replies
TTCTheo's Typesafe Cult
Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
you have to change the imports to require if you do commonjs
11 replies
TTCTheo's Typesafe Cult
Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
you should be able able to put them in .ts too
11 replies
TTCTheo's Typesafe Cult
Created by niels on 6/27/2023 in #questions
useQuery endless fetching loop
it shouldnt just return undefined so many times
15 replies
TTCTheo's Typesafe Cult
Created by niels on 6/27/2023 in #questions
useQuery endless fetching loop
also if query.data is always undefined shouldn't you check your query function if it actually works how it's supposed to work
15 replies
TTCTheo's Typesafe Cult
Created by niels on 6/27/2023 in #questions
useQuery endless fetching loop
isnt the data table just styles tanstack react table
15 replies
TTCTheo's Typesafe Cult
Created by camdressler on 6/27/2023 in #questions
env-nextjs error
How do you parse your vars in the runtime Env
4 replies
TTCTheo's Typesafe Cult
Created by niels on 6/27/2023 in #questions
useQuery endless fetching loop
Isn't the problem constantly changing the key value
15 replies
TTCTheo's Typesafe Cult
Created by rocawear on 6/25/2023 in #questions
Prisma Schema
if you want to keep them shouldn't you update the model and change the reference action and if you want to just update the questions' content can't you send in the payload in each question their id so you can update these ids
6 replies
TTCTheo's Typesafe Cult
Created by NubeBuster on 6/24/2023 in #questions
Continuous process while server is running
6 replies
TTCTheo's Typesafe Cult
Created by NubeBuster on 6/24/2023 in #questions
Continuous process while server is running
With realtime databases and subscribing to these events it should be able to resolve 🤔
6 replies
TTCTheo's Typesafe Cult
Created by bentehjallow on 6/24/2023 in #questions
Prisma
Check the extensions, from what i remember it's still preview feature
8 replies