Whisper

Results 8 issues of Whisper

>重要:请不要删除模板自行填写,所有不按照模板填写的issue,我们将不会处理。 前言: 请务必详细阅读[使用指南](https://copytranslator.gitee.io/guide/)和项目的[project](https://github.com/CopyTranslator/CopyTranslator/projects)并在Issuse中查找您问题的关键词,**您想要的特性有很大的可能已经被实现/已经在计划中/由其他人提出了**,CopyTranslator经过多次迭代,功能越来越丰富(~~复杂~~),不阅读完整使用指南无法完全发挥其功能,如果您阅读完上述内容,确定该特性未被实现/未计划实现。非常欢迎您继续下面的工作提出增加新特性的请求。 **您的功能请求是否与问题有关?请描述一下.** 简明扼要地描述了问题所在。 **描述您想要的解决方案** 简明扼要地描述您想要发生的事情。 **描述您考虑过的替代方案** 对您考虑的任何替代解决方案或功能的简明扼要描述。 **附加背景** 在此处添加有关功能请求的任何其他上下文或屏幕截图。

enhancement

### What problem does this feature solve? I have a global stylelint config, so i set "stylelint.configFile" But I have specific rules in some projects, so I need create a...

### How did you encounter this bug? when stylelint.configFile is a js file vscode-stylelint doesn't work but it work when stylelint.configFile is s json file I use a global configFile...

Needs Repro
Bug

地址会变成一串 ![image](https://user-images.githubusercontent.com/48196776/186093034-10af5b74-aa48-4a71-9651-4bf911e3e98d.png)

![image](https://user-images.githubusercontent.com/48196776/186093574-014af3f0-122c-4deb-9f43-1e76a02697ef.png) 使用vite-plugin-md 0.13后,又会面临路径问题https://github.com/JasKang/vite-plugin-md-preview/issues/34

### 这个需求解决了什么问题: 在没有用触控板的情况下,大多数用户对于横向滚动条还是喜欢以拖动操作为主 对于在这种情况,表格超过一屏时,可以使不在底部时横向滚动条吸底 然后加多个不在顶部时表头吸顶。 效果类似于 ![89368539-5f809e00-d70e-11ea-855a-40041a86295a](https://user-images.githubusercontent.com/48196776/186858357-0c70d20a-c538-49a9-847b-b4699b61897f.gif) ### 建议的 API 是什么样的: 可以加个sticky参数,参考antd-vue的 ![image](https://user-images.githubusercontent.com/48196776/186858512-a633115f-25b0-4e82-9712-7a9347699234.png) https://www.antdv.com/components/table-cn ### 是否已有其他不错的替代方案: antd的table有个sticky参数可以启用这个功能 https://github.com/ant-design/ant-design/pull/25939 https://www.antdv.com/components/table-cn

enhancement

I know we can use vue2 component as a custom renderer. https://handsontable.com/docs/javascript-data-grid/vue-hot-column/#declare-a-custom-renderer-as-a-component But what about vue3.I can't find example. https://handsontable.com/docs/javascript-data-grid/vue3-custom-renderer-example/ Thank you.

Docs: Content
enhancement
Vue 3
Reported

### 描述问题 Description of the problem 1. 鼠标放在屏幕1,开启截图后,只有屏幕1能截图,屏幕2不能截图 2. 多个屏幕如果如果分辨率不一样,那个边界识别框的位置也不太对 ### 重现步骤 Steps to reproduce 1. 使用多个屏幕 2. 屏幕1开启截图,鼠标移到屏幕2,无法使用截图 3. 屏幕1和2如果分辨率不一样,边界识别框框选位置不太对 ### 期望结果 Expected behavior 1. 屏幕2也正常截图 2. 边界识别正确 ###...

bug