Oswaldo Acauan
Oswaldo Acauan
It would be really nice to have who closed the task. It's a good feature for shared TODO lists. ``` My List: ☐ Add x ✔ Remove Y @done(2016-04-02 21:46,...
Add a next post cover and transition, like on Medium.
OS: Ubuntu 16.04.3 LTS Atom: 1.26.1 x64 Plugin: 0.5.6 atom-terminal-tab does not handle `home` and `end` keys.
I have an async action that `dispatch` multiple actions and then call a `getState` to perform the actual async operation, something like this: ```js const initialState = { sleeping: false,...
We are currently in the middle of a migration from some of our apps to a monorepo and we noticed that the deployments for those apps got infinitely slower. It...
I would expect that when extending a preset it would respect the `skipValidation` flag of where it was extended, instead it _only_ follows the preset `skipValidation` configuration. ``` // packages/auth/env.ts...