Sakamoto Noriaki
Sakamoto Noriaki
I am just interested in stenography and I am glad if Plover would support Japanese stenography. The layout described in http://caneco.my.coocan.jp/001c/index.html which @nexaitch mentioned is called “Sokutaipu,” which is (was)...
Although I know little about StenoWord, it sounds that StenoWord might be the easier way to provide one-manned kanji conversion in phonetic way with steno layout. In the easiest way,...
> Plover could only activate the IME when it was outputting the Latin alphabet. If Plover was sending actual Japanese characters, the IME didn't do anything. This kind of sucks,...
Thank you for suggestions! > I would recommend cloning a system plugin, like morinted/plover_russian_trillo, modifying it to your liking, then using ./setup.py develop, which will install the plugin for when...
@RalfJung then the problem may be the same one as I described at https://github.com/ocaml/opam/issues/5132 OPAM accidentally wipes out `.changes` files at some point before uninstalling packages. I found 1) it...
@claudio-naoto Thank you so much! > Do you know where/how I should change environment labels like "mokuji" to "Table of Contents"? It's hard-coded in the class package `stdjabook`. https://github.com/gfngfn/SATySFi/blob/360d9417b9ee26fcc89016b9d42c5b27c8b1e304/lib-satysfi/dist/packages/stdjabook.satyh#L393 AFAIK,...
The quickest hack is to copy `stdjabook.satyh` to the same directory of the document, e.g., `./stdbook.satyh`, replace `{目次}` with `{Index}`, `{Índice}`, or anything, and replace the import directive `@require stdjabook`...
He said he might be okay to apply at least `LGPL-3.0-or-later`. https://satysfi.slack.com/archives/CBBFCSZ34/p1606329260126100?thread_ts=1606069048.124500&cid=CBBFCSZ34 > @na4zagin3: > stdjabook.satyh を参考にクラスパッケージを作ろうと思っているのですが、SATySFi 配布物のライセンスって、LGPL-3.0-or-later と LGPL-3.0-only のどちらでしょうか > > @gfngfn: > 気づかず反応が遅くなりましてすいません.結論から言うと,実は指摘されるまでその差異を認識しないままライセンスを付与していました.より緩い3.0 or laterの方で良いのかなと思っています.そもそもSATySFiがLGPLを採用したのはやや誤解に基づくものだったと思います.依存パッケージである camlpdf がLGPL(の2.1...
> I think it would be generally nice to reduce dependencies on Unix-specific commands. Should we remove dependencies on make and sh (to download fonts and install libs) too? (This...
According to @gfngfn, this is expected since all packages are incrementally compiled with the shared global namespace. He has a plan to change the name resolution rule so that every...