David Pineda
David Pineda
Hi, I need the 'read_only' feature... Is it ready, or use the tgus.. solution? Thanks!
Yes, my friend. Is maybe hard to locate the mistake, because uvloop works fine in some implementations using the same module. Simple implementation (works): https://gitlab.com/pineiden/gus/blob/master/test/advance_uv/server.py With modular classes (doesn't work)...
I checked more the source code and... The quamash loop has not 'create_connection' method, that is called after asyncio.open_connection is executed. So maybe that is the origin of the error....
Hello. RethinkDB can run over ant asyncio loop, given a 'loop' by keyword it select and runs the connection over that 'loop'. I'm running a multiprocessing system in what a...
Hi. In the taiga now i can run fine, declaring the variables only on the *-inits.yml file. On the penpot application with my self-signed email, shows me this error ```...
Hello. Yes, gnuplot and feedgnnuplot works fine with 1 plot. I have to plot gps data {east, north, up} in 3 plots, then i've create this https://gist.github.com/dpineiden/fa3c28cb43be70cabcce48a43957dc0b who works fine...
I uploaded the corrections....I have to do a new PR?
Now. This: this_task = asyncio.current_task() In py3.8 exists the method 'current_task' for asyncio. And """ error is for a docstring. I think is all for now...
I think this last 5 lines must be discussed with more people. On *net.py* says 'many arguments', how we replace that? I use **kwargs and inside get the values that...
Now, working for debugging. This works (using secondary index COUNTER), with py3.6 and py3.8: ``` from pytz import timezone from datetime import datetime, timedelta import asyncio from rethinkdb import r...