tsukimizake

Results 8 issues of tsukimizake

emacs-eclim freezes when emacs generates auto-save-file, such as `#Main.java#`. `(setq auto-save-default nil)` solved it.

Hi. As I wrote on #70, I tried to implement IME support. And now it seems Japanese IME is working on my neovim-dot-app. I would be glad if it's also...

型チェックを実装したいなと思いながら弄っていて、innerは`TypeSource|undefiend`かと思っていたらnullが飛んできました。 parser.peggyのl584を見ると、型引数がない場合innerはnullになるのが正しそうに見えます。

[pull_request_template.md](https://github.com/syuilo/aiscript/blob/e31e680768f523a4b4b24a26939214d3c52fb39a/.github/pull_request_template.md) に従ってnpm run lintをしたところウッとなる量のワーニングが出たので、コードリーディングがてら直せるものを直していこうかと思います

Close #54 While investigating https://elmlang.slack.com/archives/C010RT4D1PT/p1680266273643779 , I found isahc is somehow frozen and stops polling. (see the log on #54) I couldn't figure out why it freezes, but replacing it...

While investigating an issue with elm-review getting stuck, I discovered that the underlying cause was elm-json becoming stuck when it was called in elm-review. Specifically, the issue occurs on `isahc::get(url)`...

Hi. I'm trying to use elm_rs to make Msg type between tauri elm. It's so useful. However, I found the generated decoder errors out when enum has recursion. (Well, I...