Andrii Malytskyi

Results 16 comments of Andrii Malytskyi

Also related to #1321 eclipse newsroom API sends broken author data and breaks avatars in the news section ![image](https://user-images.githubusercontent.com/6061000/197802321-f900f5f7-b280-4d8a-b906-e5845c686684.png) P.S. I can open separate issue if needed it's more #1321...

@ericpoirier I still see an issue when I change both params: ![image](https://user-images.githubusercontent.com/6061000/215174005-a92ac46a-636d-4367-98fc-e0b1c283f53e.png) If you go by UI `news-type` should be news-filter or news_filter or filter. And tags should be the...

@Fisch03 Issue was mostly in `Popen` silently failing. Fix in PR #17, single command change in `main.py` file.

@jerico-wf XML is not 100% valid because Chrome cannot process schema with self-closing tags. Schema URLs http://www.sitemaps.org/schemas/sitemap/0.9 and http://www.w3.org/1999/xhtml are redirected to **https** which prevents XML viewer from processing them...

Another observation, for now I have a fix for myself so no hurry. To fix it I rolled back video.js to v7 and using latest hls.js as a plugin. e.g....

@aalekz Sure [here stackblitz](https://stackblitz.com/edit/vitejs-vite-kh7hhqck?file=index.html) with example radio and stack I shared in this ticket. P.S. HTML tag could be `` instead of `` I used (both work, video just allows...