kovan

Results 9 comments of kovan

@alejandrogallo yeah I think that is the issue. Try with hy 0.20.0.

Would it be possible to just print the request log to the logs?. This way we can use standard tools to analyze it. Like for example, as this case is...

I have written an adapter for using Redis as backend, seems to work well, it is in PR #17.

I have ran the tests using the new AsyncRedisCache with a locally running Redis server, and they all pass

+1 very convinient for people coming from other package managers.

I think that for now you have to use hy 0.20 because hy-mode is not yet adapted to hy 0.25.

I would install Doom Emacs and uncomment the line that adds hy support in the init.el file. About the Python hy package, in your virtualenv do `pip install hy=0.20.0`

Did you activate the virtualenv and run pip inside it? In Emacs you also have to activate it, with M-x pyvenv-activate. That's all tha comes to my mind now.