fregante

Results 1503 comments of fregante

Some Parcel config can be copied from https://github.com/pixiebrix/webext-messenger/commit/2a4ab7da2b28e92757bda81ed71bcb188a23c736#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

> in the `package.json` file This is not possible, but documentation can be added to the readme

Yes, but web-ext only needs a mention because it’s not used here directly and it’s not technically required. It’d be great to add a “getting started” section to replace “how...

For discussion you can open a draft PR

I think he's referring to the build since one would expect it to copy everything from `source`. I think a few things need to be documented: - [ ] how...

> I'm sure that Apple would not want this extension on their store, even for testing. Given that Safari publishing can only be done by Mac developers that pay $99/year,...

Something like this: ``` HTMLMediaElement.prototype._play = HTMLMediaElement.prototype.play HTMLMediaElement.prototype.play = function () { console.log('playing'); this._play(); } // youtube Audio.prototype._play = Audio.prototype.play Audio.prototype.play = function () { console.log('playing'); this._play(); } // 8tracks...

Possible solutions: - https://github.com/nwjs/nw.js - https://github.com/atom/electron/ - http://tylergaw.com/articles/building-osx-apps-with-js Examples: - https://github.com/sindresorhus/gulp-app Ideas: - Spotify support - iTunes support - Radium support - Media keys support

https://github.com/beardedspice/beardedspice

Depends on #7 and "maybe" on #1