Ankur Srivastava

Results 21 comments of Ankur Srivastava

API is implemented here - https://github.com/zinclabs/zincobserve/pull/789

I also think this could be a part of `subapp()` implementation. Because if the context is not known, `aiohttp_jinja2.setup()` will be required to be setup for all the sub apps,...

Stumbled upon this issue as well. Apparently during the merge request the APIs were renamed. I have sent a pull request to fix this. You can use it this way:...

@anthdm is this going to be similar to the dockerized solution as the [neo-local](https://github.com/CityOfZion/neo-local/) ?

If this is just for testing on a private network then I believe `neo-local` would work really fine. A docker-volume could be shared between multiple containers. 1. After we install...

/ok-to-test sha=d7bea41

/ok-to-test sha=4aa152a

/ok-to-test sha=babdd8f

@Datise Thanks for reporting this. Can you try to run the following commands? ``` $ python3 -m venv venv $ . venv/bin/activate $ ## Run make to automatically generate the...