Alexander Verbitsky

Results 8 comments of Alexander Verbitsky

The same story. We use `DataLoader` from `pytorch` in `clery` task and wouldn't like to rewrite already working code. Did following trick: ```python from celery.concurrency import ALIASES from celery.concurrency.prefork import...

You can try make following improvements and it will useful not only for tests ```patch --- a/src/cloudstorage/drivers/google.py +++ b/src/cloudstorage/drivers/google.py @@ -8,6 +8,9 @@ from datetime import datetime, timedelta from http...

I found this variant. Is it right approach? ```python import datetime as dt from pystac import Collection, collection = Collection( id="test", description="my first collection", extent=Extent( spatial=SpatialExtent(bboxes=[[-180, -90, 180, 90]]), temporal=TemporalExtent(intervals=[...

I've found [this](https://github.com/stac-utils/pystac-client/issues/241) issue in pystac-client. So, it's mean that there is only one way to create items - make requests manually.

``` k3d version v5.4.9 k3s version v1.25.7-k3s1 (default) ``` The same issue, agent hangs Logs from remote agent: ```` ime="2023-03-28T12:17:09Z" level=info msg="Starting k3s agent v1.25.7+k3s1 (f7c20e23)" time="2023-03-28T12:17:09Z" level=info msg="Running load...

@matusvalo @abn @cablehead Guys! Are you still maintain this package?

I built own package with some PRs and uploaded it to PyPi till not released new version, maybe it would be useful for someone https://pypi.org/project/habibutsu.python-consul/1.2.0/