wvq

Results 11 issues of wvq

#### src/components 里面的组件,想生成时加个前缀,用于区分是包的组件还是自定义的组件。 #### 看了一下配置没有找到方案,有在Component里面设置了name,但生成的dts, 依然使用的文件名来命名了。

pr welcome

### tdesign-vue-next 版本 1.7.0 ### 重现链接 _No response_ ### 重现步骤 ```vue 条件判断false,不会展示此div ``` ### 期望结果 显示content中的内容 ### 实际结果 显示空 ### 框架版本 _No response_ ### 浏览器版本 _No response_ ### 系统版本 _No...

💪🏻 enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

documentation
good first issue

https://github.com/reactjser/vue3-virtual-scroll-list/blob/1a60766cd0cd1702899925cafc93efa7f6da80b7/src/virtual-list.tsx#L256-L271 这里3ms不够,可能在渲染新数据完成前获取高度。 参考 [https://developer.mozilla.org/zh-CN/docs/Web/API/Window/requestAnimationFrame](url) 一般情况每秒60次回调,就是17ms回调一次,设置成大于17ms的值才行。 页面比较卡的时候还是会有问题,以下写法更稳妥点: ```javascript const scrollToBottom = () => { if (shepherd.value) { requestAnimationFrame(() => { requestAnimationFrame(() => { scrollToOffset(shepherd.value[isHorizontal ? 'offsetLeft' : 'offsetTop']) }) }) }...

I want to control enable/disable on:tap, but: ```svelte let on = View.prototype.addEventListener View.prototype.addEventListener = function (arg: string | GestureTypes, callback: (data: EventData) => void, thisArg?: any) { console.log(this, arg, callback)...

As kinto not work for buildin terminal in vscode. This is a simple key mapping to make it work. The keyboard shortcuts for the vscode terminal, make ctrl+c (interrupt) ,...

enhancement

I wrote a simple code to serve static files, but its performance is too slow. Did I miss any configuration or code ? CPU: i5-10400 ```rust use poem::{endpoint::StaticFilesEndpoint, handler, listener::TcpListener,...

question

### Describe the bug Can't set below permissions on macOS, error: "error deserializing scope: unknown path". but included in `../gen/schemas/macOS-schema.json`. ```json { "permissions": [ "fs:allow-exe-meta", "fs:allow-exe-meta-recursive", "fs:allow-exe-read", "fs:allow-exe-read-recursive", "fs:allow-exe-write", "fs:allow-exe-write-recursive"...

type: bug
status: needs triage

### What's happening? when define more than one custom arguments optional callback. If only one callback using custom arguments, the other callback's arguments are primitive types, it's OK. Otherwise, build...

swift
nitro-core

- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.0 ### Environment antdv 3.2.0, vue 3.2.33 ### Reproduction...

enhancement