Jonas Haag

Results 799 comments of Jonas Haag

Actually one of the reasons to cache the binary was because of spurious conda-forge download failures. I guess that problem is gone now that we download from GitHub :)

Would be possible to implement this if Micromamba had a way to specify pip deps in the CLI

> * What is the difference between `cd`ing to a directory vs adding `-n` to a command? Typically I want the freedom to execute in the environment from any CWD,...

I second this feature request

@pavelzw Would be nice to support tabs as a separator if someone accidentally commits tabs because it's hard to debug

The cache is invalidated by the environment file.

I see, in that case the cache will be invalidated only when GitHub deletes it (I think after 7 days?). I wonder if there is any good invalidation policy based...

OK, I'm attempting to make a build recipe for conda-forge, which I guess uses some Ubuntu (20.04?), and it doesn't have this symlink. I'd like to avoid having to do...

OK nice, that's not a problem for my use case because Meson will only be used to generate a Conda package (essentially a tarball)

Just wanted some simple way to do filtering with Python and yodel was the first thing I found that seemed reasonably simple and complete. I was surprised that it works...