Christopher Ostrouchov

Results 137 comments of Christopher Ostrouchov

Added an RFD https://github.com/nebari-dev/governance/issues/35

I really appreciate the YAML format exactly because it is easy to read. Since urls are allowed you got me thinking that there is already support for images. Images can...

@dpfeif thanks for the issue. There is issue https://github.com/Quansight/conda-store/issues/441 which I think should long term properly fix this. I am trying to move conda-store away from hand rolling conda api...

You can get the package cache directory via the following. This will help determine where packages are downloaded an extracted. ``` from conda.base.context import context context.pkgs_dirs ``` There are two...

@aktech was there any progress in implementing this? Happy to meet and discuss further if this is still a priority.

Closing as implemented in #417

See notes form a matrix conversation https://matrix.to/#/!SgckMCYyQUhdyooKZe:gitter.im/$U5CYJdRgHFBF6pqWSmP_h2HbY8mHTTl7wX-F1Po1JkI?via=gitter.im&via=matrix.org&via=tum.de

@pierrotsmnrd performance is great love how you preserved the api. I don't see any conflicts except for requiring redis. It is completely fine if it is optional. It is possible...

@rigzba21 this is exactly what I am talking about. I was at a talk at pycon about pypi packaging security and this was brought up. I'm not too knowledgable on...