Limboer

Results 7 issues of Limboer

```js pinyin('重慶', { segment: true }) // zhong qing pinyin('重庆', { segment: true }) // chong qing ``` 在演示文档里试了一下, 貌似繁体字开启分词后识别依然有误?

前辈您好, 安装了运行以后报错信息如下: ```bash ♥ Get channel [ OK ] ♥ Get volume [ OK ] ♥ Get theme [ OK ] ♥ Get keys [ OK ] Exception in thread...

看了前辈的代码和文章受益匪浅, 但是比较困惑的是该如何在 web 端比如 chrome 浏览器内模拟图示中的移动端多指效果, 比如 pinch 和 rotate 就需要进行多指操作, 谢谢!

Following config is not working properly when setting the output to `csv` ```js const csvtojson = require('csvtojson'); csvtojson({ noheader: true, output: 'csv', ignoreEmpty: true, checkType: true, }) .fromFile(xxx) .then((rowData) =>...

**1.依赖仓库的版本(Dependencies versions)**: - react:16.x - form-render:1.x - table-render: 1.x - antd:4.x **2.问题描述(Bug description)**: `TableRender` 里的 `Search` 组件是允许传入多余的参数, 最终会透传给 `FormRender`, 例如可以传 `widgets` 等. 但是文档里似乎没写, 不管是 1.x 的文档还是 2.x 的文档 `TableRender` 的...

首先感谢大佬做的网站 我基于网站的功能做了一个客户端, 几乎囊括了官网大多数的功能. 支持 windows 和 mac. 客户端界面如下: 代码都是开源的, 地址: https://github.com/hacker0limbo/tonzhon-desktop 下载可以前往上面的链接的 release 页面进行下载, 支持 windows 和 mac. 同时我也把资源上传到了微云: https://share.weiyun.com/xOyTMdyW 会尽量和官网保持同步更新, 有任何问题欢迎 pr 或者 issue, 也再次感谢作者的支持和帮助

### Version 2.4.20 ### OS Version 15.4.1 ### Node.js Version 20.19.3 ### Browser Version 138.0.7204.92 (Official Build) (arm64) ### Link to minimal reproduction 暂无, 见下面的复现过程 ### Steps to reproduce 首先我的项目里配置的`.dumirc`...

unconfirmed