Yiming Li

Results 17 issues of Yiming Li

Currently, the bundled size of picgo core when bundling all of its dependencies with minification is 2MB, which is very large. I think the CLI part is the heaviest part,...

enhancement

现在编译出来的 dist 包含了 src 目录,这样做的目的是什么呢?是不是因为需要 `-v` 查看版本号引用 package.json 所以保留了原始的 src 目录结构? ![image](https://user-images.githubusercontent.com/24741764/85146478-2e442f80-b280-11ea-9d60-592efc6eb0a0.png) 这样做会造成 import 的时候出现这样的语句: https://github.com/PicGo/vs-picgo/blob/e8b30b72f5c68a0a31ea98302603968f85ab93bb/src/utils/index.ts#L4 总感觉这样有点奇怪,又有 dist 又有 src,语义上有点歧义。 或者说 vs-picgo 在引用的时候是不是应该直接 import src 文件夹下的内容(`import { ImgInfo } from...

enhancement

**Describe the bug** Input App.vue: ```vue .test-1 { @apply bg-light-700; } @layer base { .test-2 { color: red; } } ``` Output: ```css .test-1 { --tw-bg-opacity: 1; background-color: rgba(233, 236,...

bug

Hi, Thanks for your great work on Swin-UNETR, I am trying to run pre-training on another dataset (~2000 CTs). But the loss curve seems not to be decreased: Could you...

**Describe the bug** Swin UNETR pre-trained model weight has keys not compatible of load_from in fine-tuning task **To Reproduce** Steps to reproduce the behavior: 1. pre-train the Swin UNETR model...

HITMers 的语言变量全部保存在 [locales.js](https://github.com/upupming/HITMers/blob/dev/client/utils/locales.js) 文件中,目前仅支持中文、英文,未来计划支持博物馆的所有讲解语言: + 俄语 + 韩语 + 日语 + …… 针对目前不太好的英文翻译也可以加以改正。

help wanted

Hi, all `docsify-katex` users: Thanks for using `docsify-katex` and I really hope people can benefit from this small project. If you would like to share your works and configuration of...

welcome
demo-projects