Wenbo Jie

Results 9 issues of Wenbo Jie

IE needs to include babel shim file.

bug
wontfix

https://saucelabs.com

enhancement

We use `node/no-missing-import` in a typescript project, the configuration we are using now is: ``` node/no-missing-import: # recommended error - error - tryExtensions: # default does not include TypeScript or...

enhancement
accepted

**Prettier pr-3747** [Playground link](https://deploy-preview-3747--prettier.netlify.com/playground/#N4Igxg9gdgLgprEAuEBDABAXncaT0wAWAlgM4B0ATnKgCbQA2AngDpToedffcD8ObHkOHcA5KSZQwSAArUAtsQCu8gMowmDOKPxEygkYcPklAB1qp4AfWp1GTKzFTEGESlcgA3OJQA0Bo0D0cUlpAHkAdygfUhJTdUolMBglah0CElIAoJyTc0s4Gxp6KGZHZ1d3Lx9-dhyjbPrOAF9G+vxgNqauUTBCVCgAczgkMAZiBBgrcYAzQogomLirUhhE5NSR4ihTJSnPVAYlbXwACgBKLAA+Lu6ePQpZwphzR0pUFVQVuC1k6YhBsQwKdeuNJqJzrU7sJev0hiMxhNYI5XgtopRYsRTCs1kkUtQkNtdvtDsd0hdrrdoZwHuQnijaG8PvIvqQfnA-q5AcDQUiYBCodDWnUOM0QL4QBBTDBiNBSMhQKhKJQFjIlQh5ShUJ4IMRaOK0KtkDNDmyJQAjd5gADWcBgqlMqDA20GyFxcAl9DAxtNHpA2zZlBgclQgxZPoYZpAACtSAAPABCVtt9tQ8jgABltnAI1GIHtiQAmXN+x0YnzIEDm1DmzTQA2mSjbGAAdT1RGQAA4AAwSxsQNkt96mSuNuCB7wG6gARyUxGoIbDqBLErZijdiT9pBdWgAikoIPAVyAnOa27QO0gACwStYVF0AYQg8nDKCg0BzEqUbIAKjXNSakZwM0zRAA) ```sh --tab-width 4 ``` **Input:** ```jsx a = {on: this.readonly ? { 'sync:PremiumStyle': this .update_readonly_tailor_cover, 'sync:OwnershipStructure': this .update_readonly_tailor_cover, } : { 'change:client_life_ownership_structure:input_value': () => this.life_tpd_trauma_select_logic('client'), 'change:client_tpd_ownership_structure:input_value':...

type:bug
lang:javascript

It seems if I open a folder inside a vscode workspace, it can't find the correct buleprint-templates folder. ![image](https://user-images.githubusercontent.com/551329/47402469-78b29780-d791-11e8-89f3-e51ae8c3ec1b.png)

I setup the server and make it running successfully, and I add the config in electron to send crash report to this address, then I use `process.crash()` to fire a...

First of all, thanks for this wonderful project. When I started to do the binary-search challenge, I found there maybe some issues about the last test(the lookup count one). I...