oliverhuynh

Results 4 issues of oliverhuynh

Hi, I love the module a lot. I'm wondering if there is any plan on writing the thumbnail view yet?

Two changes in this pull request: - Android to be able to build with packages.json ready - Python script start bug Nice work bro!

Is anyone meet following error or only me? ``` node:internal/crypto/cipher:199 const ret = this[kHandle].final(); ^ Error: error:1C80006B:Provider routines::wrong final block length at Decipheriv.final (node:internal/crypto/cipher:199:29) at decrypt (/home/oliver/localprojects/read_cookie/node_modules/chrome-cookies-secure/index.js:41:19) at Statement. (/home/oliver/localprojects/read_cookie/node_modules/chrome-cookies-secure/index.js:416:23)...

/src/commands/clear.ts ``` import { createCommandConfig, logger } from 'robo.js' import type { ChatInputCommandInteraction } from 'discord.js' export const config = createCommandConfig({ description: `Clear user's chats` } as const) /** *...

question