tuhana :3
tuhana :3
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
i guess these errors are related to the library ts version vs local one you're using
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
TIL
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
oh tsc doesn't really like deps typings
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
yeah because that ignores dependency declarations
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
thats actually weird
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
maybe clean install deps?
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
wouldn't be surprised if that was the issue
43 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 12/26/2024 in #djs-questions
npx tsc error
why is typescript not a dev dependency
43 replies
DIAdiscord.js - Imagine an app
Created by Reinderek on 12/19/2024 in #djs-questions
help error discord.js 13.17.1 giveaway command
its as simple as going to discordjs.guide, opening the from v13 to v14 guide and changing some things
9 replies
DDeno
Created by Poncho on 8/30/2023 in #help
Deno deploy --allow-write permission.
but the file system on Deno Deploy is read-only
3 replies
DDeno
Created by patwasalinguist on 8/29/2023 in #help
Deno KV: Should I expect 'value too large' errors inserting a JSON file with kv.set?
KV is still an unstable feature, so it's subject to change, maybe you can create a discussion about it on GitHub or at #general
6 replies
DDeno
Created by patwasalinguist on 8/29/2023 in #help
Deno KV: Should I expect 'value too large' errors inserting a JSON file with kv.set?
Error is obvious, you can put maximum 65536 bytes of data and apparently your data is bigger than that.
6 replies