frodera

Results 4 comments of frodera

Not sure if related but I have noticed this error message in the _messages_ buffer, when invoking python execution of the `test.py` file: ``` evil-line-move: End of buffer [9 times]...

Interestingly, if I do a `python-shell-send-buffer` it does open an **ipython** shell in the conda env running python 3.7.0, as expected: ``` In [6]: * Python version: 3.7.0 (default, Jun...

Same problem as the OP here (OS X, Spacemacs [email protected]). Spacemacs ignores the Python version set via **pyvenv** (SPC-m-V-w, _pyvenv-workon_) and just uses system's default. In my case my venv...

Same here. Running: * Ruby 2.5.1 * multi_json (1.13.1) * json_spec (1.1.5) Edit: Per [include_json_spec.rb](https://github.com/collectiveidea/json_spec/blob/84fcbf48a5cb5ab4c859900ef62479524639f4d7/spec/json_spec/matchers/include_json_spec.rb#L55) that seems to be the intended behavior. 😕