Yves Glodt
Yves Glodt
I am currently looking into creating a kind of proxy which I will use as mpd url. This proxy will start rtl_fm and pipe its stream into ffmpeg or vlc...
It works definately with the polyfills in my Angular projet. This issue was about the fact that the demo does not work with IE 11.
Info as of June 2019: The error shows up as expected in Chrome, so no problem there. In Firefox however, it only shows up after the second time you open...
It can be done, this can get you started: ``` Mpd mpd = final Player player = mpd.getPlayer(); final Playlist playlist = mpd.getPlaylist(); playlist.clearPlaylist(); final MPDSong s = new MPDSong();...
This seems also to happen with a paper-card. Depending on where I tap on, e.target is in my case one of the nested elements inside paper-card.
I have tried using paper-listbox multi selected-values="[1, 2]", and for it it only worked if the numbers are provided as String: `["1","2"]` Note that I use `attr-for-selected="value"` with `AAA` etc
I stumbled across https://www.npmjs.com/package/file-saver-es which seems to address this issue. Not sure how "official" this package is however.