Oskar
Oskar
Hi, if your library depends on an external package, how can you build for ``? Bonus points if you can make it work as CJS, too. Here's our library ```js...
As bower is being phased out of ember-cli we should move the dragula dependency to NPM. And make sure it is not loaded in Fastboot environments.
Hi, could you push a new release? Could use the fastboot fix. Thank you :)
Hi, there was a stray `console.log` in the code. This removes it.
The web component version of unpic currently requires markup like this ```html ``` I'd like to discuss an alternative markup: ```html ``` The first advantage here is that it'll work...
In iOS Safari + Edge I can't access radio4000.com since moving to Cloudflare pages. Two ideas: - our service worker doesn't work on cloudflare pages? In long run I'd like...
.. when I go to radio4000.com/add without being signed in, it redirects me to the login page. Would be neat if it redirected back to whichever page you were going...
The reduced-motion media query is something users can control on the OS-level. This article explains how to use it, like any other media query, inside the `` element to show...
Because four channels in my player history have been deleted since they were added to my history, I can not clear the history using the button on https://radio4000.com/history. It appears...
Because of https://github.com/internet4000/radio4000/issues/70 TLDR: A channel's favorites are stored in `model.favoriteChannels`. If one of those channels has, for whichever reason, been deleted, ember-data throws an error and we are stuck.