bsdayo

Results 13 issues of bsdayo

What kind of issue is this? - [x] **Feature Request**. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to...

registry

上游有 yacd 的官方 Docker 镜像可以直接使用,但是好像没有看到 yacd-meta 有 本地尝试编译本仓库 Dockerfile 发现没有问题,请问是否有官方推送至 Docker Hub 的计划? 这样会方便一些,谢谢

### Is your feature request related to a problem? Please describe. Usually it's useful to mix two fonts in a single text element, as many asian fonts do not have...

enhancement
managed on taiga

### Is your feature request related to a problem? Please describe. I am working on a blog based on VitePress. In my current situation, I need to extract tags from...

### Describe the problem related to the feature request 框架需要提供自动生成帮助信息的功能。 ### Describe the solution you'd like 构造 `FlandreApp` 实例时,自动根据已有插件生成帮助信息 通过 `help` 指令获取 例如: `help aaa` `help aaa.bbb`(应等同于 `help aaa bbb`)...

feature
area-fx

当前同时只能使用一个指令前缀,定义在 `FlandreAppConfig.CommandPrefix` 里 添加一个 `CommandPrefixes` 配置项,接受一个 `IEnumerable?`,不为 `null` 时优先级大于 `CommandPrefix`。

feature
area-fx

### Describe which part of the docs is problematic 整个文档 ### Describe the problem related to this part of the docs - [ ] 没有一个完善的用户引导 - [ ] 大部分框架内容都没有进行解释 -...

docs

### Describe the problem related to the feature request 允许指令重载可以提高指令定义的灵活度 ### Describe the solution you'd like 同一个指令,接受数种不同的参数列表,并自动判断使用不同的处理函数。 定义时通过指定同一条指令实现: ```csharp [Command("cmd")] public MessageContent OnOverload1(CommandContext ctx, bool arg1) { /* ... */...

feature
area-fx

### Describe the problem related to the feature request 指令解析可以分为多个严格程度。例如: - **严格** - 不允许多余的参数、选项 - **警告** - 允许多余的参数和选项,但是发出警告 - **宽松** - 允许多余的参数和选项,且不发出警告 ### Describe the solution you'd like 在指令解析中根据严格程度控制错误去向 ###...

feature
area-fx

Just like the preview in README, some times Bing's reply will repeat the question. ![preview](https://github.com/bsdayo/BingChat/blob/dd8d295aa37712aef1bf23ca3c7599403fbef0cd/assets/cli-screenshot.png?raw=true) Not sure if Bing's reply itself contains these, I'll check it out when I have...