Gareth Simons
Gareth Simons
In my case the plugin works when running a configuration in debug mode, but doesn't work in run mode. Is there a configuration issue on my end or is this...
Parsing the following doesn't work (`long_description` fails). ```python def mock_function(boo): """ :::note Admonition with a [link](https://google.com). ::: Parameters ---------- boo: int baa """ pass ``` Interestingly, removal of any of...
I am creating a connection pool per: my_connection = yield from asyncio_redis.Pool.create(host... port... poolsize...) When Redis Server is not running, then the code hangs at the yield from. Is it...
The development version of Redis is adding support for some geo features, currently in beta, [per these commands](http://redis.io/commands#geo). Would be great if these commands were also available in asyncio-redis
This is potentially a very interesting project. Is the repo still maintained, and, if so, is there a roadmap for the future? Thanks.
I have a working implementation of TinyOWS but I am trying to enable fastcgi on Ubuntu 14.04 but I don't believe it is working correctly yet. I've tried to follow...
I've found that buggy geometry processed with the 'p' flag will crash Python. I've tested on two systems, both Mac. This reproduces the behaviour for me. Note the repeated vertex...
Would it be possible yield responses from asynchronous queries so that calls to query_async can be iterated using a 'for i in query_async()'? The current callback procedure doesn't work with...
I am using a concurrent.futures instance of a ProcessPoolExecutor in a script. In the same script, I am using OrientPy to make queries to a database. The script instantiates a...
I'm poking around looking for MVT servers and this package looks neat and concise. Is there still interest in maintaining / developing it?