Koichi Murase

Results 1368 comments of Koichi Murase

Thank you for those results. It seems strange that the locale settings are totally ignored in all cases of the output of `locale`. > The "Bad file descriptor" error sounds...

Thank you. As the segfault doesn't seem to reproduce in your environment, you don't have to run `gdb`, `lldb`, or `valgrind`. The "Bad file descriptor" error may be related to...

> I installed MacOS Sonoma in UTM and I am able to reproduce the segfault there; but as it seems to be fixed in Sequoia, OK, thank you for checking...

This is most probably caused by the change in the terminal display size. My guess is that, when the monitor of your computer is blacked out, the terminal window size...

> Is there some kind of timer in _blesh_ that periodically does something? To answer this question, `ble.sh` doesn't do anything about this. The Vim behavior you observe shouldn't be...

> Hi - I not-infrequently get a `Processing Input...` indicator that will take 5-10 minutes to complete & won't react to ctrl-c basically bricking the session. You may forcibly cancel...

> Does `ble.sh` have a flag for writing debug/trace logs to a file or something like that? Or would that not make sense to do There's a profiler as described...

It seems Hacktoberfest invites more low-quality contributions.

In the first place, `_omb_cd_dirstack` is ensured to be non-empty, so there shouldn't be any need for a guard for accessing `_omb_cd_dirstack[0]`. Do you have an idea why `_omb_cd_dirstack[0]` becomes...