Jian Guo
Jian Guo
This is a fantastic workflow! I'm a heavy user of VPNs, so I'm desperately want this workflow to manage all my VPN softwares and the VPN configured natively in the...
Same as [import/newline-after-import](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/newline-after-import.md). There are many rules in ESLint that would make more sense if they were handled by a format tool.
[DocumentSymbolProvider](https://code.visualstudio.com/docs/extensionAPI/vscode-api#DocumentSymbolProvider)
My partiial `_navbar.hbs`: ``` Dawn Hello {{#each navbarItems}} {{title}} {{/each}} ``` My page `index.hbs`: ``` {{> navbar }} Home, {{name}} ``` I custome task in `Gruntfile.coffee`: ``` // require handlebars...
**Use ES7 async function** ``` @autobind async handleSubmit() { this.setState({ loggedIn: true }) } render() { return ( Submit ) } ``` **Error message** ``` Uncaught (in promise) TypeError: Cannot...