Shigma

Results 66 issues of Shigma

# Bug Report ### 🔎 Search Terms generator function union contextual typing yield expression ### 🕗 Version & Regression Information 4.8.4 ### ⏯ Playground Link [Playground link with relevant code](https://www.typescriptlang.org/play?#code/C4TwDgpgBAggxsAlgewHZQLxQBQEpMB8OA4hKhAE4CGwyFAPAM7AWKoDmANFM6x97zbsA2gF0iAHx4shuAFBy4aZlABGALlgIU6LADMArqm1oAVDnwBvBTah2oS1CriYoIRBAA2AEygByPzl7KAoIYAMKdAC5AF85IA)...

Fix Available

Bug Type: **`Component`** ## Environment - Vue Version: `3.3.13` - Element Plus Version: `2.4.4` - Browser / OS: `Chrome/120.0.0.0` - Build Tool: `Vite` ## Reproduction ### Related Component - `el-dialog`...

inactive

fix #159 I commented out the lines regarding `node_modules` detection. Already tested in my environment. However I'm not sure what the original intention of this line of code is (performance...

### Describe the bug ```md ## Powered by Vite HERE ``` This header 1. is not properly slugified (expected `powered-by-vite`, actual `powered-by-vite-here`), 2. and cannot be configurated to be properly...

enhancement
build

## `fetch`-based API - [x] https://github.com/koishijs/koishi/issues/1181 - [ ] https://github.com/koishijs/koishi/issues/1266 ## Minato v3 - [ ] Refactor to Cordis ## Sandbox - [ ] Chat Components - [ ] https://github.com/koishijs/webui/issues/41...

plan

Blocked by https://github.com/evanw/esbuild/issues/104#issuecomment-1585516166. See #1140 for details.

`schema.reactive()` 用于声明修改后即刻保存的配置项。 ```ts Schema.object({ foo: Schema.string().reactive(), bar: Schema.string(), qux: Schema.object({ foo: Schema.string().reactive(), bar: Schema.string(), }), }) ``` 如果插件声明了上述的配置项,用户在控制台中修改配置时: - 改动 `foo` 或者 `qux.foo`:直接同步到配置文件 - 改动 `bar` 或者 `qux.bar`:不同步到配置文件,需要手动点击「保存」或「启用」 - 同时修改上述配置:只同步...

feature
domain: schema

本 RFC 用于讨论未来将要引入的官方装饰器支持。 本 RFC 只讨论 Koishi / Satori / Cordis 相关特性。请**不要**讨论与 Minato / Schemastery 相关的话题。 ## 核心思想 在 Koishi 中引入装饰器时,需要确保以下性质: - 以减轻插件开发负担为目标,避免引入重型 DI 范式 - 仅将装饰器作为现有 API 的语法糖,不应涉及任何新概念 ##...

feature
domain: core
plan

### Describe the bug 当使用 --watch 监听配置文件变化后,只要保存配置文件,后续就无法使用 market 插件或 `ctx.scope.update()` 来更新配置了。 ### Steps to reproduce 1. 创建模板项目 2. 使用 yarn dev 启动开发模式 3. 在 IDE 中打开配置文件,并直接保存(无需修改) 4. 在插件市场中进行任意改动 5. 配置文件没有变化...

bug
domain: cli