ktr
ktr
Thank you for reporting an issue. What is your terminal environment?
Thank you for the issue! I found the root cause, but it requires some refactoring process. I'll merge some changes before fixing this bug.
Hi @terashi58. We submitted [a PR](https://github.com/ktr0731/evans/pull/546) that resolves this problem, could you try this one if you have time? ``` sh $ go install github.com/ktr0731/evans@7917121 ``` FYI: its PR doesn't...
I'm sorry for the late reply. This is probably due to the lack of the user-defined type registered in the message registry which is held in Evans. However, I don't...
@terashi58 This issue is fixed in v0.10.5, so try it out!
@terashi58 I'm sorry for the inconvenience. We reverted changes in v0.10.5 and bump v0.10.6 🙇 Also, we continue to work on this issue to resolve the regression.
Hi, @terashi58. We just merged a PR to resolve this issue. Could you try it again before publishing a release? The changes were merged into the master branch. If you...
Thank you for the feedback! We'll fix the root issue as soon as possible if you figured out the details 🙇
This is maybe caused by c-bata/go-prompt, a dependent library. However, we still need to dig down to find the root cause.
@bombsimon Thanks for the report! The issue that you reported is related to the version of [c-bata/go-prompt](https://github.com/c-bata/go-prompt). The library is updated to a newer one in https://github.com/ktr0731/evans/pull/528, so this problem...