Ximin Luo

Results 364 comments of Ximin Luo

I thought both gnome-keyring and libsecret already have JS APIs? Why is it necessary to redeclare them in js-ctypes?

Sounds like the same issue as #24

I believe this bug probably exists in the binary version as well. I am guessing the cause is that the binary API treats empty username as "match everything" when retrieving...

You need to give some more information about your specific case. I guess it works for everyone else.

谢谢,明白了。[张砷镓](https://www.cnblogs.com/zhangshenjia/archive/2012/04/11/qwerty_dvorak_colemak.html)的建议是为做英文布局的。做中文布局时,这个建议就没什么意思,应该总基本原则重算。差不多就是,把(中文)最常见的字母放在home row键上。(更多例子:[[1](https://ksprashu.medium.com/an-analysis-of-keyboard-layouts-fdd3be74f584)] [[2](https://github.com/MadRabbit/halmak)])我的兴趣就是想找个或做个根据这种基本原则来算的双拼布局。 我看你的Makefile用data/sample2.txt,这也不是很代表的中文文件。你以前也用过一个正式的frequency table,但是改掉了 https://github.com/district10/shuangpin-heatmap/blob/master/shuangpin_heatmap.py#L433-L442 。是不是因为字母计数太大了,搞得程序太慢了?把每个计数除以一千或一万,可能会好一点儿。可惜,我现在执行不了这个程序,因为pyhanlp需要= python 3.9。

Same here. The error prevents you from scanning any further cards, until you go into android App Info settings and clear both Storage and Cache. Then you lose all your...

As above: > The bug happens randomly, even with the same card. The bug happens ~0% of the time with my T-Union China Transport card, about ~60% of the time...

> "加载中" actually means "loading", not "downloading". My bad, my brain quickly misread 加 the same way as 下.

`Data.Singletons.Prelude.Function` would be a natural place, I think. If overall name conflicts are OK, it could even be called `ap` - at least it doesn't conflict with anything in the...

Another example, related to `ZipWith`: Continuing from the code in #447, let's try to implement a general utility function that applies a heterogeneous map of continuations to a heterogenous map...