fx-kirin
fx-kirin
I'm trying to use gdb history through ugdb, but can't save history file and load it at its beginning. This is the `show history` command result. ``` (gdb) show history...
Sometimes a exception raises when it try to parse file path. I figured out the reason was that `vim.list` object was passed to `Filename.parse` method by reading the log. I'll...
Currently there is no non-blocking way to check whether process is terminated. I'd like to suggest this method to do it.
Hi. Thank you for great plugin. I'm really in to it. The development here is inactive and not following current Jupyter project. That's sad to me. So I'm trying to...
# Current behavior Can't start Boostnote with Internet connection. It started happening today. After disabling the internet temporarily, Boostnote started properly. I guess it will be related with network checking...
Crython depends on accuracy of `time.sleep(1)` of `tab.py`. It can cause delays, and the delays accumulate. So sometimes a second can be ignored because of it, like sleep starts at...