David Pineda

Results 20 comments of David Pineda

Not using 'between', using 'filter'. Works fine on Python 3.8, the query for datetime ``` """ Index: COUNTER Python 3.6 Python 3.8 """ from pytz import timezone from datetime import...

Now, I think, comparing. Between is better than filter for real time. Filter read all the table every time. I opened the diccionary of options, and it's working ok. ```...

And then. Beyond using only 1 connection. When I active more, in somewhat one or other is broken. The 'Task cancelled' error. So, I'm using now the wait_for and await...

Ok. Now i'm reading the code. On the file 'net_asyncio.py' needs some fixes. Reading the documentaion for the streamreader, streamwriter. Need some extra step when write, close the streams. https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamWriter...

How works pycharm? What require to identify the methods? I guess is a pycharm problem maybe. The second could be a good idea, maybe wrapping to classes more explicit could...

https://docs.python.org/es/3/library/asyncio-stream.html

Can you check with a simple script and multiprocessing if works fine. I guess in windows you have to change the multiprocessing method, maybe to 'spawn', check the documentation module....

Yes, is the changes needed for pyside2. Let me see how to do the PR, ;)

Thanks! Well, so I report this, here :S

Wow, this is so advanced. The rethinkdb in this server is compiled because is a centos 7 and old computer, maybe is usefull for you that i upload the compiled...