Colin Eberhardt

Results 153 issues of Colin Eberhardt

## Business Problem The recent advances in AI (and more specifically Generative AI) are poised to have a disruptive impact across both our business and home lives. The rapid advances...

contribution

We should consider expanding the landscape to include other financial services open source / open standards projects. Here is a candidate list for addition. Please add more ideas in the...

enhancement

It would be good to explore some alternative design ideas - here's a concept that we used for a project 5 years ago that I think might work: https://scottlogic.github.io/tech-pulse/#landing It...

enhancement

It would be quite useful if we could whitelist an org. Each commit author would be verified to see if they are a member of a given GitHub org.

enhancement

![image](https://user-images.githubusercontent.com/1098110/54474948-4ad2fb80-47e3-11e9-93be-b8f6d54d1232.png) Doesn't do anything functionally, but would be cool to have :-)

via email from @maoo > What if a GitHub user, that is "whitelisted" by the bot (since covered by a CLA) and therefore part of the "contributorListGithubUrl", deletes the GitHub...

bug

https://probot.github.io/

The code looks for `commit.author.login`, however this is the payload we see for these authors: ``` "commit": { "author": { "name": "---, "email": "---", "date": "2018-04-26T00:19:43Z" }, "committer": { "name":...

e.g. https://developer.github.com/v3/#http-redirects Can use the slabot-test => clabot-test project to test this code

enhancement

There are a few things that are making the tests fragile: - [ ] The mock request provides a response for each request. However, there is nothing checking that each...