Erik Griffn
Erik Griffn
@lucasgismondi Yes with Spotify's current API the only way to stream music is using AppRemote. Has to do with their licensing agreements I believe. When you do the initial authorization...
This is still an issue correct? @straight-shoota I couldn't find the select keyword in the reference
I was able to get a build working using the following, but it's quite messy: ```jsx import '@justinribeiro/lite-youtube'; import { LiteYTEmbed } from '@justinribeiro/lite-youtube'; type CustomElement = Partial; declare global...
@justinribeiro note: I actually had to remove the `import '@justinribeiro/lite-youtube';` line to get this to compile. Otherwise building throws an error `ReferenceError: HTMLElement is not defined`. I'm using Gatsby, and...
I'm also having the issue whereby a `` tag that is conditionally rendered _later_ does not add the `class="hljs script-type"` to the `` blocks and also not include the individual...
That's great to hear. In the meantime, perhaps opening up to some of the community who wants to contribute would also be helpful. I wouldn't mind starting to put together...
Yes please do a release and publish to npm. None of these changes are actually hitting the users of this library, @Jefiozie @northteam @DarkIsDude
+1 for clarification on the width config
Is this project still live?