CandyWater
CandyWater
sorry for again and again force push.... only to change commit message to fit commitlint. I have changed commit message for several times, but it still cannot pass commitlint test.......
Thanks for your mention! @guastallaigor I have read #310 , too. I understood the situation, maybe NES-icons.css is a much better idea. and here are the images 
Duplicate of #10 这个我也考虑很久了,如果用爬虫强行爬的话,哪怕只爬前5个字母的 也是36^5 = 60466176 如果为了防止变成ddos攻击,1秒钟爬1次,那么需要16796.16小时,699.84天,23.328个月, 不过原作者也说过: >这个项目从名字到简介我觉得都能透露出并不支持拼音首字母缩写代替一般文字的立场,如果再支持本地数据集管理我觉得有违这个项目的初衷。 哎,这就很难办了。
is red dot related to this ? https://github.com/keybase/client/pull/28370
looks like introduced by https://github.com/keybase/client/pull/25648 https://github.com/keybase/client/pull/25648/files?file-filters%5B%5D=.tsx&show-viewed-files=true&show-deleted-files=false file: ```shared/desktop/app/menu-bar.desktop.tsx``` original code ``` mw?.setOverlayIcon(overlay, 'new activity') ``` new code ``` overlay && mw?.setOverlayIcon(Electron.nativeImage.createFromPath(overlay), 'new activity') ``` in original code, ```overlay``` could be...
hi @chrisnojima will this fix be included into next release ?
LocalDev版本 有如下问题 (0)初始值的```init reviewer``` (1)丢失音标 (2)数据库格式发生改变,与发布版不兼容 (3)对于```\n```未做正确解析 (4)console的输出字体、颜色也发生了改变 (5)由于未引用命名空间(#13),所以无法正确使用pip,此问题已在(#17)更正 其余问题正考虑是回滚到v1.0.2 再加入配置文件,还是把这些更改都删除掉...... 感觉整个项目有点被改坏了
根据v1.0.2回滚,然后增加了config file功能。 默认不提示用户是否保存到数据库,直接保存。 https://github.com/candywater/iSearch/commit/af232b8ef5db114c3df35c2fc6ed113f222371de 如果喜欢的话我就提PR。
thanks. I found that I have also included my "readme" as a part of pull request by mistake... so it would display in readme like this ... sorry for that....
hi @beheh if game also use proxy it would cause a severe delay issue, right?