stoically

Results 233 comments of stoically

Nice idea. I seem to remember that there was some discussion in #synchronicity:mozilla.org around changing matrix.to to support different riot instances. Maybe if they'd allow passing additional riot instances that'd...

Was running into sinon stubs clashing with autobind as well - is there a chance to reopen this issue or is it considered WONTFIX?

Yep. Basically the `iframe` inside a ``. Or just 100% width and height on a 9:16 display.

Just a drive-by thought, since I'm not sure why that is outright blocked and doesn't ask whether it should download: Maybe it'll work if the blob is embedded in a...

Personally I'd say that changing a feature is not a `fix`. In my mind a `fix` is a bug fix with the primary task to restore intended feature behavior, which...

> Do you have any other prior art or approaches projects take for this kind of commit? Two random commits I just looked up: - https://github.com/yargs/yargs/commit/8639 (drops a feature) -...

> If you have a concrete example that might help me understand. I think the second commit I looked up covers this. The commit changes the behavior of an existing...

> Remember this is about "semverness" If we take semver's > MAJOR version when you make incompatible API changes, > MINOR version when you add functionality in a backwards compatible...

I wonder, did the meeting happen and if so, what was the outcome with regards to this issue?

I've started working on a WebExtensions API Fake (mimicking actual implementation) based on sinon-chrome here: https://github.com/stoically/webextensions-api-fake It's really not much at this point and mainly focused on the needs of...