Dave Hirschfeld

Results 518 comments of Dave Hirschfeld

![image](https://github.com/conda-forge/staged-recipes/assets/881019/6a070270-a555-47c9-b970-b67b7bdad149) https://anaconda.org/conda-forge/dotnet/files?page=2

> *`Merge branch 'main' into warp`* I'm not sure what's going on there, but in general you don't need to merge `main` into a `staged-recipes` PR. Since the error seems...

Before the merge it looks like you had a green check mark so perhaps just revert to that commit and force-push

You may need a rerender after changing the skip, though not entirely sure how that works in `staged-recipes`. Sometimes it's easier to get a minimal working version published and to...

I can't actually merge. Once CI is green you can ping an appropriate team and hopefully someone with merge rights can do the honours. https://github.com/conda-forge/staged-recipes#12-my-pull-request-passes-all-checks-but-hasnt-received-any-attention-how-do-i-call-attention-to-my-pr--what-is-the-customary-amount-of-time-to-wait

Perhaps made redundant by https://github.com/mamba-org/boa/pull/345?

Seems like the issue must be here: https://github.com/mamba-org/boa/blob/b8fbbdf11118da414c56413879e5397c13daeaa2/boa/core/build.py#L250-L258 ...but nothing stands out there.

The `console` is defined at: https://github.com/mamba-org/boa/blob/b8fbbdf11118da414c56413879e5397c13daeaa2/boa/core/build.py#L74 Which looks like it comes from : https://github.com/mamba-org/boa/blob/b8fbbdf11118da414c56413879e5397c13daeaa2/boa/core/config.py#L9-L26

Maybe need to enable soft wrapping for the console? https://rich.readthedocs.io/en/stable/console.html#soft-wrapping ![image](https://user-images.githubusercontent.com/881019/197662300-ef43f733-2824-49a0-9ba8-f21c5473a539.png) ...though I don't quite understand what *"run on to the following lines"* means there 🤔 Anyway, I can try...

Hmm, I actually figured this out, but I can't exactly remember the issue. I *think* it was that GitHub Actions uses a custom `github` user rather than the container default...