Brendan Forster

Results 633 comments of Brendan Forster

I guess the only hassle here is turning this element: ``` yaml upforgrabs: name: up-for-grabs link: https://github.com/config-r/config-r/labels/up-for-grabs ``` Into something more like a dictionary (I'm not even sure if this...

I'd like to confirm that the `upforgrabs` element remains enumerable before we go down this path (otherwise generating the site content is going to be a pain) and also setup...

We could have some conventions (say `default` for the root element) to help with migration, but for the 80%\* who don't have multiple projects they need to understand this. Or...

> Don't we just JSONify the YML? I'm pretty sure we do when we generate the site. > Making the JS that consumes it robust against both structures would not...

For reference, this cool trick was raised in #310: https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Aconfig-r+label%3Aup-for-grabs Given your examples above mention the `config-r` account, perhaps this might be a good workaround until we work out how...

@adamralph I'm glad to know that works for you, but it kinda messes with my API ideas (and I think will break the issue counts currently displayed on the site)....

@adamralph yes. I've been inferring from the issue link where the project is hosted, and I already exclude 6 projects (out of 180ish) from my naive implementation of calculating the...

@daveaglick interesting idea :+1: will ponder on it further. I'll leave it up to others here if they have other ideas for doing grouping in the UI.

@Priyanka488 sure. There's an old PR #887 worth looking at which I haven't had a chance to review, but I'll try and provide feedback if you open a new PR...

@preetkaran20 thanks for the heads up - you're right that it's very out of date with what we currently support and probably needs some improvements. We have the code available...