Austin Bingham
Austin Bingham
> I have a question, does any error message comes up? Or did it fail immediately? It appears to fail immediately. The window disappears right away. If there are any...
Sorry, didn't mean to close this. It seems like I should be able to use the ConPTY backend, so is there more I should try?
Also, it appears that the `backend` argument to `PtyProcess.spawn` is ignored. On `ptyprocess.py:93`, the `backend` variable is overwritten with the value of the `PYWINPTY_BACKEND` environment variable. This is a tangential...
> Did all backends worked as expected when called explicitly? i.e., Backend.ConPTY and Backend.WinPTY? No, it works with `WinPTY` but fails with the initially reported behavior when I use `ConPTY`.
I will try to do this sometime soon. My windows 10 system was retired, though I think I might be able to spin it up for this.
I don't want to leave you hanging here, but I have no idea off the top of my head what's going on. And I also don't have any time to...
I see that if I access `self.config` in the kernel, it seems to reflect the contents of ~/.ipython/profile_default/ipython_config.py. Can we make this work with, say, ~/.elm-kernel/config.py?
This might require using something like `Popen` directly. Maybe it's not worth it. People using this kernel are not likely to be tied to some old version of Python. Let's...
There is not currently a way to do that. I guess broadly speaking you'd want to be able to do some per-operator configuration in the configuration file and have it...
FWIW, I have an "all elm" version of the page that works just fine, so I'm pretty confident that the problem lies in how I'm embedding elm-mdl-based stuff into HTML.