Kha'Zix

Results 30 comments of Kha'Zix

老板喜欢,真的是很重要

@tsingwong ## try this: ### step1: Use `where node` to see the node path ```sh $ where node /Users/jiangzhiguo/.nvm/versions/node/v10.15.3/bin/node ``` ![image](https://user-images.githubusercontent.com/22312092/59771679-d2e20900-92dc-11e9-943f-bc468fdc8e80.png) ### step2: Copy above text to script ![image](https://user-images.githubusercontent.com/22312092/59771762-fad16c80-92dc-11e9-98f7-b3cb29cbf564.png)

Same issue here. ```sh git push --follow-tags origin main ``` ```yaml name: Create Release on: push: branches: - main # Sequence of patterns matched against refs/tags tags: - 'v*' #...

## **给你们一个可以装饰class内 箭头函数的 debounce 封装** example: ``` class A { @debounce_next({delay: 400}) scrolling = ()=>{ console.log('hahah') } } ``` ``` /** * @description 防抖动:(decorator)可装饰类内箭头函数 * @param {object} params - 配置...

## Iterator 版: ```js const getIterator = (iteratorable) => iteratorable[Symbol.iterator]() const getDataType = (data) => Object.prototype.toString.call(data).slice(8,-1) const isArray = (data) => getDataType(data) === 'Array' const flatten = (arr,deep=1) => {...

> **_神仙题,,,看不懂咋办_** 那就多学呗,[https://github.com/Advanced-Frontend/Daily-Interview-Question/issues/156#issuecomment-512079990](https://github.com/Advanced-Frontend/Daily-Interview-Question/issues/156#issuecomment-512079990)

有开放 API 或者支持“通过 url 的 query 参数来查询”,我这边可以抽空做一个 alfred workflow

这里是不是手误啊 ![image](https://user-images.githubusercontent.com/22312092/79720781-cde25180-8313-11ea-9e15-a825ef2bb5d5.png)

不对应啊: `--skip-git` => `--skip-npm` ![image](https://user-images.githubusercontent.com/22312092/79722139-1c90eb00-8316-11ea-8d4d-540387db249c.png) 另外,我看[官方api](https://github.com/lerna/lerna/blob/master/commands/publish/README.md),你这里有参数没找到,有的参数都Deprecated了,