Julio Felipe Angelini
Julio Felipe Angelini
Just a small note: In your tests you're using pre-fulfilled/rejected promises, but when using pending promises, I think it is correct that `should.eventually.equal()` and `should.be.fulfilled.and.eventually.equal()` behave differently. The first one...
There's also the "avoidEscape" setting in eslint, which is pretty useful for readability, be it with single or double quotes.
Please, not this. Quote tweet notifications and back-links are precisely one of the things that catalyses toxicity on Twitter making it such an awful place. People use that to pick...
I saw the poll. If you present one in a way where the first logical leap people will have is "someone may be talking about me and I'm not notified...
But I'd be interested if you asked your followers why they want to be notified, and what would they use that feature for. Same for the ability to see who...
I can. ```javascript 'use strict'; const chai = require('chai'); const chaiAsPromised = require('chai-as-promised'); const lodash = require('lodash'); const sinon = require('sinon'); const sinonChai = require('sinon-chai'); describe('DataControl', function() { chai.use(chaiAsPromised); chai.use(sinonChai);...
At the very least we could have something like this for `require`s, like `proxyquire` does, but with `rewire`'s injected setters / getters too.
https://github.com/mastodon/mastodon/issues/13291