Matthew R. Becker

Results 684 comments of Matthew R. Becker

I want to point out that @scopatz is doing the vast majority of the heavy lifting on staged-recipes at the moment. Unless some of the others on this thread want...

I have massive levels of confusion about line endings in my head. 1. The python docs say this ``` In text mode (the default, or when 't' is included in...

> Just to add, I tried the code on the original file and didn't receive an error. Seems like some environments automatically correct this so a neutral environment to test...

I think we want `git config --global core.autocrlf false` maybe?

I found this random blog posty thing: https://jessitron.com/2019/11/11/line-endings-in-git/

Yes. This is just for when the linter checks out the code so that it can find the offending line endings without git getting in the way.

That change would have to go in the webservices repo.

I don't think it is purely boa. I think there are optimizations needed in conda build itself.

I am pretty sure the variable group is is hard coded in smithy. Smithy now has a command line option to rotate or update binstar tokens per repo. See the...

Ahhhh yes. We have a step in our staged-recipes CI where we do a bunch of uploading and rotating of tokens. It may be that we need to write some...