joy-yu

Results 5 issues of joy-yu

### Environment 不是很重要 ### Reproduction link [https://www.iviewui.com/components/radio](https://www.iviewui.com/components/radio) ### Steps to reproduce 调整浏览器缩放即出现问题。 ### What is expected? 圆形框部分是完美的圆。 ### What is actually happening? 圆形框部分会变形。 ![image](https://user-images.githubusercontent.com/9348314/113241131-a2683500-92e0-11eb-87b5-0914fd8302c8.png)

Maybe we can support more higher versions of `monaco-editor` in the `package.json`. ```json "peerDependencies": { "monaco-editor": "^0.18.0 || ^0.19.0 || ^0.20.0" } ```

**Describe the bug** with "v-else": ![image](https://github.com/lokalise/i18n-ally/assets/9348314/200a017a-0051-44a0-bd8d-e82fc9f959a7) no "v-else": ![image](https://github.com/lokalise/i18n-ally/assets/9348314/bf43891d-fc38-4936-b0e5-12208ab1fe66) **Extension Version** v2.12.0

bug

The issue is very similar to the case https://github.com/vuejs/language-tools/issues/3776. But it only fails in style area. VSCode Version: 1.87.2 Vue - Official: v2.0.8 https://github.com/vuejs/language-tools/assets/9348314/443a98cd-5666-4ebb-a5d4-2a1bb8f2ef39

Skip uploading parts if they are already listed in uploadedParts. ### Description In our biz scenario, we record `uploadId` `uploadedParts` `bytesUploadedSoFar` params to preserve information about uploaded parts. When an...