Skip to content
View mcleo-d's full-sized avatar

Organizations

@finos @finos-labs

Block or report mcleo-d

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcleo-d/README.md

Hi, welcome. It's great to meet you! πŸ‘‹πŸ»

Linkedin Badge

I'm James McLeod 😺 I am the NatWest Group Open Source Program Lead from Brighton in the United Kingdom and love to help people on their open source journey πŸ•Ά 🐳 πŸ¦€

🌍 Communities

  • NatWest Group Open Source Program Lead.
  • FINOS Director of Community.
  • FINOS Open Source in Finance Meetups (London and New York)
  • FINOS and Scott Logic Open Source Meetups (London, Edinburgh, Bristol and Leeds)
  • FINOS Open Source in Finance Forum (London and New York)
  • FINOS All Community Calls

πŸ‘Ύ Linux Foundation Projects

I have contributed to "The Untold Stories of Open Source" podcast πŸŽΆπŸ“£

Podcasts, Articles and Presentations

πŸ€œπŸ»βš‘οΈπŸ€›πŸ» Lets connect

Pinned Loading

  1. List of GitHub stargazers for named ... List of GitHub stargazers for named repo in organisation
    1
    query($github_org:String!, $repo:String!) {
    2
      organization(login: $github_org) {
    3
        repository(name: $repo) {
    4
          name
    5
          stargazers(orderBy: {field: STARRED_AT, direction: DESC}, first: 100) {
  2. Top 100 repos in a named GitHub orga... Top 100 repos in a named GitHub organisation, including first page of STARGAZERS, in descending order
    1
    query($github_org:String!) {
    2
      organization(login: $github_org) {
    3
        repositories(orderBy: {field: STARGAZERS, direction: DESC}, first: 100) {
    4
          pageInfo {
    5
            startCursor