Josiah Kaviani

Results 105 comments of Josiah Kaviani

Hi, I think this is nearly impossible. File input can have default value due to security reasons. We work around this issue by making our form validated against previously submitted...

Hi, thanks for the report! Could you try to run this script within your Docker container? https://github.com/proofit404/anaconda-mode/blob/master/anaconda-mode.el#L70 Best regards, Artem.

You should pass additional arguments to the script. `script.py ~/.emacs.d/anaconda-mode/0.1.13 0.0.0.0 /virtual/environment/path`

Hmmm `can't open file` error does not look like script runs at all.

Hi, thanks for the issue. Ideally, we should support running multiple anaconda-mode servers. One for the virtual environment. Regards, Artem.

Currently imenu unsupported in anaconda-mode.

Yes, I mean exactly that.

Hi, thanks for the investigation! I think it is reasonable to solve this problem in a convenient way. I don't want to lose goto assignments as it is today. I...

Hi, thanks for the report! We use socat to open in public anaconda-mode port with a dynamic number. For that, we analyze the output of the `docker inspect ` command....

Hi, To be honest, I want to find the bottleneck in your case. Some measurements will be helpful. The most recent `pythonic` can mount local directory to the remote one....