dingyi

Results 16 issues of dingyi

The current build module are too inefficient and scalable, and need to refactor the entire module based on gradle - [x] 1.Implement basic task and project entity classes. - [x]...

feature

I think most users will not or are too lazy to add language support for textmate or tree-sitter. Maybe we can create a language pack that integrates highlighting support for...

feature

## Why refactor? [TM4E](https://github.com/eclipse/tm4e) is an excellent textmate support library on java. But Android fragmentation prevents us from continuing to integrate TM4E. As we all know, Android fragmentation is serious,...

feature

This PR introduces the monarch to sora-editor. ## Introduction [Monarch](https://microsoft.github.io/monaco-editor/monarch.html) is a lightweight, declarative lexical specification-based syntax highlighter designed by the VSCode development team. The main purpose of introducing this...

进行重构,将 llm-core,各适配器都拆分,迁移到新的实现

question

I have lost the motivation to keep continue this project, and I also have to maintain [ChatLuna](https://github.com/ChatLunaLab/chatluna) and other projects, so I don't have the energy to maintain this project....

help wanted

koishi 支持在其的配置文件里使用[环境变量](https://koishi.chat/zh-CN/guide/develop/config.html#%E4%BD%BF%E7%94%A8%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F)。 然而当我尝试在 cordis 项目里的配置文件使用上面的语法,发现并没有得到支持。 ![image](https://github.com/user-attachments/assets/c647dcc5-bc71-471b-895b-c856f815517a) 由于我的配置文件里需要使用某些私密值(API KEY)等,但是我又不想直接携带这些私密值提交到远端,希望 cordis 能和 koishi 一样支持此功能。

enhancement

复现代码: ```ts export interface Config {} export const Config: Schema = Schema.object({ test: Schema.union([Schema.string(), Schema.any().hidden()]) .role('computed') .default('') }).i18n({ 'zh-CN': { test: { $description: '测试' } } }) ``` 预期效果(注释掉上面设置 role...

### Describe the bug 我安装了杂鱼语言包,并且设置回退顺序为 ![image](https://github.com/user-attachments/assets/d406f00e-5e0e-46c6-8d2b-8b8d78305019) 然后测试了命令,结果是没有成功把内容本地化。 ![image](https://github.com/user-attachments/assets/2462454b-5c49-49a7-8de5-fe816121eab6) ### Steps to reproduce 如需在 Koishi 实例上重现,只需安装并启用 `locale-zh-cn-zako` ,设置下图的回退顺序: ![image](https://github.com/user-attachments/assets/d406f00e-5e0e-46c6-8d2b-8b8d78305019) 运行 `help help` 即可看到没有成功本地化的命令输出: ![image](https://github.com/user-attachments/assets/2462454b-5c49-49a7-8de5-fe816121eab6) ------------------------------------------- 代码复现: ```typescript import { fallback, LocaleTree...

bug
i18n