Yasin
Yasin
I'm not too sure either, I think bumping the cask for every build instead of every version is the most straight forward solution. Maybe we can automate this over CI,...
Jep, you're right, but maybe we can use something like the [brew formula github action](https://github.com/marketplace/actions/homebrew-bump-formula) which has a `livecheck` mode, i.e. it detects changes based on the regex in the...
I'm not too familiar with the conda-forge process, how often does a build number increase occur?
> include the timestamp so that brew will register it as a new version Does livecheck extract the version or just verify that it is, in fact, different? Otherwise we...
Does something like [this](https://regex101.com/r/qZVaG7/1) (in cleaner, maybe) work? How does livecheck know which group to use? Or does it use the whole string?
Hey @jklaise thanks for the fast and insightful response! sorry, if I may have misunderstood some things. I have just created a new conda environment with ```sh conda create --name...
I see. Do you see any other solutions in the meantime than to just use `--no-deps` with conda? (pip is currently no option). (I can't test Python 3.9 right now,...
I couldn't make it work with `--no-deps` (though I can't exclude the error coming from conda / mamba itself) but solved it by building a new conda package without using...
👋 Hey Currently the only thing missing is `brew audit --cask micromamba` which returns ``` audit for micromamba: failed - exception while auditing micromamba: undefined method `downcase' for nil:NilClass Error:...
Hey @aaronliu0130, thanks for the feedback. I'm somewhat confused because I certainly ran style fixing and when I run it again in the root folder of the repo with `brew...