Oskar

Results 91 comments of Oskar

Is it on production or staging database? Any channel or a specific channel? At least I don't see any error on my radio.

- [x] Remove async images https://github.com/internet4000/radio4000/issues/161 - [ ] Remove async favorites - [ ] Remove async tracks?

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

Is it on /add or via the modal window? I just looked, and we're not using the paste even any more. We have an `{{input-paste}}` component, which is only used...

Good find. https://github.com/internet4000/radio4000/blob/master/app/helpers/link-hashtags.js#L6 https://github.com/mathiasbynens/hashtag-regex // https://regex101.com/r/pJ4wC5/121 ?

I tried to do it for the model `hasDirtyAttributes`. But couldn't make it work because of the way we use a proxy object to hold the changes to the channel...

Now there's a 'No changes to save' notification, so it doesn't feel like a bug anymore to me. Would still be nicer if the button was disabled but yea…

Local data caching is a very nice idea. Imagine how fast it would be if nothing but the youtube video itself had to be fetched. Also worth noting is the...

More evidence we need to do something: loading https://radio4000.com/oskar/tracks in my Chrome takes ~10 secs whereas my Firefox quantum consistently takes above 20 seconds. Something is going on. Added `ember...