YABUKI Yukiharu

Results 6 comments of YABUKI Yukiharu

python2のEoL については、 [Sunsetting Python 2 | Python.org](https://www.python.org/doc/sunset-python-2/)

texlive 2019 (texlive 2018 以降は、default encode が utf8 になったバージョンなのです。) platex から、uplatex に LaTeX の Engine を変更して、IPAex font の組み込んだpdfの生成に成功しました。手元の android tablet の perfect viewer でちゃんと見えるのを確認しました。 ## 変更理由 uplatexに変更した理由は、「高」という字が、platex 2019では、エラーになったからです。 ## 実施方法...

I have same issue too. I have inserted debug code. line 58 is debug code. ``` 56 def messagegen(self): 57 jsonStr = self.getChat(self.minTimestampMs) 58 print(jsonStr) 59 responseItems = json.loads(jsonStr) ```...

Thank you for your response. @bluemoo I had tried to use 'https://github.com/tinbotu/ingresstools'. Unfortunately, his program returned 'None' in getChat method. It seems to me that @tinbotu 's program which is...

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825936 にもレポートしていますが、Debian Jessieの ibus-skkで nicola layout だと入力をしても最後の文字しか変換対象になりません。ってか、先行文字列が消えてゆきます。

ibs-skk NICOLA の対応ありがとうございました。 (1) 変換キーとの打鍵のタイミングがきびしいので、同時打鍵だと認識するタイミングを設定できないでしょうか? (もしかしたら @HiroyukiKubota さんと同じ現象なのかもしれませんが。 (2) 日本語変換を、SPCキーだけでなく、変換キーでもできるようなオプションがほしい。 もしかして、GUIがついていないだけで、設定ファイルでできるのかもしれませんが。 その時は、ドキュメントのありかなどおしえていただけたら幸いです。