Harel Wahnich

Results 7 comments of Harel Wahnich

> Im sorry, this comment was previously misplaced in https://github.com/mamba-org/boa/issues/308 Hi, I'm encountering ( perhaps ) a similar issue. When `boa` building for multiple `py` versions, the variants versions are...

Thank you @abrahammurciano for reporting this. I've just ran into the same issue. Any updates on that ? This is not the expected behavior, also according to the docs, which...

> I agree, task should evaluate both status and sources/generates, and run if either either don't meet expectations. I'll have to look at the code, but I suspect that whatever...

Thank you. This issue is evident in the code - First run of `task` will only check status ( and return .. ) - https://github.com/go-task/task/blob/d4ed7c3cfc2408bf0978b9d693ff226e3b9c0707/status.go#L36 Second run will get to...

*disclaimer* I'm not a `go` programmer. but it should be something like this ( and _this_ works running locally ) - ```go func (e *Executor) isTaskUpToDate(ctx context.Context, t *taskfile.Task) (bool,...

Hi, From what I can see, it's the other way around - > ~/.mambarc ignored by Micromamba, but not Mamba .. or it's related to https://github.com/mamba-org/mamba/issues/1110 as mentioned above Here...

Hi @edoakes What do think about adding to this requirement the support for "dynamic resolved" conda envs specified by `.txt` file ( similar to `pip` ) while we are it...