Shigma

Results 66 issues of Shigma

在 discord 中,如果频道被删除,将会导致 github 等主动推送的功能产生大批量报错。因此应该在频道被删除或更改权限时自动更新数据库。

feature

尽管目前的 ORM API 已经覆盖了大部分使用场景,但仍然有一些不被支持的行为。为此,我们需要引入更强大的 Query Builder 来实现更多的数据库操作。此提案为 Koishi 补全了常见数据库 select 特性的支持,包括下列特性: - group by 子句和 having 子句 - join 运算符和 on 子句 - order by 子句和 select 子句后允许出现表达式 - 子查询...

plan
domain: orm

First a lot thanks for authoring this great package. It's really much easier to use than monaco-editor 🤣 I'm trying to migrate monaco-editor to monacode because I just cannot build...

yaml-register behaves quite different from other register packages: esbuild-register, ts-node/register, tsconfig-paths/register, ... In convention, a package named foo-register should be able to be used with `node -r`, or a package...

#### source file ```ts import { resolve } from 'path' export function getEntry(name) { if (process.env.BROWSER) return require('default') return require(resolve(base, name)) } ``` #### --bundle --platform=node --tree-shaking --define:process.env.BROWSER=true I can...

Developers who wants to extend the theme may use libraries depending on different versions of vue, causing client errors. Adding vue to `resolve.dedupe` can avoid such conditions.

I recommend keeping default vite cache directory under `.vitepress` for the following reasons: - When the codebase its depends on vite, cache stored in `node_modules/.vite` would overwrite each other, causing...

**环境信息** go-cqhttp版本: 1.0.0-rc3 **需要添加的功能内容** 过去的倒计时自动选择、重启功能主要是为不方便输入的场景设计的,但过短的 timeout 会导致用户操作非常容易超时,过长的 timeout 又与设计初衷相违背。我建议取消倒计时逻辑,改为直接判断环境: - 在 TTY 环境下:无倒计时逻辑,一直等待用户输入(或保留倒计时但加长时间为 10min,确保不会超时) - 在非 TTY 环境下:在选项处直接进入默认分支,在非选项处直接退出 TTY 环境的判断可以使用 。 如有需要我愿意提供 PR。

feature request

## Adapter - [ ] Message Elements - [x] Message elements - [ ] Inline elements - [ ] Fallback rendering - [ ] `bot.supports` - [ ] Koishi Play...

plan