Max Howell

Results 599 comments of Max Howell

So why is it we’re using this pre packaged mamba forge thing rather than building our own? I'm sure there's good reason but the comment doesn't actually specify it and...

Yeah so… 878 hard coded prefixes… This thing is bundled with a lot of packages we provide ourselves. I'm not familiar enough with python AI stuff yet to understand if...

it's a brew cask, which means it's just a slight convenience wrapper around a pre-packaged thing. So it's not really packaged by brew in other words. We can do better....

I managed to pkg `conda` and `micromamba`. I have begun trying to package this from first steps as well. Mostly I'm struggling with understanding their install instructions since they seem...

we've had some issues with downloading for some people’s systems. Does `curl -LO https://github.com/elm/compiler/archive/refs/tags/0.19.1.tar.gz` work for you? Hypothesis: for some reason our code is getting an incorrect 404 for the...

PR welcome. I am not actively using this package currently so I cannot really verify that it works.

I've struggled here before too, it would be nice if the matching code would provide more debug info.

wouldn't be too hard to allow embedding a function: ```yaml versions: transformer: str => str.match(/\d+/) ``` As an example. The function should be more robust.

All versions must be converted to semantic versions for pkgx, which is what we propose the transformer does. We acknowledge some open source projects don't map great onto semver, but...

yes * 9_5_p1 is 9.5.1 * 3.6.1-p2 is 3.6.1.2 which is not valid semver but our systems support it since it's common enough for projects to keep adding numbers.