maple-leaf

Results 18 comments of maple-leaf

Approved on firefox happen when image has a mask on it, solved by set `pointer-events: none` to mask

For anyone who have this issue, and before the fix PR is being merged, you can try the fixed version: `@maple-leaf/go-npm`

I think we can fix this by patching the jest-worker, when detecting a circular error, just fail the case. ``` diff --git a/node_modules/jest-worker/build/workers/processChild.js b/node_modules/jest-worker/build/workers/processChild.js index a4f5acb..4c2a018 100644 --- a/node_modules/jest-worker/build/workers/processChild.js +++...

``` request.get "http://example.com/?s=foo", (err, response, body) -> ``` I think this might be caused by the `=` sign in `?s=foo`

@stephen776 the added tsconfig inside app is used for app.development.ts only, which has a different entry and outDir config.

There's a plugin [jsdoc-escape-at](https://www.npmjs.com/package/jsdoc-escape-at) can help

@TheBB yes. The branch name will not update if file content has not diff between two branch.