laher/neorg-exec

Hanging when using `exec.session`

Opened this issue · 1 comments

egolep commented

I tried using the exec.session tag (which, if I get it correctly, should let me execute different code cells in the same REPL) but the execution always hangs and I'm left with the "wheel" spinning and no output.
I've tried it with python, and in my config files I have this section:

["external.exec"] = {
    config = {
        lang_cmds = {
            python = {
                cmd = "python ${0}",
                type = "interpreted",
                repl = "python -i",
            },
        },
    },
},

Hi, sorry for not responding to this. I have stopped using neorg for the forseeable [not forever, just until the project gets a bit further along], so I won't be working on this now.

This part of the feature was always a bit experimental, I'm guessing it's worse than it was because I haven't been keeping it up to date with the latest neorg. Possibly. I don't know, sorry.

I'll update the readme to make it clear that I'm not working on it and some idea about when I'll pick it up again.

In the meantime, PRs are welcome. Ta.