Len Strnad

Results 33 comments of Len Strnad

This would be really useful especially if that could be a global to all tasks. My specific use case would be basically annotate any task in a graph with a...

The first thing I looked for experimenting with KubeCluster with the Operator was support for ``` nodeSelector: cloud.google.com/gke-nodepool: name-of-my-node-pool ```

> If it were me, I'd pick one of the [myriad](https://redis.io/topics/distlock) of Redis (there is a fully managed Redis in AWS product if you don't want to run your own)...

Although I have yet to measure the negative effects, I have implemented range search for gpu index like this: ``` def radius_search(index, x, thresh, nprobe, max_k=2048, init_k=100, gpu=False): if hasattr(index,...

Ah that's right. Thanks for the reminder.

@Blaizzy I would also like to be able to resume an init_project in debug mode for testing purposes. Can this be achieved?

@Blaizzy , I tried to stop and init_project again in a separate process, but the key was not present.

@Blaizzy thanks for checking in. What I want to do is use debug mode in two separate processes: ``` # in one process import neptune.new as neptune project = neptune.init_project(mode="debug")...

@Blaizzy that is what I thought. We test in debug mode and use a neptune run in debug mode as a fixture where we can and that works well, but...

Apologies if this doesn't belong here, but has there been any consideration of adding a target extent option for the connection string? This is available in `gdalbuildvrt`, but not in...