netwrx
netwrx
Explore posts from servers
DTDrizzle Team
Created by netwrx on 4/18/2024 in #help
is it possible to do conditional relational queries?
bump :/
4 replies
DTDrizzle Team
Created by netwrx on 4/18/2024 in #help
is it possible to do conditional relational queries?
if i do something like this
const post = await db.query.posts_table.findFirst({
where: eq(posts_table.id, post_id),
with: {
author: {
where: eq(users_table.public, true),
columns: {
username: true,
display_name: true,
public: true,
},
},
},
});
const post = await db.query.posts_table.findFirst({
where: eq(posts_table.id, post_id),
with: {
author: {
where: eq(users_table.public, true),
columns: {
username: true,
display_name: true,
public: true,
},
},
},
});
it works. but im getting typescript errors. is this a bug with drizzle?
4 replies
DTDrizzle Team
Created by Jitendra on 4/15/2024 in #help
where clause when using 'with' in relational mode
i believe i have a similar issue https://discord.com/channels/1043890932593987624/1230519866113654785 do you think you could share some insight 😓
19 replies
NNuxt
Created by silvesterwali on 4/15/2024 in #❓・help
upload images
you would have to use a database if I understand correctly
12 replies
NNuxt
Created by silvesterwali on 4/15/2024 in #❓・help
upload images
so yes it will only be on next build will the new files show
12 replies
NNuxt
Created by silvesterwali on 4/15/2024 in #❓・help
upload images
the public folder is static
12 replies
NNuxt
Created by Denoic on 4/15/2024 in #❓・help
Why is the Nuxt dev server so slow?
check your setup script
18 replies
NNuxt
Created by Denoic on 4/15/2024 in #❓・help
Why is the Nuxt dev server so slow?
There is probably some promise that needs being resolved before the page is rendered
18 replies
NNuxt
Created by Marc Oka on 4/10/2024 in #❓・help
I have a problem understanding the docs nuxt ui
CSS classes…
4 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
Just make sure you deal with security stuff like CSRF
15 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
So you send the current path as a query to the server
15 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
I myself actually use query parameters
15 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
event.context is server side only, don't think that would work
15 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
I would suggest using cookies if you really need the origin path (set current path before sending request)
15 replies
NNuxt
Created by Ziko on 4/8/2024 in #❓・help
Getting Nuxt page (URL/Name) in API server request?
You can't get the origin path through raw http
15 replies
NNuxt
Created by Sorairo Setsuna#0989 on 4/6/2024 in #❓・help
How to Require tailwind plugins in a Nuxt Module
Daisy ui is a tailwind module. Not sure why this person made it a nuxt module lol
11 replies
NNuxt
Created by Sorairo Setsuna#0989 on 4/6/2024 in #❓・help
How to Require tailwind plugins in a Nuxt Module
You add tailwind modules to your tailwind.config
11 replies
NNuxt
Created by netwrx on 3/29/2024 in #❓・help
No session created - nuxt auth utils
Feel free to create a thread there. There are a few nuxt nerds there including me
47 replies
NNuxt
Created by netwrx on 3/29/2024 in #❓・help
No session created - nuxt auth utils
Oh, just let me know!
47 replies
NNuxt
Created by netwrx on 3/29/2024 in #❓・help
No session created - nuxt auth utils
If you got issues their discord could be a great place to ask
47 replies