Renkai Ge

Results 39 comments of Renkai Ge

> If we are using mlflow as catalog, supposely there should be no need to use `mlflow` as registry? > > ie., `SHOW MODELS` should actually list out all the...

I found it passed after I adjust the time limit to longer. ``` pytest -s tests/spark/sql/codegen/test_mlflow_registry.py::test_mlflow_model_from_model_version =========================================================== 1 passed, 71 warnings in 98.96s (0:01:38) ============================================================ ```

might be helpful links: https://www.geeksforgeeks.org/python-pil-imagefont-load_default/

@changhiskhan Sounds interesting, but I have some questions. * What is `Add a property in Image to retrieve the shape`? * What is the `mixin` here? In Scala, I think...

> 候选栏设计成和电脑那样翻页,是考虑到有爱好者喜欢用悬浮窗显示候选词,就像电脑上那样。这里有很多屎山,我已经很多次想重构了,但都因种种因素而暂时放弃。 另外同文因为其高度自定义性,现任仓库主要管理者 @Bambooin 说不内置(钦定)任何方案。不过我正在考虑提议内置入 rime 的一些必需文件(https://github.com/rime/rime-prelude ),以降低一些折腾成本。 感谢你的反馈 ~ ----- 支持这个操作, 我直接把鼠须管 ~/Library/Rime 里正常工作的配置复制到同文, 发现还少一些文件, 又从 `/Library/Input Methods/Squirrel.app/Contents/SharedSupport` 拷贝了一些过去才行

路过的Rime初学者猜想下原因, 不一定对: 用户自造词是分码表存储的, 这套配置会尝试先使用自然码码表[这儿](https://github.com/mutoe/rime/blob/master/double_pinyin_plus.schema.yaml#L58)再使用明月拼音码表[下一行](https://github.com/mutoe/rime/blob/master/double_pinyin_plus.schema.yaml#L59). 使用码表后, 自造词被存在了用户词库的自然码目录. 你只输入拼音不输入辅码的时候它会去明月拼音的用户词库找, 所以就找不到.

我的方案可以参考一下: * 只保留自然码双拼+辅码的码表, 不和明月拼音一起使用 * 对辅码做代数计算, 不管有辅码还是纯双拼自然码, 自然码码表都能正常工作 * 只有一个码表了, 那就自然只有一个用户词库了, 不会出现有辅码/无辅码的情况用户词库分离的状况 代价: * 不能用全拼的词库了. 可以对全拼词库写脚本做点处理, 只保留词和权重不保留拼音, 这样自然码就业能用了, 但是会导致多音字的重码增加. 比如igih会出成长, 我觉得问题不大可以接受. https://github.com/Renkai/Lime/blob/main/luna_zrku/luna_zrku.schema.yaml#L55-L58

No idea why the C++ and Python CI failed in this branch, the commits should have not changed any of them

prost failed after a nearest merge