Luca Sbardella

Results 12 comments of Luca Sbardella

OK guys, I've written a production ready, and hopefully useful to the community, asyncio extension to botocore. The library is currently included in https://github.com/quantmind/pulsar-cloud in the [asyncbotocore](https://github.com/quantmind/pulsar-cloud/tree/master/cloud/asyncbotocore) module but it...

@asvetlov cool, I understand the private attribute thing, but the `_loop` attribute should be (almost) a standard for asyncio objects ;-) maybe we should ask guido. I would be happy...

By the way all that is python 3.4 or above

Thanks for raising this issue. Stdnet test-suite is built on top of [pulsar](https://github.com/quantmind/pulsar). Pulsar has been developing fast over the last year, while `stdnet` has not. The result is that...

stdnet is a data mapper, one instance of a model can have several keys associated with it. For example, in redis an object has a key for the `hash`, a...

Sounds interesting but I don't need this feature and I don't have time at the moment. Happy to assist if anyone decides to implement it.

I would create a new branch from master

Looks like a bug, Could you write a test using your example? You could put the test into a new file `dates.py` within the `tests.all.fields` module. Something like this ```...

switching to github actions is the preferred route.