nikivi
nikivi
Explore posts from servers
RRailway
Created by nikivi on 6/27/2024 in #✋|help
How to move project from hobby workspace into Pro workspace
its unclear how
16 replies
RRailway
Created by nikivi on 6/20/2024 in #✋|help
getting 403 from docker hub thus railway build failing
No description
11 replies
RRailway
Created by nikivi on 6/19/2024 in #✋|help
Railway is not using service variables during Dockerfile build
No description
37 replies
RRailway
Created by nikivi on 6/18/2024 in #✋|help
how to debug why container is building for 12+ min
No description
9 replies
RRailway
Created by nikivi on 6/17/2024 in #✋|help
App is down
please help
215 replies
RRailway
Created by nikivi on 6/12/2024 in #✋|help
Help deploying Dockerfile of Elysia server to Railway
No description
81 replies
RRailway
Created by nikivi on 10/27/2023 in #✋|help
Need linux server i run a command inside of that pipes output to a file
No description
4 replies
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
RRailway
Created by nikivi on 6/15/2023 in #✋|help
Help deploy docker-compose.yml of Caddy server
contents of it
version: "3.9"

services:
caddy:
image: caddy:2.6.4-alpine
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv
- caddy_data:/data
- caddy_config:/config

volumes:
caddy_data:
caddy_config:
version: "3.9"

services:
caddy:
image: caddy:2.6.4-alpine
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv
- caddy_data:/data
- caddy_config:/config

volumes:
caddy_data:
caddy_config:
15 replies
RRailway
Created by nikivi on 5/19/2023 in #✋|help
Help deploy a node.js server on railway
I want to deploy some node code with railway
85 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