nikivi
nikivi
Explore posts from servers
SSolidJS
Created by nikivi on 7/27/2023 in #support
Help integrating microfuzz search library with solid
126 replies
SSolidJS
Created by nikivi on 7/19/2023 in #support
store values do not update
40 replies
SSolidJS
Created by nikivi on 7/5/2023 in #support
how to make route's resources rerun on changing the page
22 replies
DTDrizzle Team
Created by nikivi on 6/28/2023 in #help
Need help with join, ChatGPT says drizzle orm does not support it
7 replies
DTDrizzle Team
Created by nikivi on 6/27/2023 in #help
help with drizzle types not inferred well
async function addTopic(topic: string, content: string, parent?: string) {
try {
let parentId: number | null = null
await db.transaction(async (tx) => {
await tx
.select({ id: topics.id })
.from(topics)
.where({ name: topic, ownerId: 1 })
.all()
})
async function addTopic(topic: string, content: string, parent?: string) {
try {
let parentId: number | null = null
await db.transaction(async (tx) => {
await tx
.select({ id: topics.id })
.from(topics)
.where({ name: topic, ownerId: 1 })
.all()
})
29 replies
DTDrizzle Team
Created by nikivi on 6/27/2023 in #help
need to change schema to reference another instance
268 replies
SSolidJS
Created by nikivi on 6/26/2023 in #support
Help rendering markdown gotten from server using createResource
11 replies
DTDrizzle Team
Created by nikivi on 6/26/2023 in #help
Get issue trying to run libsql/turso example
147 replies
SSolidJS
Created by nikivi on 5/17/2023 in #support
Don't know why solid context complains it is not called in the right place
17 replies
SSolidJS
Created by nikivi on 5/1/2023 in #support
Why do keyframes not work in <styled> in SolidJS
13 replies
SSolidJS
Created by nikivi on 4/26/2023 in #support
Need help setting up sync of signals backed by GraphQL, details in a thread
147 replies