Simon Liang
Simon Liang
Hi, I am adding an `on_retry` callback function to be invoked when a retry happens. This is my first PR on GitHub ever, and would love to get feedback and...
I would love to add this in so we can set up reindex much more easily between clusters.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 I would like to set up the redis module in a non-global way, so is there a chance we...
我其实不太想提issue,因为我本身是wechaty开发者,这些问题应该能克服。但是一年没有用项目,开发的难度越来越大了。 除了二次开发的复杂度非常大之外,我非常不希望我被wechaty提供的工具链绑架。可能是我是比较早期就进入nodejs生态,不希望library帮我考虑过多,或者做很多限制。这严重制约了生态的发展。 我的最小启动文件和package.json 需要另外安装`ix`才能正常使用ts-node启动 我估计是用了比较新的ts或者es规范 在`@chatie/tsconfig`加持下能正常使用吧。 另外文档希望用中文。While I am bilingual, I wish we have more proper (basic) Chinese material for developers. wish this project the best, and I am moving...
## Checklist - [ ] Commit Messages follow the [Conventional Commits](https://conventionalcommits.org/) pattern - A feature commit message is prefixed "feat:" - A bugfix commit message is prefixed "fix:" - [...
I am wondering if we can scale the ES cluster to have more nodes than the # of agent nodes. I am currently using the latest mesos-es-scheduler container mode with...
Rust is a new programming language with increasing popularity for its performance, memory safety and extensibility with existing systems. Wechaty will benefit from a Rust Core module that interfaces with...
This replaces #80 Used `aicommits` to generate the following commit message: Add dependency '@dqbd/tiktoken' and update OpenAI configuration to use 'text-davinci-003' model
Since the Language class and IsoCode classes are Rust classes, it would be nice to provide the `from_str` methods back so I can dynamically import iso codes.
Right now the API key configuration is exposed in the frontend, and it might be best to move it to the server extension configuration. Although it is a bit cumbersome...