Edvard Chen
Edvard Chen
##### Checklist - [x] `npm test` passes - [x] tests are included - [x] documentation is changed or added - [x] contribution guidelines followed [here](https://github.com/nodejs/citgm/blob/HEAD/CONTRIBUTING.md)
``` javascript // entry class ArticleTags extends React.Component{ render(){ return ( ) } } // Commponent A export default Transmit.createContainer(A, { initialVariables: [], fragments: { dataA: () => {} }...
Currently, the font size of the flashcard is 16px, although the user might change the font size for the editor in the setting panel. For Example, I changed the font...
Instead of offering three dimensions (ext, directory, filename) to match files, I think we can just match files with glob patterns. That will ease user setting and plugin maintenance. if...
Since we have kept reference of timeout handle, is it necessary to add expire as a property and check it every time we call get method? Is not obvious that...
Is there any ongoing related work on addressing the constraint point 5?