Twilight

Results 57 comments of Twilight

You should specify metadata value while creating queue: ```js const queue = player.createQueue(interaction.guild, { metadata: { channel: interaction.channel } }); ``` Now you can access that channel via metadata object...

is it possible to make these errors more meaningful? Right now it's hard to debug what exactly went wrong because most of the errors are like ```js Error ... code:...

Instead of `createGifCanvas`, would `canvas.getContext('gif')` be a better option? Otherwise we will have to add more and more `createXyzCanvas()` in the future for pdfs and other targets. Since this is...

> If the https://github.com/DioxusLabs/taffy project goes well and covers all the Yoga features, we might want to switch to that. Taffy has block layout in its roadmap. This also seems...

I have yet to decide how exactly to shape this image. My current plan is to mirror the ui of https://with-react-tweet.vercel.app instead, but feel free to suggest 😄 response to...

> Still relevant? Yes

Current discord-player website is built with https://nextra.site and uses https://npm.im/typedoc-nextra to generate documentation files (markdown or json) via typedoc. * Source code can be found here https://github.com/Androz2091/discord-player/tree/f3f9aa30bf0ccfe28e05f97691744d3716be4ce2/apps/website * Script can...

> > How can this component be edited to be used in a form with maybe ToggleGroupPrimitive? > > We can do like this : > > ```ts > >...

This indicates that the image url you are using is invalid. You can try changing the image url for `loadImage` function.