Roman Rudakov

Results 36 comments of Roman Rudakov
trafficstars

> Looks like you run queries from org-mode I tried both, from `org-mode` and from `ejc-get-temp-edit-buffer`. In master I still can reproduce the issue. p.s: Wrote from another account

![image](https://user-images.githubusercontent.com/6093590/55505330-8a12a080-565b-11e9-98d0-097980ed3d63.png) Looks the same.

``` Show: Project-Only All Hide: Clojure Java REPL Tooling Duplicates (10 frames hidden) 1. Unhandled org.postgresql.util.PSQLException This ResultSet is closed. AbstractJdbc2ResultSet.java: 2852 org.postgresql.jdbc2.AbstractJdbc2ResultSet/checkClosed AbstractJdbc2ResultSet.java: 1875 org.postgresql.jdbc2.AbstractJdbc2ResultSet/setFetchSize Jdbc4Statement.java: 37 org.postgresql.jdbc4.Jdbc4Statement/createResultSet AbstractJdbc2Statement.java:...

Seems like it works now. Thank you very much.

As workaround it's possible to create `environment.xml` and put it to `alluredir` after all tests executions finished. For pytest I have written next code: ```python # conftest.py @pytest.fixture(scope="session") def allure_env(tmpdir_factory):...

@bbatsov I believe we should update the compliment version in cider-nrepl and cider-nrepl version in CIDER?

After a few days of debugging I figured out that my problem was related to `company-quickhelp` package. When I disable it everything works fine.

Initially I've tried to reproduce it with `emacs -Q -L ~/.emacs.d/elpa/company-xyz -l company`. Then I disabled all company related packages in my config and enable them one by one. No...

Hi @dgutov. No, unfortunately changing keybindings doesn't solve my problem. I'm 100% sure that `company-quickhelp` package is cause of my issue, probably I should open a bug in `company-quickhelp` repo.

@kstatz12 Could you try solution from [here](https://github.com/redhat-developer/vscode-java/issues/177#issuecomment-623525778)?