Mike McCarty

Results 27 comments of Mike McCarty

Interesting idea. Will the shared cache directory be local or remote? Or either?

These forms seem more like versioned data sources than a caching mechanism. The key difference here is that Intake would allow the user specify versions. (Have we thought about git...

Agreed. I'm thinking Git might be useful as a first pass on this. I believe we would be able to support many of the existing caching strategies.

@trivialfis Would you share the code that you used to compare the sha256sum?

It would be good to update the install instructions. For me, `distribution=$(. /etc/os-release;echo $ID$VERSION_ID)` results in `Ubuntu21.04`. This caused a confusing error `E: Unable to locate package nvidia-docker2`

I understand that `Ubuntu21.04` is not supported. Just noting the confusing errors. It would still be good to add a note to the install instructions.

Very interesting, indeed. A few questions/thoughts come to mind: 1. How intelligent is that load balancer? Assuming a client would connect to it rather than a scheduler. So, I'm wondering...

+1 for this! We have started using an enhancement proposal process heavily inspired by NEP internally at C1. Also, Prefect has a similar process [PINs](https://docs.prefect.io/core/PINs/PIN-01-Introduce-PINs.html).