Oskar

Results 91 comments of Oskar

Seems the change to include `drake` in the event arguments hasn't been released yet. We could try to ping @kalcifer for a new release :)

I'm not sure how to test the `didUpdateAttrs` method there. Normal drag/drop seems to continue to work without it? @pksjce any ideas?

Yes, a plain one makes sense to me, too. Don't believe Lit is needed, since it's really about rendering a single element and it looks like you have all the...

Tried to temporarily disable Cloudflare caching and that also seems to solve the issue without any change on radio4000.

Else we can remove ember-service-worker for now, see if that works, and write our own service worker later.

@nellarro with pleasure, thank you! Let us know if we can assist in any way. The radio cards we have everywhere on the site is called `channel-card`. Inside it there...

Either solution seem fine to me. Maybe I prefer the route here, since the `track` route is very light, so no real need of a modal there?

Makes sense. So, when a track is played, we need to check: `if currentSelection && !currentSelection.contains(playedTrack) ==> reset playlist` ?

Sounds good. Only challenge I see is how we can get the YouTube embed/preview when we share the track URL? Also, what happened to our own oembed endpoint?