Colin Eberhardt
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...
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...
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...
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.
 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...
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
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...