Jonas Haag
Jonas Haag
> * Why don't we use redirects from `repodata.json{,.gz}`? See https://github.com/mamba-org/quetz/pull/506.
> If you have 5 (or more!) parallel downloads, this should only give a tiny hit on the overall picture ... Likely. Will do some testing on this as well...
Are you on a weird network filesystem?
Do we actually need a separate commit/tag per release? Is that a GH requirement? I wonder if we should not include counter and version in the release name. We should...
Meh. I think we should improve the search results, not only related to this: hide old versions etc.
You might want to have a look at https://github.com/mamba-org/quetz/pull/506 where I started implementing the opposite for repodata.json. Without #506 repodata.json is always streamed to the client. You may want to...
I’m not sure where your start menu entry is coming from but it’s not from Micromamba. You can use Micromamba without shell integration which should make it “portable”. For your...
Can you send a video/screenshots/text output or what you do to reproduce the problem and what’s the error message? Re: micromamaba without integration, you can just always use `micromamba.exe -n...
This is my initialize block for fish: ``` # >>> mamba initialize >>> # !! Contents within this block are managed by 'mamba init' !! set -gx MAMBA_EXE "/opt/homebrew/bin/micromamba" set...