You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inappropriate curl options used by fcitx5-pinyin-zhwiki to retrieve the zhwiki.dict.yaml file through `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
#18
Open
hongyi-zhao opened this issue
Dec 8, 2020
· 0 comments
The above options means that a new download will only be triggered if the remote file has been updated and make sure the local file gets the same time stamp as that remote version. If I have partially downloaded the remote file before, this method will never download the remote file again until it has been updated once more. IMO, this isn't always the expected result which we want to see. So I think this should be a misuse/inappropriate combination of curl options for the scenario discussed here.
Regards,
HY
The text was updated successfully, but these errors were encountered:
hongyi-zhao
changed the title
The small file size retrieved by `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
Thevery small file size of zhwiki.dict.yaml retrieved by `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
Dec 8, 2020
hongyi-zhao
changed the title
Thevery small file size of zhwiki.dict.yaml retrieved by `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
The very small file size of zhwiki.dict.yaml retrieved by `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
Dec 9, 2020
hongyi-zhao
changed the title
The very small file size of zhwiki.dict.yaml retrieved by `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
The inappropriate curl options used by fcitx5-pinyin-zhwiki to retrieve the zhwiki.dict.yaml file through `rime-install felixonmars/fcitx5-pinyin-zhwiki'.
Dec 10, 2020
On Ubuntu 20.04, I try to install the fcitx5-pinyin-zhwiki for rime with the following command via plum:
When the above command is running, I check the corresponding curl process and find that the invoking method is as following:
The above options means that a new download will only be triggered if the remote file has been updated and make sure the local file gets the same time stamp as that remote version. If I have partially downloaded the remote file before, this method will never download the remote file again until it has been updated once more. IMO, this isn't always the expected result which we want to see. So I think this should be a misuse/inappropriate combination of curl options for the scenario discussed here.
Regards,
HY
The text was updated successfully, but these errors were encountered: