piton
Explore posts from serversDTDrizzle Team
•Created by piton on 4/3/2024 in #help
Empty default array
Im creating text array with empty array as default like this
tags: text("tags").array().default([]),
but when i do drizzlekit push:pg
it gives the following changes but when applying the changes it errors out:
Error: error: syntax error at or near ";"
position: 58
(which means at the end of the first query)4 replies
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by piton on 2/19/2024 in #help
(Bug): Error synchronizing information when connection is resumed
This error pops up even though the player is playing music.
after this i do some other checks and then
and it throws the error right here.
If it was my problem the first check should've stopped me from setting the volume but the
player
and player.current
are set165 replies
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by piton on 2/19/2024 in #suggestion
More events
I need an event that is triggered when settings change like, when loop mode changes, when the player is paused etc.
Is that doable @1Lucas1.apk?
6 replies