Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for three_months_experts (0.27 seconds)

  1. scripts/people.py

            authors=authors,
        )
    
        people = {
            "maintainers": maintainers,
            "experts": experts,
            "last_month_experts": last_month_experts,
            "three_months_experts": three_months_experts,
            "six_months_experts": six_months_experts,
            "one_year_experts": one_year_experts,
        }
    
        # For local development
        # people_path = Path("../docs/en/data/people.yml")
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
  2. docs/en/data/people.yml

    - login: JavierSanchezCastro
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/72013291?u=ae5679e6bd971d9d98cd5e76e8683f83642ba950&v=4
      url: https://github.com/JavierSanchezCastro
    three_months_experts:
    - login: YuriiMotov
      count: 85
      avatarUrl: https://avatars.githubusercontent.com/u/109919500?u=bc48be95c429989224786106b027f3c5e40cc354&v=4
      url: https://github.com/YuriiMotov
    - login: JavierSanchezCastro
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 15:47:21 GMT 2026
    - 28.7K bytes
    - Click Count (0)
  3. docs/en/docs/fastapi-people.md

    <div class="user-list user-list-center">
    
    {% for user in people.three_months_experts[:10] %}
    
    {% if user.login not in skip_users %}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9K bytes
    - Click Count (0)
Back to Top