Marcin Rataj

Results 493 issues of Marcin Rataj

quick brain dump: - everything works without server-side code - nice to have: run headless browser in isolated sandbox as a permanent seed/relay - player - `js-ipfs` is lazily loaded...

feature request

> The bad news: from Firefox 55 onwards, Selenium IDE will no longer work. Ref. - https://seleniumhq.wordpress.com/2017/08/09/firefox-55-and-selenium-ide/ - https://developers.google.com/web/updates/2017/04/headless-chrome - https://adriftwith.me/coding/2017/04/21/headless-slimerjs-with-firefox/

See if this can be leveraged to run in fullscreen: - https://developers.google.com/web/progressive-web-apps/ - https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/

ux

- update `README.md` - document `&autoplay` in Iframe context

This will improve UX for less tech-savvy people. This will be a simple add-on, so we should be able to share WebExtension code (https://github.com/lidel/yt-looper/issues/211)

ux

This will improve UX for less tech-savvy people. Additionally, I'll learn [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) which will be useful for [ipfs-firefox-addon](https://travis-ci.org/lidel/ipfs-firefox-addon) ;-)

ux

CI is a mess, fails randomly due to network errors. Tests run at TravisCI should be run against mocked 3rd party API responses. Ref. http://wiremock.org

devops

Ref. https://blog.cloudflare.com/announcing-support-for-http-2-server-push-2/

devops

PhantomJS does not support `` fully, but we could do a bare minimum: see if element is created in `#editor` and inside of `#box`

help wanted
devops

It should could work with `#v=` similarly to HTML5Player and be triggered by full Vimeo URL: `#v=https://vimeo.com/36160893` and simplified notations: `#v=vimeo.com/36160893` and `#v=vimeo/36160893`. Reference: - https://developer.vimeo.com/player/js-api

feature request
discussion