WD

Results 14 comments of WD

After verification, under the premise of the same environment, the pop-up window after construction can work normally. You can take a look at this example: https://github.com/techbirds/my-vue-app ``` pnpm i pnpm...

> 这个只能解决固定格式的 format 吧 Well, this pr is mainly to solve the problem that the quarter cannot be selected by entering [year]-[quarter] in the text box. What do you mean...

> Hey @techbirds, maybe @mnapoli or @medikoo will be able to help out thanks. @mnapoli Do you have time to help review?

> Hey @guruavvaru - thanks a lot for reporting and sorry you've run into trouble. Are you still running into this problem? We currently have it set strictly to 30...

Lerna最大的优点: Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. 作者说的优点其实没有lerna也可以实现。

可能我没表达明白,只是觉得作者的这篇文章没有表达monoRepo的核心作用,你说的优点和缺点都没问题。不过也可能是我没get到你的点。@pigcan

![10](https://cloud.githubusercontent.com/assets/3411696/8322413/50d6d48c-1a67-11e5-820f-2ad9c220252a.JPG) var sizeOf = require('./lib/index'); var dimensions = sizeOf('xxx.JPG'); console.log(dimensions.width, dimensions.height); error: TypeError: Corrupt JPG, exceeded buffer limits

> Hello @techbirds, where exactly? ![image](https://user-images.githubusercontent.com/3411696/183318817-75693f45-56a7-419c-967f-de818e32d328.png)