Oskar

Results 91 comments of Oskar

it's not immediately clear but ember-cli-head is actually a dependency of ember-page-title, so we already have it - and can use it :] Example: - https://github.com/internet4000/radio4000/blob/master/app/channel/route.js#L29-L36 - https://github.com/internet4000/radio4000/blob/master/app/templates/head.hbs

Also, these meta tags enable the r4 player embed on twitter https://zesty-cold.glitch.me/3.html

Related https://github.com/internet4000/radio4000/issues/233

regarding why there are some good reasons on https://radio4000.com/auth/signup to start with

- explain it's open source and where the code is

Yes! Have to remember to use shift+s to avoid conflict with shuffle.

Continuing on this, consider doing it like we do for the youtube title with `automaticSetTitle()` (observer) and `fetchTitle()` (ember concurrency task) in the same file. Then you get loading state...

This is still a problem in https://github.com/internet4000/radio4000/pull/298

It happens when we use the normal ``. When we use Ember's `{{input}}`, the keyboard events don't trigger more than they should. So… to close this issue we have to...