Zeng Liang

Results 5 issues of Zeng Liang

``` atom-live-server 2.2.0 node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-electron-v1.7-darwin-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (electron-v1.7 ABI) (falling back to source compile with node-gyp) Agreeing to...

### Optimized #### package.json ```js "main": "dist/displace.min.js", ``` to ```js "main": "src/displace.js", ``` #### src/displace.js dispatch ```js import { generateClamp, isRelative, generateMoveFn } from './utils'; //updated import { // mouse...

i need a saga example , more formal example :)

# Description adoptStyles every time cover the previous. see : https://github.com/lit/lit/blob/b6cf6002813533ad76998994cab1b4854450e8ef/packages/reactive-element/src/css-tag.ts#L143 Fix it ```ts (renderRoot as any).adoptedStyleSheets.push( ...styles.map((s) => (s instanceof CSSStyleSheet ? s : s.styleSheet!)) ); ``` ## Browsers...

I am very interested and have time to contribute.