Andrew Vaughan

Results 37 comments of Andrew Vaughan

So @echoix I appreciate your patience here as I try to decipher all this. GitHub having, checks, statuses, and status checks all as (potentially) different things makes this so much...

It's not as mature, but I use this, instead: https://github.com/magmax/python-inquirer Super shame that such a small change causes an issue like this... breaking changes shouldn't occur on minor version releases...

Note that this causes all `megalinter` configurations to fail currently.

Thanks, @mrtazz! That's more or less exactly what I did by adding this configuration to my `.megalinter.yml` configuration: ```yml MAKEFILE_CHECKMAKE_FILE_EXTENSIONS: - .mak ``` That said, unfortunately `checkmake` treats every file...

I wanted to add that I'm also running into this issue on `v0.2.51` - I don't know if I have much else to add. It's very frustrating. Edit: I've also...

> The general idea is to find a way to make proselint ignore things other than text segments of files, but we're not quite there yet, since that would require...

> Wow! I like that style! It's not rare to have questions from new users that would have needed these kind of hints, either on usage or configuration. Thanks! If...

> > ``` > > contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref) > > ``` > > > > > > ... but it will also match branches like `refs/head/main-staging` or `refs/head/masterfoobar` which isn't...

> > > ``` > > > contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref) > > > ``` > > > > > > > > > ... but it will also match branches...

QQ for the maintainers - I haven't been super verbose with my commit message when accepting proposals. Do you want me to squash those commits when we've resolved all conversations,...