Aryxst
Explore posts from serversfix function running only on build
I want to load the function from this file on mount
https://github.com/Aryxst/tauri-app/blob/master/src/use-controller.tsx
in home.tsx:
Why does this work on build?
1 replies
DTDrizzle Team
•Created by Aryxst on 5/16/2024 in #help
LibsqlError: URL_INVALID: The URL is not in a valid format
Out of nowhere I started getting this error, whats even weiirder is that it only occurs on one route.
/posts/create
16 replies
DTDrizzle Team
•Created by Aryxst on 5/13/2024 in #help
Setting default timestamp in user table
So Im using turso with sqlite and out of nowhere i have been issuing this issue with my user table, im using nextauthjs
2 replies
How do i make a list properly reactive to state changes?
So I have this for loops that iterates in an array of data fetched on page load,
i devided the sorting functions in 2 categories checkerFunctions that check a checkbox value, and filterFunctions that check a object value in a signal.
The filterFunctions steps works just fine, but i don't know why the checkFunctions don't.
Am i assigning a bool wrongfully?
3 replies
DIAdiscord.js - Imagine a bot
•Created by Aryxst on 2/13/2024 in #djs-questions
Send message to specific channel
How can I send a message to a specific channel of my guild?
19 replies
DIAdiscord.js - Imagine a bot
•Created by Aryxst on 2/8/2024 in #djs-questions
I don't know how to register commands
A while ago i created a discord bot with only one command, and i think i lost some files. The only command that works is ping, do i have to register the cother commands in some way? And if so, how?
Here's the source code. https://github.com/Aryxst/efestus-bot
4 replies