Scott Trinh
Scott Trinh
I'd be careful prescribing an extension for this, since a lot of people uses `*spec*` to match test files, but I'm sure there will be a way to have whatever...
@zkat I'd be happy to jump in here. Not sure how Bluebird deals with the presence of all three callback arguments, but I'm sure we can either work around that,...
@sutarmin True, but isn't `RemoteInitial` more precise than `Option`? And on top of that precision, removing it is a huge breaking change. And for what? @raveclassic > However in 100%...
@raveclassic I _do_ like that pattern, but what about non-collection-like entities such as `/me`? I'd imagine that'd be modeled more like: ```ts interface ProfileState { me: RemoteData; } const initialState...
@raveclassic Good point! I still don't think you would "start with pending" in Redux (at least I wouldn't in my current app) until some component mounted that called the action...
Running into this error under similar conditions: Electron-Builder: 6.3.5 Electron: 1.3.4 Both the application that is updating and the update are signed by the same certificate, and there doesn't seem...
I discovered my particular issue was related to serving my file from a root url. In other words, my test situation was set up to respond to `localhost:3001` with the...
I would imagine it's not worse than just using font-size, but I agree that we should try it out on different types of websites and see how it feels. I...
I'm amenable to being sensitive to how our symbols can add stress to our everyday lives. As proposed, this would be a breaking change, and would have pretty far reaching...
FWIW, `strict` implies `strictNullChecks`, so I think our stance is still "enable `strict`" since we rely on the most strict behavior possible. The fact that you can opt out of...