fenilsonani commited on
Commit
48c80fe
·
verified ·
1 Parent(s): 5a4e736

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +198 -3
  2. collection_summary.json +510 -0
  3. github/commits_python.json +1232 -0
  4. github/commits_python.metadata.json +8 -0
  5. github/commits_rust.json +1287 -0
  6. github/commits_rust.metadata.json +8 -0
  7. github/contributors_nodejs.json +442 -0
  8. github/contributors_nodejs.metadata.json +8 -0
  9. github/contributors_react.json +442 -0
  10. github/contributors_react.metadata.json +8 -0
  11. github/issues_react.json +842 -0
  12. github/issues_react.metadata.json +8 -0
  13. github/issues_rust.json +1280 -0
  14. github/issues_rust.metadata.json +8 -0
  15. github/issues_vscode.json +1169 -0
  16. github/issues_vscode.metadata.json +8 -0
  17. github/org_apache.json +32 -0
  18. github/org_apache.metadata.json +8 -0
  19. github/org_facebook.json +32 -0
  20. github/org_facebook.metadata.json +8 -0
  21. github/org_google.json +32 -0
  22. github/org_google.metadata.json +8 -0
  23. github/org_microsoft.json +32 -0
  24. github/org_microsoft.metadata.json +8 -0
  25. github/pulls_kubernetes.json +0 -0
  26. github/pulls_kubernetes.metadata.json +8 -0
  27. github/pulls_tensorflow.json +0 -0
  28. github/pulls_tensorflow.metadata.json +8 -0
  29. github/releases_nodejs.json +0 -0
  30. github/releases_nodejs.metadata.json +8 -0
  31. github/releases_rust.json +0 -0
  32. github/releases_rust.metadata.json +8 -0
  33. github/repos_django.json +142 -0
  34. github/repos_django.metadata.json +8 -0
  35. github/repos_golang.json +140 -0
  36. github/repos_golang.metadata.json +8 -0
  37. github/repos_kubernetes.json +137 -0
  38. github/repos_kubernetes.metadata.json +8 -0
  39. github/repos_nodejs.json +142 -0
  40. github/repos_nodejs.metadata.json +8 -0
  41. github/repos_python.json +132 -0
  42. github/repos_python.metadata.json +8 -0
  43. github/repos_react.json +139 -0
  44. github/repos_react.metadata.json +8 -0
  45. github/repos_rust.json +136 -0
  46. github/repos_rust.metadata.json +8 -0
  47. github/repos_tensorflow.json +144 -0
  48. github/repos_tensorflow.metadata.json +8 -0
  49. github/repos_vscode.json +144 -0
  50. github/repos_vscode.metadata.json +8 -0
README.md CHANGED
@@ -1,3 +1,198 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ZENO Benchmark Datasets
2
+
3
+ This directory contains diverse, real-world JSON datasets collected for benchmarking ZENO's compression performance against JSON and other formats.
4
+
5
+ ## Collection Summary
6
+
7
+ **Last Updated:** November 5, 2025
8
+ **Total Datasets:** 65
9
+ **Total Size:** 4.17 MB (4,373,804 bytes)
10
+
11
+ ## Dataset Categories
12
+
13
+ ### 1. GitHub API (30 datasets, 1.24 MB)
14
+
15
+ Real GitHub API responses covering various endpoint types:
16
+
17
+ **Repository Information (10 datasets):**
18
+ - Major OSS projects: Kubernetes, React, VS Code, TensorFlow, Rust, Python, Go, Node.js, Django, Vue.js
19
+ - Contains: stars, forks, issues, language stats, license info, etc.
20
+ - Size range: 6-7 KB per file
21
+
22
+ **User Profiles (5 datasets):**
23
+ - Famous developers: Linus Torvalds, Guido van Rossum, DHH, Kyle Simpson, TJ Holowaychuk
24
+ - Contains: follower counts, repos, bio, location, etc.
25
+ - Size range: 1-1.5 KB per file
26
+
27
+ **Issues (3 datasets):**
28
+ - Open issues from Rust, VS Code, React
29
+ - 10 issues per dataset with full metadata
30
+ - Size range: 54-70 KB per file
31
+
32
+ **Pull Requests (2 datasets):**
33
+ - Active PRs from Kubernetes, TensorFlow
34
+ - Includes commits, reviews, labels, assignees
35
+ - Size range: 198-283 KB per file
36
+
37
+ **Contributors (2 datasets):**
38
+ - Top 20 contributors from React, Node.js
39
+ - Contains: contributions count, commit stats
40
+ - Size: ~21 KB per file
41
+
42
+ **Commits (2 datasets):**
43
+ - Recent 15 commits from Rust, Python
44
+ - Full commit metadata with author, message, stats
45
+ - Size: 77-78 KB per file
46
+
47
+ **Releases (2 datasets):**
48
+ - Release history from Rust, Node.js
49
+ - Includes: version tags, release notes, assets
50
+ - Size: 107-217 KB per file
51
+
52
+ **Organizations (4 datasets):**
53
+ - Microsoft, Google, Facebook, Apache
54
+ - Org metadata: repos, members, location
55
+ - Size: 1-1.3 KB per file
56
+
57
+ ### 2. JSONPlaceholder (10 datasets, 235 KB)
58
+
59
+ Fake REST API data for testing:
60
+
61
+ - **posts** (27 KB): 100 blog posts
62
+ - **comments** (157 KB): 500 comments
63
+ - **albums** (9 KB): 100 photo albums
64
+ - **photos** (10 KB): 50 photo metadata
65
+ - **todos** (24 KB): 200 todo items
66
+ - **users** (5 KB): 10 user profiles
67
+ - **user_posts** (2 KB): Posts by specific user
68
+ - **user_albums** (1 KB): Albums by specific user
69
+ - **post_comments** (1 KB): Comments on specific post
70
+ - **posts_single** (292 bytes): Single post detail
71
+
72
+ ### 3. Public APIs (10 datasets, 2.34 MB)
73
+
74
+ Data from various public REST APIs:
75
+
76
+ **Geographic Data:**
77
+ - **countries_usa** (21 KB): USA country information
78
+ - **countries_region_europe** (263 KB): All European countries
79
+ - **countries_language_spanish** (122 KB): Spanish-speaking countries
80
+
81
+ **Cryptocurrency Data:**
82
+ - **crypto_coins_list** (1.6 MB): Complete cryptocurrency list (15,000+ coins)
83
+ - **crypto_bitcoin** (140 KB): Bitcoin detailed data
84
+ - **crypto_ethereum** (140 KB): Ethereum detailed data
85
+ - **crypto_markets** (47 KB): Top 50 crypto markets
86
+
87
+ **Other APIs:**
88
+ - **dog_breeds** (4 KB): Dog breed catalog
89
+ - **breweries** (25 KB): 50 brewery records
90
+ - **nested_posts_with_comments** (10 KB): Posts with embedded comments
91
+
92
+ ### 4. Synthetic Datasets (15 datasets, 463 KB)
93
+
94
+ Carefully crafted datasets representing common real-world patterns:
95
+
96
+ **E-commerce & Business:**
97
+ - **ecommerce_catalog** (31 KB): 100 products with varied attributes
98
+ - **user_profiles** (34 KB): 80 user accounts with preferences
99
+ - **npm_packages** (40 KB): 60 package.json configurations
100
+
101
+ **Logging & Events:**
102
+ - **server_logs** (48 KB): 200 structured log entries
103
+ - **event_stream** (41 KB): 150 event records
104
+ - **api_responses** (51 KB): 50 API response samples
105
+
106
+ **Time-series & Sensor Data:**
107
+ - **sensor_timeseries** (32 KB): 150 sensor readings
108
+ - **geographic_data** (12 KB): 60 city records with coordinates
109
+
110
+ **Compression Test Cases:**
111
+ - **numeric_sequences** (1.9 KB): Linear, Fibonacci, powers, primes (delta compression test)
112
+ - **repeated_values** (11 KB): High repetition data (sparse mode test)
113
+ - **wide_table** (21 KB): 50 records × 20 fields (column mode test)
114
+ - **database_records_sparse** (13 KB): Records with sparse fields
115
+
116
+ **Complex Structures:**
117
+ - **nested_structures** (22 KB): Deeply nested objects
118
+ - **mixed_types** (23 KB): All JSON types mixed
119
+ - **large_text_fields** (86 KB): Articles with large text content
120
+
121
+ ## Size Distribution
122
+
123
+ | Size Range | Count | Example |
124
+ |------------|-------|---------|
125
+ | < 10 KB | 28 | User profiles, organizations, small configs |
126
+ | 10-50 KB | 24 | Repository info, logs, synthetic data |
127
+ | 50-100 KB | 7 | Issues, commits, large text fields |
128
+ | 100-300 KB | 7 | Releases, crypto data, country lists |
129
+ | > 300 KB | 1 | Crypto coins list (1.6 MB) |
130
+
131
+ ## Diversity Characteristics
132
+
133
+ The dataset collection includes:
134
+
135
+ - **Multiple domains:** Development tools, social media, e-commerce, finance, geography
136
+ - **Various structures:** Flat objects, nested hierarchies, arrays, mixed types
137
+ - **Different patterns:**
138
+ - Repetitive data (sparse mode candidates)
139
+ - Numeric sequences (delta encoding candidates)
140
+ - Wide tables (column mode candidates)
141
+ - String-heavy content (dictionary candidates)
142
+ - **Size variety:** 292 bytes to 1.6 MB
143
+ - **Real-world APIs:** GitHub, CoinGecko, REST Countries, etc.
144
+ - **Representative synthetic data:** Common use cases like logs, configs, time-series
145
+
146
+ ## File Structure
147
+
148
+ Each dataset consists of two files:
149
+
150
+ ```
151
+ source/
152
+ dataset_name.json # The actual JSON data
153
+ dataset_name.metadata.json # Collection metadata
154
+ ```
155
+
156
+ ### Metadata Format
157
+
158
+ ```json
159
+ {
160
+ "id": "source_dataset_name",
161
+ "source": "github|jsonplaceholder|public_apis|synthetic",
162
+ "collected_date": "2025-11-05T22:51:39.293685",
163
+ "size_bytes": 12345,
164
+ "description": "Brief description of the dataset",
165
+ "url": "Original URL if applicable"
166
+ }
167
+ ```
168
+
169
+ ## Usage in Benchmarks
170
+
171
+ These datasets are used to:
172
+
173
+ 1. **Measure compression ratios:** ZENO vs JSON vs MessagePack vs Protobuf
174
+ 2. **Test encoding modes:** Verify column/row/sparse/delta selection
175
+ 3. **Benchmark performance:** Encoding/decoding speed across dataset types
176
+ 4. **Validate correctness:** Round-trip testing (JSON → ZENO → JSON)
177
+ 5. **Token efficiency:** Estimate LLM token reduction
178
+
179
+ ## Expanding the Dataset
180
+
181
+ To scale to 1000+ datasets:
182
+
183
+ 1. **GitHub API:** Expand to more repos, longer histories
184
+ 2. **Package Registries:** npm, PyPI, crates.io package metadata
185
+ 3. **Social Media:** Twitter/X, Reddit public APIs
186
+ 4. **Open Data:** Government datasets, scientific data
187
+ 5. **Logs:** Real production logs (anonymized)
188
+ 6. **Configurations:** Real-world config files from OSS projects
189
+ 7. **Database Dumps:** Sample SQL→JSON exports
190
+
191
+ ## License & Attribution
192
+
193
+ - **GitHub API data:** Public API, subject to GitHub's terms
194
+ - **JSONPlaceholder:** Fake data, free to use
195
+ - **Public APIs:** Various licenses, check individual sources
196
+ - **Synthetic data:** Generated for this project, no restrictions
197
+
198
+ All data is for benchmarking and research purposes only
collection_summary.json ADDED
@@ -0,0 +1,510 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "collected_date": "2025-11-05T22:51:39.293685",
3
+ "total_datasets": 65,
4
+ "total_size_bytes": 4373804,
5
+ "by_source": {
6
+ "github": {
7
+ "count": 30,
8
+ "size": 1266295,
9
+ "files": [
10
+ "repos_kubernetes",
11
+ "repos_react",
12
+ "repos_vscode",
13
+ "repos_tensorflow",
14
+ "repos_rust",
15
+ "repos_python",
16
+ "repos_golang",
17
+ "repos_nodejs",
18
+ "repos_django",
19
+ "repos_vue",
20
+ "user_torvalds",
21
+ "user_gvanrossum",
22
+ "user_dhh",
23
+ "user_getify",
24
+ "user_tj",
25
+ "issues_rust",
26
+ "issues_vscode",
27
+ "issues_react",
28
+ "pulls_kubernetes",
29
+ "pulls_tensorflow",
30
+ "contributors_react",
31
+ "contributors_nodejs",
32
+ "commits_rust",
33
+ "commits_python",
34
+ "releases_rust",
35
+ "releases_nodejs",
36
+ "org_microsoft",
37
+ "org_google",
38
+ "org_facebook",
39
+ "org_apache"
40
+ ]
41
+ },
42
+ "jsonplaceholder": {
43
+ "count": 10,
44
+ "size": 240788,
45
+ "files": [
46
+ "posts",
47
+ "posts_single",
48
+ "comments",
49
+ "albums",
50
+ "photos",
51
+ "todos",
52
+ "users",
53
+ "user_posts",
54
+ "user_albums",
55
+ "post_comments"
56
+ ]
57
+ },
58
+ "public_apis": {
59
+ "count": 10,
60
+ "size": 2392506,
61
+ "files": [
62
+ "countries_usa",
63
+ "countries_region_europe",
64
+ "crypto_coins_list",
65
+ "crypto_bitcoin",
66
+ "crypto_ethereum",
67
+ "crypto_markets",
68
+ "nested_posts_with_comments",
69
+ "dog_breeds",
70
+ "breweries",
71
+ "countries_language_spanish"
72
+ ]
73
+ },
74
+ "synthetic": {
75
+ "count": 15,
76
+ "size": 474215,
77
+ "files": [
78
+ "ecommerce_catalog",
79
+ "user_profiles",
80
+ "server_logs",
81
+ "sensor_timeseries",
82
+ "npm_packages",
83
+ "api_responses",
84
+ "database_records_sparse",
85
+ "numeric_sequences",
86
+ "repeated_values",
87
+ "wide_table",
88
+ "nested_structures",
89
+ "mixed_types",
90
+ "geographic_data",
91
+ "event_stream",
92
+ "large_text_fields"
93
+ ]
94
+ }
95
+ },
96
+ "collected": [
97
+ {
98
+ "source": "github",
99
+ "name": "repos_kubernetes",
100
+ "size": 7080,
101
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_kubernetes.json"
102
+ },
103
+ {
104
+ "source": "github",
105
+ "name": "repos_react",
106
+ "size": 6708,
107
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_react.json"
108
+ },
109
+ {
110
+ "source": "github",
111
+ "name": "repos_vscode",
112
+ "size": 7035,
113
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_vscode.json"
114
+ },
115
+ {
116
+ "source": "github",
117
+ "name": "repos_tensorflow",
118
+ "size": 7266,
119
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_tensorflow.json"
120
+ },
121
+ {
122
+ "source": "github",
123
+ "name": "repos_rust",
124
+ "size": 6684,
125
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_rust.json"
126
+ },
127
+ {
128
+ "source": "github",
129
+ "name": "repos_python",
130
+ "size": 6537,
131
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_python.json"
132
+ },
133
+ {
134
+ "source": "github",
135
+ "name": "repos_golang",
136
+ "size": 6547,
137
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_golang.json"
138
+ },
139
+ {
140
+ "source": "github",
141
+ "name": "repos_nodejs",
142
+ "size": 6542,
143
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_nodejs.json"
144
+ },
145
+ {
146
+ "source": "github",
147
+ "name": "repos_django",
148
+ "size": 6714,
149
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_django.json"
150
+ },
151
+ {
152
+ "source": "github",
153
+ "name": "repos_vue",
154
+ "size": 6429,
155
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/repos_vue.json"
156
+ },
157
+ {
158
+ "source": "github",
159
+ "name": "user_torvalds",
160
+ "size": 1356,
161
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/user_torvalds.json"
162
+ },
163
+ {
164
+ "source": "github",
165
+ "name": "user_gvanrossum",
166
+ "size": 1420,
167
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/user_gvanrossum.json"
168
+ },
169
+ {
170
+ "source": "github",
171
+ "name": "user_dhh",
172
+ "size": 1294,
173
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/user_dhh.json"
174
+ },
175
+ {
176
+ "source": "github",
177
+ "name": "user_getify",
178
+ "size": 1435,
179
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/user_getify.json"
180
+ },
181
+ {
182
+ "source": "github",
183
+ "name": "user_tj",
184
+ "size": 1246,
185
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/user_tj.json"
186
+ },
187
+ {
188
+ "source": "github",
189
+ "name": "issues_rust",
190
+ "size": 57355,
191
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/issues_rust.json"
192
+ },
193
+ {
194
+ "source": "github",
195
+ "name": "issues_vscode",
196
+ "size": 70166,
197
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/issues_vscode.json"
198
+ },
199
+ {
200
+ "source": "github",
201
+ "name": "issues_react",
202
+ "size": 54493,
203
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/issues_react.json"
204
+ },
205
+ {
206
+ "source": "github",
207
+ "name": "pulls_kubernetes",
208
+ "size": 283446,
209
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/pulls_kubernetes.json"
210
+ },
211
+ {
212
+ "source": "github",
213
+ "name": "pulls_tensorflow",
214
+ "size": 198542,
215
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/pulls_tensorflow.json"
216
+ },
217
+ {
218
+ "source": "github",
219
+ "name": "contributors_react",
220
+ "size": 21354,
221
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/contributors_react.json"
222
+ },
223
+ {
224
+ "source": "github",
225
+ "name": "contributors_nodejs",
226
+ "size": 21515,
227
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/contributors_nodejs.json"
228
+ },
229
+ {
230
+ "source": "github",
231
+ "name": "commits_rust",
232
+ "size": 77142,
233
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/commits_rust.json"
234
+ },
235
+ {
236
+ "source": "github",
237
+ "name": "commits_python",
238
+ "size": 78004,
239
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/commits_python.json"
240
+ },
241
+ {
242
+ "source": "github",
243
+ "name": "releases_rust",
244
+ "size": 107359,
245
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/releases_rust.json"
246
+ },
247
+ {
248
+ "source": "github",
249
+ "name": "releases_nodejs",
250
+ "size": 217781,
251
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/releases_nodejs.json"
252
+ },
253
+ {
254
+ "source": "github",
255
+ "name": "org_microsoft",
256
+ "size": 1250,
257
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/org_microsoft.json"
258
+ },
259
+ {
260
+ "source": "github",
261
+ "name": "org_google",
262
+ "size": 1195,
263
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/org_google.json"
264
+ },
265
+ {
266
+ "source": "github",
267
+ "name": "org_facebook",
268
+ "size": 1265,
269
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/org_facebook.json"
270
+ },
271
+ {
272
+ "source": "github",
273
+ "name": "org_apache",
274
+ "size": 1135,
275
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/github/org_apache.json"
276
+ },
277
+ {
278
+ "source": "jsonplaceholder",
279
+ "name": "posts",
280
+ "size": 27520,
281
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/posts.json"
282
+ },
283
+ {
284
+ "source": "jsonplaceholder",
285
+ "name": "posts_single",
286
+ "size": 292,
287
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/posts_single.json"
288
+ },
289
+ {
290
+ "source": "jsonplaceholder",
291
+ "name": "comments",
292
+ "size": 157745,
293
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/comments.json"
294
+ },
295
+ {
296
+ "source": "jsonplaceholder",
297
+ "name": "albums",
298
+ "size": 9333,
299
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/albums.json"
300
+ },
301
+ {
302
+ "source": "jsonplaceholder",
303
+ "name": "photos",
304
+ "size": 10730,
305
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/photos.json"
306
+ },
307
+ {
308
+ "source": "jsonplaceholder",
309
+ "name": "todos",
310
+ "size": 24311,
311
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/todos.json"
312
+ },
313
+ {
314
+ "source": "jsonplaceholder",
315
+ "name": "users",
316
+ "size": 5645,
317
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/users.json"
318
+ },
319
+ {
320
+ "source": "jsonplaceholder",
321
+ "name": "user_posts",
322
+ "size": 2726,
323
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/user_posts.json"
324
+ },
325
+ {
326
+ "source": "jsonplaceholder",
327
+ "name": "user_albums",
328
+ "size": 976,
329
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/user_albums.json"
330
+ },
331
+ {
332
+ "source": "jsonplaceholder",
333
+ "name": "post_comments",
334
+ "size": 1510,
335
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/jsonplaceholder/post_comments.json"
336
+ },
337
+ {
338
+ "source": "public_apis",
339
+ "name": "countries_usa",
340
+ "size": 21712,
341
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/countries_usa.json"
342
+ },
343
+ {
344
+ "source": "public_apis",
345
+ "name": "countries_region_europe",
346
+ "size": 263474,
347
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/countries_region_europe.json"
348
+ },
349
+ {
350
+ "source": "public_apis",
351
+ "name": "crypto_coins_list",
352
+ "size": 1617013,
353
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/crypto_coins_list.json"
354
+ },
355
+ {
356
+ "source": "public_apis",
357
+ "name": "crypto_bitcoin",
358
+ "size": 140474,
359
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/crypto_bitcoin.json"
360
+ },
361
+ {
362
+ "source": "public_apis",
363
+ "name": "crypto_ethereum",
364
+ "size": 140100,
365
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/crypto_ethereum.json"
366
+ },
367
+ {
368
+ "source": "public_apis",
369
+ "name": "crypto_markets",
370
+ "size": 47280,
371
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/crypto_markets.json"
372
+ },
373
+ {
374
+ "source": "public_apis",
375
+ "name": "nested_posts_with_comments",
376
+ "size": 9984,
377
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/nested_posts_with_comments.json"
378
+ },
379
+ {
380
+ "source": "public_apis",
381
+ "name": "dog_breeds",
382
+ "size": 4008,
383
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/dog_breeds.json"
384
+ },
385
+ {
386
+ "source": "public_apis",
387
+ "name": "breweries",
388
+ "size": 25738,
389
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/breweries.json"
390
+ },
391
+ {
392
+ "source": "public_apis",
393
+ "name": "countries_language_spanish",
394
+ "size": 122723,
395
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/public_apis/countries_language_spanish.json"
396
+ },
397
+ {
398
+ "source": "synthetic",
399
+ "name": "ecommerce_catalog",
400
+ "size": 31452,
401
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/ecommerce_catalog.json"
402
+ },
403
+ {
404
+ "source": "synthetic",
405
+ "name": "user_profiles",
406
+ "size": 34013,
407
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/user_profiles.json"
408
+ },
409
+ {
410
+ "source": "synthetic",
411
+ "name": "server_logs",
412
+ "size": 48446,
413
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/server_logs.json"
414
+ },
415
+ {
416
+ "source": "synthetic",
417
+ "name": "sensor_timeseries",
418
+ "size": 32135,
419
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/sensor_timeseries.json"
420
+ },
421
+ {
422
+ "source": "synthetic",
423
+ "name": "npm_packages",
424
+ "size": 40608,
425
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/npm_packages.json"
426
+ },
427
+ {
428
+ "source": "synthetic",
429
+ "name": "api_responses",
430
+ "size": 51422,
431
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/api_responses.json"
432
+ },
433
+ {
434
+ "source": "synthetic",
435
+ "name": "database_records_sparse",
436
+ "size": 13852,
437
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/database_records_sparse.json"
438
+ },
439
+ {
440
+ "source": "synthetic",
441
+ "name": "numeric_sequences",
442
+ "size": 1927,
443
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/numeric_sequences.json"
444
+ },
445
+ {
446
+ "source": "synthetic",
447
+ "name": "repeated_values",
448
+ "size": 11673,
449
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/repeated_values.json"
450
+ },
451
+ {
452
+ "source": "synthetic",
453
+ "name": "wide_table",
454
+ "size": 21541,
455
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/wide_table.json"
456
+ },
457
+ {
458
+ "source": "synthetic",
459
+ "name": "nested_structures",
460
+ "size": 22533,
461
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/nested_structures.json"
462
+ },
463
+ {
464
+ "source": "synthetic",
465
+ "name": "mixed_types",
466
+ "size": 23296,
467
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/mixed_types.json"
468
+ },
469
+ {
470
+ "source": "synthetic",
471
+ "name": "geographic_data",
472
+ "size": 12451,
473
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/geographic_data.json"
474
+ },
475
+ {
476
+ "source": "synthetic",
477
+ "name": "event_stream",
478
+ "size": 41922,
479
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/event_stream.json"
480
+ },
481
+ {
482
+ "source": "synthetic",
483
+ "name": "large_text_fields",
484
+ "size": 86944,
485
+ "path": "/Users/fenilsonani/Developer/zero-formate/research/benchmarks/datasets/synthetic/large_text_fields.json"
486
+ }
487
+ ],
488
+ "failed": [
489
+ {
490
+ "url": "https://restcountries.com/v3.1/all",
491
+ "error": "HTTP 400"
492
+ },
493
+ {
494
+ "url": "https://fakestoreapi.com/products",
495
+ "error": "HTTP 403"
496
+ },
497
+ {
498
+ "url": "https://fakestoreapi.com/products/category/electronics",
499
+ "error": "HTTP 403"
500
+ },
501
+ {
502
+ "url": "https://fakestoreapi.com/carts",
503
+ "error": "HTTP 403"
504
+ },
505
+ {
506
+ "url": "https://fakestoreapi.com/users",
507
+ "error": "HTTP 403"
508
+ }
509
+ ]
510
+ }
github/commits_python.json ADDED
@@ -0,0 +1,1232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "sha": "95f6e1275b1c9de550d978cb2b4351cc4ed24fe4",
4
+ "node_id": "C_kwDOBN0Z8doAKDk1ZjZlMTI3NWIxYzlkZTU1MGQ5NzhjYjJiNDM1MWNjNGVkMjRmZTQ",
5
+ "commit": {
6
+ "author": {
7
+ "name": "Savannah Ostrowski",
8
+ "email": "savannah@python.org",
9
+ "date": "2025-11-05T22:46:30Z"
10
+ },
11
+ "committer": {
12
+ "name": "GitHub",
13
+ "email": "noreply@github.com",
14
+ "date": "2025-11-05T22:46:30Z"
15
+ },
16
+ "message": "GH-108009: Add clarification of parser and argument defaults in argparse docs (#124154)\n\nCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>",
17
+ "tree": {
18
+ "sha": "104731a887510b07ec5908e077455bc1fd10cf14",
19
+ "url": "https://api.github.com/repos/python/cpython/git/trees/104731a887510b07ec5908e077455bc1fd10cf14"
20
+ },
21
+ "url": "https://api.github.com/repos/python/cpython/git/commits/95f6e1275b1c9de550d978cb2b4351cc4ed24fe4",
22
+ "comment_count": 0,
23
+ "verification": {
24
+ "verified": true,
25
+ "reason": "valid",
26
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC9PGCRC1aQ7uu5UhlAAA9NIQACxGDLkJOIkiPL2JsrVqQB39\nIXqUIYP/dG/EfgmTqkeGj0prNCX4f5WQoumIliqmZGTwv9fmjun/FFWbdK6Z/8u8\n+6CNECzGZm1p2JTJJBRMmHZwHBZsTiAazkybngyNEaXHUrKqiLfESzULGpQ/Cym2\nx2T7RDDVpWVlnLT7YZ2DF0GLFzF6p64jbEbw5fqm5tICB+x/zgXcpN0cqyig06Ub\nDky9pxnd8GpQ+MPMcprhPB0VaXKDk3dTa3PYuICGuRHRwGANkRbdUpGE84iZSrWE\nuOUOiyk9cgbNOHcMW1liIpMaDIjnPQ0SAzrk5XlWNyiodTlmTb17Sl2CvFSt5gea\nehNY2a4xDDmhBni+vOMq5E2bY0hqX1hhXN/I1oaPBZflDC3f/0y/SObKJsQG6zzx\nWDQItmtCV5Z86bDnpHxasHXuVpz8+h+JOP7pCDXThhcXMa4zVUnYLT6NU4+e6iia\n7VaTVjocB1ARXooDcU6XW9RA7CGEKI5+GEdXKa2axH51Qp6h1O0Io2irGXES9lWd\n5C7K4D/iOrtcaT9bVYnQn2G2lXIsnJEI9bz+g8U9b59Hhsv3d4q++pKAiV9jLWNE\nz8qs4OvrbK1Kzrihxn+D3iOiq8OzwLMQHsUqfegyLVqdr3Z+oYCjbK2oydDwu112\nRe8FsR4IKInYaZ0V2AIm\n=WckV\n-----END PGP SIGNATURE-----\n",
27
+ "payload": "tree 104731a887510b07ec5908e077455bc1fd10cf14\nparent f0ab07f22c5fd18058a3ece7a1e745b3922af908\nauthor Savannah Ostrowski <savannah@python.org> 1762382790 -0800\ncommitter GitHub <noreply@github.com> 1762382790 +0000\n\nGH-108009: Add clarification of parser and argument defaults in argparse docs (#124154)\n\nCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>",
28
+ "verified_at": "2025-11-05T22:46:31Z"
29
+ }
30
+ },
31
+ "url": "https://api.github.com/repos/python/cpython/commits/95f6e1275b1c9de550d978cb2b4351cc4ed24fe4",
32
+ "html_url": "https://github.com/python/cpython/commit/95f6e1275b1c9de550d978cb2b4351cc4ed24fe4",
33
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/95f6e1275b1c9de550d978cb2b4351cc4ed24fe4/comments",
34
+ "author": {
35
+ "login": "savannahostrowski",
36
+ "id": 8949415,
37
+ "node_id": "MDQ6VXNlcjg5NDk0MTU=",
38
+ "avatar_url": "https://avatars.githubusercontent.com/u/8949415?v=4",
39
+ "gravatar_id": "",
40
+ "url": "https://api.github.com/users/savannahostrowski",
41
+ "html_url": "https://github.com/savannahostrowski",
42
+ "followers_url": "https://api.github.com/users/savannahostrowski/followers",
43
+ "following_url": "https://api.github.com/users/savannahostrowski/following{/other_user}",
44
+ "gists_url": "https://api.github.com/users/savannahostrowski/gists{/gist_id}",
45
+ "starred_url": "https://api.github.com/users/savannahostrowski/starred{/owner}{/repo}",
46
+ "subscriptions_url": "https://api.github.com/users/savannahostrowski/subscriptions",
47
+ "organizations_url": "https://api.github.com/users/savannahostrowski/orgs",
48
+ "repos_url": "https://api.github.com/users/savannahostrowski/repos",
49
+ "events_url": "https://api.github.com/users/savannahostrowski/events{/privacy}",
50
+ "received_events_url": "https://api.github.com/users/savannahostrowski/received_events",
51
+ "type": "User",
52
+ "user_view_type": "public",
53
+ "site_admin": false
54
+ },
55
+ "committer": {
56
+ "login": "web-flow",
57
+ "id": 19864447,
58
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
59
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
60
+ "gravatar_id": "",
61
+ "url": "https://api.github.com/users/web-flow",
62
+ "html_url": "https://github.com/web-flow",
63
+ "followers_url": "https://api.github.com/users/web-flow/followers",
64
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
65
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
66
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
67
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
68
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
69
+ "repos_url": "https://api.github.com/users/web-flow/repos",
70
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
71
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
72
+ "type": "User",
73
+ "user_view_type": "public",
74
+ "site_admin": false
75
+ },
76
+ "parents": [
77
+ {
78
+ "sha": "f0ab07f22c5fd18058a3ece7a1e745b3922af908",
79
+ "url": "https://api.github.com/repos/python/cpython/commits/f0ab07f22c5fd18058a3ece7a1e745b3922af908",
80
+ "html_url": "https://github.com/python/cpython/commit/f0ab07f22c5fd18058a3ece7a1e745b3922af908"
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "sha": "f0ab07f22c5fd18058a3ece7a1e745b3922af908",
86
+ "node_id": "C_kwDOBN0Z8doAKGYwYWIwN2YyMmM1ZmQxODA1OGEzZWNlN2ExZTc0NWIzOTIyYWY5MDg",
87
+ "commit": {
88
+ "author": {
89
+ "name": "Peter Bierma",
90
+ "email": "zintensitydev@gmail.com",
91
+ "date": "2025-11-05T22:32:12Z"
92
+ },
93
+ "committer": {
94
+ "name": "GitHub",
95
+ "email": "noreply@github.com",
96
+ "date": "2025-11-05T22:32:12Z"
97
+ },
98
+ "message": "gh-141004: Document `PyDict_GET_SIZE` (GH-141078)",
99
+ "tree": {
100
+ "sha": "a09681a713fb92158779b1f9ff215a9653fa6a43",
101
+ "url": "https://api.github.com/repos/python/cpython/git/trees/a09681a713fb92158779b1f9ff215a9653fa6a43"
102
+ },
103
+ "url": "https://api.github.com/repos/python/cpython/git/commits/f0ab07f22c5fd18058a3ece7a1e745b3922af908",
104
+ "comment_count": 0,
105
+ "verification": {
106
+ "verified": true,
107
+ "reason": "valid",
108
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC9BsCRC1aQ7uu5UhlAAAU9AQAD7ovKI4TRRHA/giIb/UPl71\nouscrycV7bikRM6Vo9QVzo9DZF0oDWaJDQkT/ET5ZIAGzSpPBtkVCD4GWLCxp8ok\nkEiHysIlC37gRmrQQO21C7jgByQ2JG7imMcexcZVq0vVVQtcbTBTjtPUaBS59ulu\npsLeLGalqvQmLr07FWkmRQpbVS2YJCUzSQD9j20cIiJ/6L+viqR+X2zTJez0I3Vo\n/LlsK+zzqAwMd4ZMXe4JOF7nKYm4lwbBrhHMHjOosCj5nC5zgyWG5iAiEpU1YaEg\nqK9rtNTyZpo/CsomIDaWMrlTKkbOmpfALMVYW9KmKaVpkVoCcyvmuTR2PbKtvzWx\nDtR5C61/3Digik3y5RSynuCDEKZfniq2sxP/7dsN8M61+Md8VPSWOp6ySQjgEUAp\nXklREZxws1OkHzqQ47CeSSgEq77a5onsn04o+K1N5IyJuGEjrvCViuB5JzMjO7Zz\nu620/WtY3oSNuOV2EwULwgTjmkt519G7qWu6AhYA2TZiGd7wSJzoPUqzV657CPf1\nlVlgaCK3pfvrwzZaaG47lpZyupi6SPMGIzuhQVOTeFuu5qHYYZ+kDXOobXlqovT7\nCvHzyhztV/UfeCyRPDwKLuOJeMJi+CdfgKTCP+JvSugG4vQCg1sgXgv7/0XDKaeE\nr4d8jBN8cV1CxOpDzOEu\n=SeRr\n-----END PGP SIGNATURE-----\n",
109
+ "payload": "tree a09681a713fb92158779b1f9ff215a9653fa6a43\nparent 227f4abacdd89bb3816c172a7f6fdaa2024dbada\nauthor Peter Bierma <zintensitydev@gmail.com> 1762381932 -0500\ncommitter GitHub <noreply@github.com> 1762381932 -0500\n\ngh-141004: Document `PyDict_GET_SIZE` (GH-141078)\n\n",
110
+ "verified_at": "2025-11-05T22:32:13Z"
111
+ }
112
+ },
113
+ "url": "https://api.github.com/repos/python/cpython/commits/f0ab07f22c5fd18058a3ece7a1e745b3922af908",
114
+ "html_url": "https://github.com/python/cpython/commit/f0ab07f22c5fd18058a3ece7a1e745b3922af908",
115
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/f0ab07f22c5fd18058a3ece7a1e745b3922af908/comments",
116
+ "author": {
117
+ "login": "ZeroIntensity",
118
+ "id": 49501366,
119
+ "node_id": "MDQ6VXNlcjQ5NTAxMzY2",
120
+ "avatar_url": "https://avatars.githubusercontent.com/u/49501366?v=4",
121
+ "gravatar_id": "",
122
+ "url": "https://api.github.com/users/ZeroIntensity",
123
+ "html_url": "https://github.com/ZeroIntensity",
124
+ "followers_url": "https://api.github.com/users/ZeroIntensity/followers",
125
+ "following_url": "https://api.github.com/users/ZeroIntensity/following{/other_user}",
126
+ "gists_url": "https://api.github.com/users/ZeroIntensity/gists{/gist_id}",
127
+ "starred_url": "https://api.github.com/users/ZeroIntensity/starred{/owner}{/repo}",
128
+ "subscriptions_url": "https://api.github.com/users/ZeroIntensity/subscriptions",
129
+ "organizations_url": "https://api.github.com/users/ZeroIntensity/orgs",
130
+ "repos_url": "https://api.github.com/users/ZeroIntensity/repos",
131
+ "events_url": "https://api.github.com/users/ZeroIntensity/events{/privacy}",
132
+ "received_events_url": "https://api.github.com/users/ZeroIntensity/received_events",
133
+ "type": "User",
134
+ "user_view_type": "public",
135
+ "site_admin": false
136
+ },
137
+ "committer": {
138
+ "login": "web-flow",
139
+ "id": 19864447,
140
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
141
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
142
+ "gravatar_id": "",
143
+ "url": "https://api.github.com/users/web-flow",
144
+ "html_url": "https://github.com/web-flow",
145
+ "followers_url": "https://api.github.com/users/web-flow/followers",
146
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
147
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
148
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
149
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
150
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
151
+ "repos_url": "https://api.github.com/users/web-flow/repos",
152
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
153
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
154
+ "type": "User",
155
+ "user_view_type": "public",
156
+ "site_admin": false
157
+ },
158
+ "parents": [
159
+ {
160
+ "sha": "227f4abacdd89bb3816c172a7f6fdaa2024dbada",
161
+ "url": "https://api.github.com/repos/python/cpython/commits/227f4abacdd89bb3816c172a7f6fdaa2024dbada",
162
+ "html_url": "https://github.com/python/cpython/commit/227f4abacdd89bb3816c172a7f6fdaa2024dbada"
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "sha": "227f4abacdd89bb3816c172a7f6fdaa2024dbada",
168
+ "node_id": "C_kwDOBN0Z8doAKDIyN2Y0YWJhY2RkODliYjM4MTZjMTcyYTdmNmZkYWEyMDI0ZGJhZGE",
169
+ "commit": {
170
+ "author": {
171
+ "name": "Zenith",
172
+ "email": "me@arielle.codes",
173
+ "date": "2025-11-05T22:00:36Z"
174
+ },
175
+ "committer": {
176
+ "name": "GitHub",
177
+ "email": "noreply@github.com",
178
+ "date": "2025-11-05T22:00:36Z"
179
+ },
180
+ "message": "gh-76007: remove curses.__version__ doc (#141052)",
181
+ "tree": {
182
+ "sha": "d4b77d551083c740dfbe2c7abe312c149ac76f6b",
183
+ "url": "https://api.github.com/repos/python/cpython/git/trees/d4b77d551083c740dfbe2c7abe312c149ac76f6b"
184
+ },
185
+ "url": "https://api.github.com/repos/python/cpython/git/commits/227f4abacdd89bb3816c172a7f6fdaa2024dbada",
186
+ "comment_count": 0,
187
+ "verification": {
188
+ "verified": true,
189
+ "reason": "valid",
190
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC8kECRC1aQ7uu5UhlAAAsMIQAH8Zeqq1Y1dPMuH5ts12WOne\nWfwZQunQT3pDN40NC72sbqqUZJskKsGGQ1b97GRY51ZfaLeQreLkmwFUmQrtijji\npxBx+5TndAaBhI3x7AGs1aNvVfn79rdIg/zL7xWjfNigDkfIz1slJxvKWBXU/ZW4\ngvrjvRZabjjkD4ny6n6TFb3Uwla3BPQMX2MAIPd6XXqtfF3tOqGioC/vyl+a5HG/\n5qjBA6ZKoNOSHqWCWfEmk8D14R9/7tA+F40t1phQAS0uBSv3SGZOh2oHgxrbbP7E\n1keH3bNEHUexR3WES1xdhmnc3WCoQYYukSc5mceyP9VLiqUM/LoZiKdBGzafOGmy\naeoGQr9uTlN0Lp9HgT6YmsYR7Rr1NYqB6+ZWXAtC8+6jBFDOSzcZU9Jq9LO+riUQ\nauRz/irsP9qIbQWt7CY+lCByk0fXEw4bo5HMwThh9wXvtZEhTptZuimI6v4Y7DxH\ndbf3dmt8o6SsteC8WeTVevGrXI1swDX1Q8xMOlBNhFqMIfqp0QBXwBH/sTx5LPfr\n8mRaqUKyDjTwVBVUm7H9PMPWQQhmZJ+ztlbvbSgxTj6v9B78rnLqrimUsCsyhZrk\nHKxHG3OpF7HrqpcbkNQvk1cRBfMN/SHbpHeliQQ3Z+Zh4yoBDJ8tgd0vN0WXfgaW\n5Tagd9owZXrw9HwAMWK4\n=xQu0\n-----END PGP SIGNATURE-----\n",
191
+ "payload": "tree d4b77d551083c740dfbe2c7abe312c149ac76f6b\nparent 5b02c6e920aaef4b202fc19186f742d008460fd3\nauthor Zenith <me@arielle.codes> 1762380036 -0500\ncommitter GitHub <noreply@github.com> 1762380036 +0200\n\ngh-76007: remove curses.__version__ doc (#141052)\n\n",
192
+ "verified_at": "2025-11-05T22:00:37Z"
193
+ }
194
+ },
195
+ "url": "https://api.github.com/repos/python/cpython/commits/227f4abacdd89bb3816c172a7f6fdaa2024dbada",
196
+ "html_url": "https://github.com/python/cpython/commit/227f4abacdd89bb3816c172a7f6fdaa2024dbada",
197
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/227f4abacdd89bb3816c172a7f6fdaa2024dbada/comments",
198
+ "author": {
199
+ "login": "onerandomusername",
200
+ "id": 71233171,
201
+ "node_id": "MDQ6VXNlcjcxMjMzMTcx",
202
+ "avatar_url": "https://avatars.githubusercontent.com/u/71233171?v=4",
203
+ "gravatar_id": "",
204
+ "url": "https://api.github.com/users/onerandomusername",
205
+ "html_url": "https://github.com/onerandomusername",
206
+ "followers_url": "https://api.github.com/users/onerandomusername/followers",
207
+ "following_url": "https://api.github.com/users/onerandomusername/following{/other_user}",
208
+ "gists_url": "https://api.github.com/users/onerandomusername/gists{/gist_id}",
209
+ "starred_url": "https://api.github.com/users/onerandomusername/starred{/owner}{/repo}",
210
+ "subscriptions_url": "https://api.github.com/users/onerandomusername/subscriptions",
211
+ "organizations_url": "https://api.github.com/users/onerandomusername/orgs",
212
+ "repos_url": "https://api.github.com/users/onerandomusername/repos",
213
+ "events_url": "https://api.github.com/users/onerandomusername/events{/privacy}",
214
+ "received_events_url": "https://api.github.com/users/onerandomusername/received_events",
215
+ "type": "User",
216
+ "user_view_type": "public",
217
+ "site_admin": false
218
+ },
219
+ "committer": {
220
+ "login": "web-flow",
221
+ "id": 19864447,
222
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
223
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
224
+ "gravatar_id": "",
225
+ "url": "https://api.github.com/users/web-flow",
226
+ "html_url": "https://github.com/web-flow",
227
+ "followers_url": "https://api.github.com/users/web-flow/followers",
228
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
229
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
230
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
231
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
232
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
233
+ "repos_url": "https://api.github.com/users/web-flow/repos",
234
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
235
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
236
+ "type": "User",
237
+ "user_view_type": "public",
238
+ "site_admin": false
239
+ },
240
+ "parents": [
241
+ {
242
+ "sha": "5b02c6e920aaef4b202fc19186f742d008460fd3",
243
+ "url": "https://api.github.com/repos/python/cpython/commits/5b02c6e920aaef4b202fc19186f742d008460fd3",
244
+ "html_url": "https://github.com/python/cpython/commit/5b02c6e920aaef4b202fc19186f742d008460fd3"
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "sha": "5b02c6e920aaef4b202fc19186f742d008460fd3",
250
+ "node_id": "C_kwDOBN0Z8doAKDViMDJjNmU5MjBhYWVmNGIyMDJmYzE5MTg2Zjc0MmQwMDg0NjBmZDM",
251
+ "commit": {
252
+ "author": {
253
+ "name": "Peter Bierma",
254
+ "email": "zintensitydev@gmail.com",
255
+ "date": "2025-11-05T22:00:26Z"
256
+ },
257
+ "committer": {
258
+ "name": "GitHub",
259
+ "email": "noreply@github.com",
260
+ "date": "2025-11-05T22:00:26Z"
261
+ },
262
+ "message": "gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029)\n\nCo-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>",
263
+ "tree": {
264
+ "sha": "7701950757f11b218c8694aa269ec33ceb491b22",
265
+ "url": "https://api.github.com/repos/python/cpython/git/trees/7701950757f11b218c8694aa269ec33ceb491b22"
266
+ },
267
+ "url": "https://api.github.com/repos/python/cpython/git/commits/5b02c6e920aaef4b202fc19186f742d008460fd3",
268
+ "comment_count": 0,
269
+ "verification": {
270
+ "verified": true,
271
+ "reason": "valid",
272
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC8j6CRC1aQ7uu5UhlAAAHB0QAEf4ElfG9S0fuTXo8YGEd+7h\nmjm6bubF/pBqZaXwaQTrojiu9ex3ubttfnm/BeHj56J6bzH1NdlWhiQHbr1aQj+1\nE9+NI9ylWdAKD0sSTaWFNx9BOpsoYzAux2Zz/6yo4GEgibwnR6YR/HC44no6s4eu\nAkZ+oMaEjgxREKJ8raeRqw70WTIyfojxF1X2zoxRVdhdDUVnO1TAvFyg/lGtapzY\naLGkSusD7jCr8+AtFukvN7gOdL6B9wO2BH8Y6Gm99O8H/Aojmd5WvZOXbTjZpCEZ\nwgcciTJzlwzMeuAf+h0L+neCXtMiOBP+ZE17ze9Hl+nRQYUp/a1KcPk22vbYgBik\n6LQGiGMYUAMpdNwrgWNMS2/ln22qosIryL/U10QsQF2hr7T2T2H5OM/Nk/4lngbM\nXsv1efOSVNxoDioYtyU1MYvNcKskktlic5+GjH59tls+gdEXB65cGB0u8iD93+bq\nqDlANiv0I6AYRat3B7BwcVFgqBxlQmx27bEa59B+KP4PtW2llMJqufjwenyK4DmU\nCjSYo1KJITGY17l/NpPxH6ypyom84sTbVV+aKlBVo9ECUTUk35AphQpyk9BB1nKY\njY1wujotrTieX1nB1rLZ8j0yuL40rMBjHOyZN0OTi2xpbtIIE0Z59/3xiiLJbYE5\nSpHk6gBOwJycFoWUSP1k\n=iVIg\n-----END PGP SIGNATURE-----\n",
273
+ "payload": "tree 7701950757f11b218c8694aa269ec33ceb491b22\nparent 11fc411f98a04947a2a21329c29fe0f35ff52dba\nauthor Peter Bierma <zintensitydev@gmail.com> 1762380026 -0500\ncommitter GitHub <noreply@github.com> 1762380026 -0500\n\ngh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029)\n\nCo-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>",
274
+ "verified_at": "2025-11-05T22:00:27Z"
275
+ }
276
+ },
277
+ "url": "https://api.github.com/repos/python/cpython/commits/5b02c6e920aaef4b202fc19186f742d008460fd3",
278
+ "html_url": "https://github.com/python/cpython/commit/5b02c6e920aaef4b202fc19186f742d008460fd3",
279
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/5b02c6e920aaef4b202fc19186f742d008460fd3/comments",
280
+ "author": {
281
+ "login": "ZeroIntensity",
282
+ "id": 49501366,
283
+ "node_id": "MDQ6VXNlcjQ5NTAxMzY2",
284
+ "avatar_url": "https://avatars.githubusercontent.com/u/49501366?v=4",
285
+ "gravatar_id": "",
286
+ "url": "https://api.github.com/users/ZeroIntensity",
287
+ "html_url": "https://github.com/ZeroIntensity",
288
+ "followers_url": "https://api.github.com/users/ZeroIntensity/followers",
289
+ "following_url": "https://api.github.com/users/ZeroIntensity/following{/other_user}",
290
+ "gists_url": "https://api.github.com/users/ZeroIntensity/gists{/gist_id}",
291
+ "starred_url": "https://api.github.com/users/ZeroIntensity/starred{/owner}{/repo}",
292
+ "subscriptions_url": "https://api.github.com/users/ZeroIntensity/subscriptions",
293
+ "organizations_url": "https://api.github.com/users/ZeroIntensity/orgs",
294
+ "repos_url": "https://api.github.com/users/ZeroIntensity/repos",
295
+ "events_url": "https://api.github.com/users/ZeroIntensity/events{/privacy}",
296
+ "received_events_url": "https://api.github.com/users/ZeroIntensity/received_events",
297
+ "type": "User",
298
+ "user_view_type": "public",
299
+ "site_admin": false
300
+ },
301
+ "committer": {
302
+ "login": "web-flow",
303
+ "id": 19864447,
304
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
305
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
306
+ "gravatar_id": "",
307
+ "url": "https://api.github.com/users/web-flow",
308
+ "html_url": "https://github.com/web-flow",
309
+ "followers_url": "https://api.github.com/users/web-flow/followers",
310
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
311
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
312
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
313
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
314
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
315
+ "repos_url": "https://api.github.com/users/web-flow/repos",
316
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
317
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
318
+ "type": "User",
319
+ "user_view_type": "public",
320
+ "site_admin": false
321
+ },
322
+ "parents": [
323
+ {
324
+ "sha": "11fc411f98a04947a2a21329c29fe0f35ff52dba",
325
+ "url": "https://api.github.com/repos/python/cpython/commits/11fc411f98a04947a2a21329c29fe0f35ff52dba",
326
+ "html_url": "https://github.com/python/cpython/commit/11fc411f98a04947a2a21329c29fe0f35ff52dba"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "sha": "11fc411f98a04947a2a21329c29fe0f35ff52dba",
332
+ "node_id": "C_kwDOBN0Z8doAKDExZmM0MTFmOThhMDQ5NDdhMmEyMTMyOWMyOWZlMGYzNWZmNTJkYmE",
333
+ "commit": {
334
+ "author": {
335
+ "name": "AN Long",
336
+ "email": "aisk@users.noreply.github.com",
337
+ "date": "2025-11-05T21:49:45Z"
338
+ },
339
+ "committer": {
340
+ "name": "GitHub",
341
+ "email": "noreply@github.com",
342
+ "date": "2025-11-05T21:49:45Z"
343
+ },
344
+ "message": "gh-140916: Remove unused codes in winreg.c (#140934)",
345
+ "tree": {
346
+ "sha": "65a421b6b24dd4a421e1c3fd48dcc53f21d29a1e",
347
+ "url": "https://api.github.com/repos/python/cpython/git/trees/65a421b6b24dd4a421e1c3fd48dcc53f21d29a1e"
348
+ },
349
+ "url": "https://api.github.com/repos/python/cpython/git/commits/11fc411f98a04947a2a21329c29fe0f35ff52dba",
350
+ "comment_count": 0,
351
+ "verification": {
352
+ "verified": true,
353
+ "reason": "valid",
354
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC8Z6CRC1aQ7uu5UhlAAAwHwQAD7riC55ABeaZQxFaf8ymV9H\nprfzdfWhDTG3XD9+lMC+Ljv2pPexyC/ZblosF1yJXprrGQv9Y50MElpaQZUMM3nM\nlldWY/ByxUa9LJI24fNr4g5p7MTOwnlptlOyU3XuB/GDTK4JU8apgC09i5vIDP5M\ngezlwMosrhpfbAgw7IufT9cNIgAyJNFTdDxERWgcO4ayasQmph+lZ43VQflnKQjX\nnK0NRNwwyigm2eqhG4dLIAXwQtv5UUJ/DUvvLJ3LC8/mT53KB5y6Z1sy8rlr+QHL\nnaCx4ivik4a7WTT6a8IBBRw5gAaRLezbUFEvKrJz6x/zqeWlCDCft6u8YWYt2EXE\nJaJLSn6Clizor105RM2fRBsOkVDkMzol3i4bcQHp7AZpsW0rM0ypjXp+OFucj7pq\nqZjATEORfRc2FLropdJvnTTegNXfQOKiSPUM/77E2eUIC6xhZPv2+7Eqvv6a+aP8\nMps8uYaE5/LUaFEGF+tYBo3XFUTsYXhutVi/2nSJ3lAOHlubGrFwZb9uaxFZkAb1\nAoUPgcWxUeDyYV2TAyZjacwcyZPs4EKybtrHR065Qj8OJrytI3hwkVOpfITQ25uS\n8hAKm2o2wTsEwvxKDs6b/Ez/lnhbn3Ev9vu7RYOP89rK7ngxse1JldNc6Tc8s7Ut\nK9fuyPcvzLMd/hVa/Ppp\n=m3Cc\n-----END PGP SIGNATURE-----\n",
355
+ "payload": "tree 65a421b6b24dd4a421e1c3fd48dcc53f21d29a1e\nparent b83f379a972c001864d3593cd64fc07e7c7f375f\nauthor AN Long <aisk@users.noreply.github.com> 1762379385 +0900\ncommitter GitHub <noreply@github.com> 1762379385 +0100\n\ngh-140916: Remove unused codes in winreg.c (#140934)\n\n",
356
+ "verified_at": "2025-11-05T21:49:46Z"
357
+ }
358
+ },
359
+ "url": "https://api.github.com/repos/python/cpython/commits/11fc411f98a04947a2a21329c29fe0f35ff52dba",
360
+ "html_url": "https://github.com/python/cpython/commit/11fc411f98a04947a2a21329c29fe0f35ff52dba",
361
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/11fc411f98a04947a2a21329c29fe0f35ff52dba/comments",
362
+ "author": {
363
+ "login": "aisk",
364
+ "id": 699636,
365
+ "node_id": "MDQ6VXNlcjY5OTYzNg==",
366
+ "avatar_url": "https://avatars.githubusercontent.com/u/699636?v=4",
367
+ "gravatar_id": "",
368
+ "url": "https://api.github.com/users/aisk",
369
+ "html_url": "https://github.com/aisk",
370
+ "followers_url": "https://api.github.com/users/aisk/followers",
371
+ "following_url": "https://api.github.com/users/aisk/following{/other_user}",
372
+ "gists_url": "https://api.github.com/users/aisk/gists{/gist_id}",
373
+ "starred_url": "https://api.github.com/users/aisk/starred{/owner}{/repo}",
374
+ "subscriptions_url": "https://api.github.com/users/aisk/subscriptions",
375
+ "organizations_url": "https://api.github.com/users/aisk/orgs",
376
+ "repos_url": "https://api.github.com/users/aisk/repos",
377
+ "events_url": "https://api.github.com/users/aisk/events{/privacy}",
378
+ "received_events_url": "https://api.github.com/users/aisk/received_events",
379
+ "type": "User",
380
+ "user_view_type": "public",
381
+ "site_admin": false
382
+ },
383
+ "committer": {
384
+ "login": "web-flow",
385
+ "id": 19864447,
386
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
387
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
388
+ "gravatar_id": "",
389
+ "url": "https://api.github.com/users/web-flow",
390
+ "html_url": "https://github.com/web-flow",
391
+ "followers_url": "https://api.github.com/users/web-flow/followers",
392
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
393
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
394
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
395
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
396
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
397
+ "repos_url": "https://api.github.com/users/web-flow/repos",
398
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
399
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
400
+ "type": "User",
401
+ "user_view_type": "public",
402
+ "site_admin": false
403
+ },
404
+ "parents": [
405
+ {
406
+ "sha": "b83f379a972c001864d3593cd64fc07e7c7f375f",
407
+ "url": "https://api.github.com/repos/python/cpython/commits/b83f379a972c001864d3593cd64fc07e7c7f375f",
408
+ "html_url": "https://github.com/python/cpython/commit/b83f379a972c001864d3593cd64fc07e7c7f375f"
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "sha": "b83f379a972c001864d3593cd64fc07e7c7f375f",
414
+ "node_id": "C_kwDOBN0Z8doAKGI4M2YzNzlhOTcyYzAwMTg2NGQzNTkzY2Q2NGZjMDdlN2M3ZjM3NWY",
415
+ "commit": {
416
+ "author": {
417
+ "name": "Edward Xu",
418
+ "email": "xuxiangad@foxmail.com",
419
+ "date": "2025-11-05T21:20:40Z"
420
+ },
421
+ "committer": {
422
+ "name": "GitHub",
423
+ "email": "noreply@github.com",
424
+ "date": "2025-11-05T21:20:40Z"
425
+ },
426
+ "message": "gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)",
427
+ "tree": {
428
+ "sha": "69636cd4eb9dfbad7a3ea4de8fd01062dbb81640",
429
+ "url": "https://api.github.com/repos/python/cpython/git/trees/69636cd4eb9dfbad7a3ea4de8fd01062dbb81640"
430
+ },
431
+ "url": "https://api.github.com/repos/python/cpython/git/commits/b83f379a972c001864d3593cd64fc07e7c7f375f",
432
+ "comment_count": 0,
433
+ "verification": {
434
+ "verified": true,
435
+ "reason": "valid",
436
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7+oCRC1aQ7uu5UhlAAAf/cQAF6ywmoJZjUYM6gUenKjFG98\nJLZjervBDM2FyUFr+ATd9Oqsif6MP3nSjiZQQLKFV2Wj8IuvNqOAo+E4tGt//04o\nfW4DUVDKoFfuUuoHOzr0kH2P+b6Cdvra3uaHLekwNVBLpZe8+mQEWiAs7PbnpLWe\nKTyEkKegyPWPvUkkMs0NV6tf5k9IG6dbGWrAPQOu+kt0cNes/PG9ikb14JSNvnJI\nHFl37cvVVlt8PgRGP74nF4564OkAmVsqQdArGVahbtMSx8HEsItASRKHcvRCURZ0\nS3VvwKuOCHrBBdbBIhLtbnSBHHduYFFrcPZeWxa0+iMk2wtDKjeBhMiRfLkZIc6T\nIEd25C4/hkMIuzJVG1MInW6IBQ+GPn30WquqauLdEXtrKjvlR0hzLnCnThAmtcXN\nMdDwtKLG94cvxytT5UESX8ZVR3g+4LqHiNzpmq1n6J8piAxMkfSEdsE9HJE9UNGe\nB1NAhd7c80TaSwcZBsCfVp9RveWkPD44q2qwGSBRYytXPFrNugYI5pRu3PBmZ2JJ\n1SxnZ2m3AHru8+2/0U8Cs0W4/mu5RRCNVPnS7LfbJhTN/deo5/lO4B3JHHvsydX4\nu1wBM7Cn2ms0kma1ocPU3HAN2Ns7m1ItZZQYQ6VoFN/ebTbKeaHzCOQxLAHYo067\nnV2PMLg0mhIKo6zZzAsL\n=gaqj\n-----END PGP SIGNATURE-----\n",
437
+ "payload": "tree 69636cd4eb9dfbad7a3ea4de8fd01062dbb81640\nparent 986bb0a1a2bd290f5da347e455b23468aa3f62f0\nauthor Edward Xu <xuxiangad@foxmail.com> 1762377640 +0800\ncommitter GitHub <noreply@github.com> 1762377640 -0500\n\ngh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)\n\n",
438
+ "verified_at": "2025-11-05T21:20:40Z"
439
+ }
440
+ },
441
+ "url": "https://api.github.com/repos/python/cpython/commits/b83f379a972c001864d3593cd64fc07e7c7f375f",
442
+ "html_url": "https://github.com/python/cpython/commit/b83f379a972c001864d3593cd64fc07e7c7f375f",
443
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/b83f379a972c001864d3593cd64fc07e7c7f375f/comments",
444
+ "author": {
445
+ "login": "LindaSummer",
446
+ "id": 14014471,
447
+ "node_id": "MDQ6VXNlcjE0MDE0NDcx",
448
+ "avatar_url": "https://avatars.githubusercontent.com/u/14014471?v=4",
449
+ "gravatar_id": "",
450
+ "url": "https://api.github.com/users/LindaSummer",
451
+ "html_url": "https://github.com/LindaSummer",
452
+ "followers_url": "https://api.github.com/users/LindaSummer/followers",
453
+ "following_url": "https://api.github.com/users/LindaSummer/following{/other_user}",
454
+ "gists_url": "https://api.github.com/users/LindaSummer/gists{/gist_id}",
455
+ "starred_url": "https://api.github.com/users/LindaSummer/starred{/owner}{/repo}",
456
+ "subscriptions_url": "https://api.github.com/users/LindaSummer/subscriptions",
457
+ "organizations_url": "https://api.github.com/users/LindaSummer/orgs",
458
+ "repos_url": "https://api.github.com/users/LindaSummer/repos",
459
+ "events_url": "https://api.github.com/users/LindaSummer/events{/privacy}",
460
+ "received_events_url": "https://api.github.com/users/LindaSummer/received_events",
461
+ "type": "User",
462
+ "user_view_type": "public",
463
+ "site_admin": false
464
+ },
465
+ "committer": {
466
+ "login": "web-flow",
467
+ "id": 19864447,
468
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
469
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
470
+ "gravatar_id": "",
471
+ "url": "https://api.github.com/users/web-flow",
472
+ "html_url": "https://github.com/web-flow",
473
+ "followers_url": "https://api.github.com/users/web-flow/followers",
474
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
475
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
476
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
477
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
478
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
479
+ "repos_url": "https://api.github.com/users/web-flow/repos",
480
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
481
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
482
+ "type": "User",
483
+ "user_view_type": "public",
484
+ "site_admin": false
485
+ },
486
+ "parents": [
487
+ {
488
+ "sha": "986bb0a1a2bd290f5da347e455b23468aa3f62f0",
489
+ "url": "https://api.github.com/repos/python/cpython/commits/986bb0a1a2bd290f5da347e455b23468aa3f62f0",
490
+ "html_url": "https://github.com/python/cpython/commit/986bb0a1a2bd290f5da347e455b23468aa3f62f0"
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "sha": "986bb0a1a2bd290f5da347e455b23468aa3f62f0",
496
+ "node_id": "C_kwDOBN0Z8doAKDk4NmJiMGExYTJiZDI5MGY1ZGEzNDdlNDU1YjIzNDY4YWEzZjYyZjA",
497
+ "commit": {
498
+ "author": {
499
+ "name": "Victor Stinner",
500
+ "email": "vstinner@python.org",
501
+ "date": "2025-11-05T20:16:37Z"
502
+ },
503
+ "committer": {
504
+ "name": "GitHub",
505
+ "email": "noreply@github.com",
506
+ "date": "2025-11-05T20:16:37Z"
507
+ },
508
+ "message": "gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)",
509
+ "tree": {
510
+ "sha": "b5ba52067b814c46f2329358375d292ee447b9c7",
511
+ "url": "https://api.github.com/repos/python/cpython/git/trees/b5ba52067b814c46f2329358375d292ee447b9c7"
512
+ },
513
+ "url": "https://api.github.com/repos/python/cpython/git/commits/986bb0a1a2bd290f5da347e455b23468aa3f62f0",
514
+ "comment_count": 0,
515
+ "verification": {
516
+ "verified": true,
517
+ "reason": "valid",
518
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7ClCRC1aQ7uu5UhlAAAv38QAJ3gSch+YxqImMUw/sfvNYqW\nGoWrrfZ5DpZ1W7i8p4U+urnFPbaPb0uTaJDrv1jtw0dnfO3Th+/o4BUFqywicwOh\npJwmaPSSNm+66QxTpsF1tKqeg/flLQ254IS3nFPRd5LBtL+XB3jmxGoLX0bwKvlN\nlN7EkL7f/zxXkMX7mjf5b7VJcrpbI8VCe2JlyTLXWYmu3p7TXhEAAGsuJF6uow0T\ncLjMtcmyAxvEazzSFV4/iqjXJiHUp31F6zfmfPtqkRcsLvF0zrqhTVErKkw8VPOq\nPUMbXCFNT/R1cHL1H/BMdb+QXDfiei66IpuRDfPxd+1uMwMlrbnIiiwnASMHah1w\nTCaU9J6Y7JFo73Tui5XtQZo/VfZV4FdnOCcJ8t9RLYAFH3FcIb7IetsZonImUGS4\nsDiX/om+CLM+du4voNHeg61Pn8YGI+D8P62ZSE7HacsM5WWoAGMtRJnaf52R+8ku\nPC8oxNA4dW2+83DqL1+1lJT168QWJCUsQiqTQXIXb7mH42ZSm7C2oKwoC7t1wgg3\nvp0Jw7ggMm0d3AaGwcXc18MvuJRQ1MH2IClYS7hLXWF77+OmPVHzZIKZhygVRN2S\n4OpbrLy4H8XFSKE+lMqubfFE1EvrEzWBxNi86oMgB3bBxdbvh0m/OtY3Grsl0osc\n43zJ03dSP19ej202w6k3\n=moXc\n-----END PGP SIGNATURE-----\n",
519
+ "payload": "tree b5ba52067b814c46f2329358375d292ee447b9c7\nparent f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69\nauthor Victor Stinner <vstinner@python.org> 1762373797 +0100\ncommitter GitHub <noreply@github.com> 1762373797 +0100\n\ngh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)\n\n",
520
+ "verified_at": "2025-11-05T20:16:38Z"
521
+ }
522
+ },
523
+ "url": "https://api.github.com/repos/python/cpython/commits/986bb0a1a2bd290f5da347e455b23468aa3f62f0",
524
+ "html_url": "https://github.com/python/cpython/commit/986bb0a1a2bd290f5da347e455b23468aa3f62f0",
525
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/986bb0a1a2bd290f5da347e455b23468aa3f62f0/comments",
526
+ "author": {
527
+ "login": "vstinner",
528
+ "id": 194129,
529
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
530
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
531
+ "gravatar_id": "",
532
+ "url": "https://api.github.com/users/vstinner",
533
+ "html_url": "https://github.com/vstinner",
534
+ "followers_url": "https://api.github.com/users/vstinner/followers",
535
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
536
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
537
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
538
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
539
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
540
+ "repos_url": "https://api.github.com/users/vstinner/repos",
541
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
542
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
543
+ "type": "User",
544
+ "user_view_type": "public",
545
+ "site_admin": false
546
+ },
547
+ "committer": {
548
+ "login": "web-flow",
549
+ "id": 19864447,
550
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
551
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
552
+ "gravatar_id": "",
553
+ "url": "https://api.github.com/users/web-flow",
554
+ "html_url": "https://github.com/web-flow",
555
+ "followers_url": "https://api.github.com/users/web-flow/followers",
556
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
557
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
558
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
559
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
560
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
561
+ "repos_url": "https://api.github.com/users/web-flow/repos",
562
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
563
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
564
+ "type": "User",
565
+ "user_view_type": "public",
566
+ "site_admin": false
567
+ },
568
+ "parents": [
569
+ {
570
+ "sha": "f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
571
+ "url": "https://api.github.com/repos/python/cpython/commits/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
572
+ "html_url": "https://github.com/python/cpython/commit/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69"
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "sha": "f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
578
+ "node_id": "C_kwDOBN0Z8doAKGY0NThhYzAxYmE1MjJjYzdmOTRjMGMwZWU5YTAwYzgyZjFiZTZkNjk",
579
+ "commit": {
580
+ "author": {
581
+ "name": "Victor Stinner",
582
+ "email": "vstinner@python.org",
583
+ "date": "2025-11-05T19:18:45Z"
584
+ },
585
+ "committer": {
586
+ "name": "GitHub",
587
+ "email": "noreply@github.com",
588
+ "date": "2025-11-05T19:18:45Z"
589
+ },
590
+ "message": "Fix compiler warnings in remote debugging (#141060)\n\nExample of fixed warnings on 32-bit Windows:\n\n Python\\remote_debugging.c(24,53): warning C4244: 'function':\n conversion from 'uint64_t' to 'uintptr_t', possible loss of data\n\n Modules\\_remote_debugging_module.c(789,44): warning C4244:\n 'function': conversion from 'uint64_t' to 'size_t', possible loss\n of data",
591
+ "tree": {
592
+ "sha": "c5089d1034f1128d76337c54d588ffcfbbe34362",
593
+ "url": "https://api.github.com/repos/python/cpython/git/trees/c5089d1034f1128d76337c54d588ffcfbbe34362"
594
+ },
595
+ "url": "https://api.github.com/repos/python/cpython/git/commits/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
596
+ "comment_count": 0,
597
+ "verification": {
598
+ "verified": true,
599
+ "reason": "valid",
600
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC6MVCRC1aQ7uu5UhlAAAerMQAGs5ZBO7S0QfE+rKh8PtFkl1\nv5j1eKIvBhl+3lkv97yIiBFNGV1dCyykeJcfmI7sfModOLxIPkMdALCYJThzBYNv\nfB6SuqpRpXSPv09KpvJT4n+J9ij626kodo9DR3ki/pMe7Q2w66Fam10M/jipSryS\nrgftJEIAg87MVhb19UVzdkzrMu7VPX2Jl9A9vgE8JQTp7fGlPCd2IhALERGu6gd+\nPWbpo13YzDNrHz5j25YLAEouOYcKlTDHfGK6kvGV1lmIpC5zfiDR20VideQEjjFu\nVJqNivdpZt2C+u7/6DDlw/YXCphQUrZ8CrbbDvLyzrSq8Tpe+neguoy6rroRqE+j\nSURVuyuvA0RftbQxtgEZDCVZeO8KwdDhwO3plfZYTC/ZL77M6tfeU1MVSuu42ooj\nQLykqTLVIaaeP9f5lo7P019f7V6ipfIXtDbNwx9vxWY7MCGdskqZb9SrTWbYZFHm\nX2BJUpVs4gBWXh+hCUjphwdXgTmYti1O40Oyez72CKOL/VCod5XlFmQmvI6Y2hmo\nsrj4ruXhHYirKoYwVNQuiscZA4xh1Qkt04nrsizRVQ+YuXCs6QeH3ALDOmunLxrB\n5gI7eBR596+tcpnYDaPZf1OW9w69a/zDFbYAeR/BWiQSt50sYGFWucRBBXzGBef3\nVe1GhJEQAnkSYiqWZFE+\n=oW0f\n-----END PGP SIGNATURE-----\n",
601
+ "payload": "tree c5089d1034f1128d76337c54d588ffcfbbe34362\nparent 1d25b751c5382aa808dbdfd7eacd77cd793418fc\nauthor Victor Stinner <vstinner@python.org> 1762370325 +0100\ncommitter GitHub <noreply@github.com> 1762370325 +0100\n\nFix compiler warnings in remote debugging (#141060)\n\nExample of fixed warnings on 32-bit Windows:\n\n Python\\remote_debugging.c(24,53): warning C4244: 'function':\n conversion from 'uint64_t' to 'uintptr_t', possible loss of data\n\n Modules\\_remote_debugging_module.c(789,44): warning C4244:\n 'function': conversion from 'uint64_t' to 'size_t', possible loss\n of data",
602
+ "verified_at": "2025-11-05T19:18:46Z"
603
+ }
604
+ },
605
+ "url": "https://api.github.com/repos/python/cpython/commits/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
606
+ "html_url": "https://github.com/python/cpython/commit/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69",
607
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69/comments",
608
+ "author": {
609
+ "login": "vstinner",
610
+ "id": 194129,
611
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
612
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
613
+ "gravatar_id": "",
614
+ "url": "https://api.github.com/users/vstinner",
615
+ "html_url": "https://github.com/vstinner",
616
+ "followers_url": "https://api.github.com/users/vstinner/followers",
617
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
618
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
619
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
620
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
621
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
622
+ "repos_url": "https://api.github.com/users/vstinner/repos",
623
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
624
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
625
+ "type": "User",
626
+ "user_view_type": "public",
627
+ "site_admin": false
628
+ },
629
+ "committer": {
630
+ "login": "web-flow",
631
+ "id": 19864447,
632
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
633
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
634
+ "gravatar_id": "",
635
+ "url": "https://api.github.com/users/web-flow",
636
+ "html_url": "https://github.com/web-flow",
637
+ "followers_url": "https://api.github.com/users/web-flow/followers",
638
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
639
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
640
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
641
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
642
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
643
+ "repos_url": "https://api.github.com/users/web-flow/repos",
644
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
645
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
646
+ "type": "User",
647
+ "user_view_type": "public",
648
+ "site_admin": false
649
+ },
650
+ "parents": [
651
+ {
652
+ "sha": "1d25b751c5382aa808dbdfd7eacd77cd793418fc",
653
+ "url": "https://api.github.com/repos/python/cpython/commits/1d25b751c5382aa808dbdfd7eacd77cd793418fc",
654
+ "html_url": "https://github.com/python/cpython/commit/1d25b751c5382aa808dbdfd7eacd77cd793418fc"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "sha": "1d25b751c5382aa808dbdfd7eacd77cd793418fc",
660
+ "node_id": "C_kwDOBN0Z8doAKDFkMjViNzUxYzUzODJhYTgwOGRiZGZkN2VhY2Q3N2NkNzkzNDE4ZmM",
661
+ "commit": {
662
+ "author": {
663
+ "name": "Sachin Shah",
664
+ "email": "39803835+inventshah@users.noreply.github.com",
665
+ "date": "2025-11-05T19:15:27Z"
666
+ },
667
+ "committer": {
668
+ "name": "GitHub",
669
+ "email": "noreply@github.com",
670
+ "date": "2025-11-05T19:15:27Z"
671
+ },
672
+ "message": "gh-140650: Fix write(), flush() and close() methods of io.BufferedWriter (GH-140653)\n\nThey could raise SystemError or crash when getting the \"closed\" attribute\nor converting it to boolean raises an exception.",
673
+ "tree": {
674
+ "sha": "6f462d73c02d5199d4295fc1749f9be097fb0f87",
675
+ "url": "https://api.github.com/repos/python/cpython/git/trees/6f462d73c02d5199d4295fc1749f9be097fb0f87"
676
+ },
677
+ "url": "https://api.github.com/repos/python/cpython/git/commits/1d25b751c5382aa808dbdfd7eacd77cd793418fc",
678
+ "comment_count": 0,
679
+ "verification": {
680
+ "verified": true,
681
+ "reason": "valid",
682
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC6JPCRC1aQ7uu5UhlAAAOkQQAJGuDdPwLjm/38xCu+Tt5IAy\nZI9EBZi9vJot40Tm8UvYsBj+DLBPotuyQ/iHyDTaCvF4aWAV5QjrpPw6CM0j+Jgs\n06knomi4a/CD0cjCnKjHIvayijql3b9UPlwDksyquRPArP9ICFw/wnKQn398brl7\n4acLQDek8AoX69mnPhsWK5ltYCZ8cTICEuQqIUrmSMV9exO1ujB9L1376EVVhEOT\nob6GGicXsX1ubg8yAt1NbTelHGXL5NbhE6oHloNUOfB+LgtqC9jKecckEn5lKdPS\nJwGBF50R199Upn9x0l5W1Xl5Bb6VXUf50gXu9PusJRzGy4DcZYC280S/D/nLU+9V\nt8vacuFXI8Y4gf5EN4xOCUmW5xLEo0qGC9N6XwXzDX+7fHALlkODsywc4Y8Hs/dO\nHqnJkWajFYkH+/6ZHfAcXobZ2BXJnEfJsPgGY+CjPT5bKTJ6c3BSMN7NDLk2iuWC\nFiwBfPdd9ZURmjRtBvg9xdSGVhT+6OqWbuwA3aRyxYlK1H5O/G7KvxYmJC8ZAWi2\n4lbo9DEuqHa90ibp8ioi56y77ZNflAc3AZWdsNoAKXLBhDG6BkNok789RYBDoBcq\niPh+sqLBNhYZyawNDib67E1AORRjYbtYzA43N7rjJDM1zMm/+ghj8phScts75PZ8\nC9zKPJq60arAd/79dmvH\n=JxAI\n-----END PGP SIGNATURE-----\n",
683
+ "payload": "tree 6f462d73c02d5199d4295fc1749f9be097fb0f87\nparent 3cb1ab0e5de340861afce50f338b2a9d40b04e68\nauthor Sachin Shah <39803835+inventshah@users.noreply.github.com> 1762370127 -0500\ncommitter GitHub <noreply@github.com> 1762370127 +0200\n\ngh-140650: Fix write(), flush() and close() methods of io.BufferedWriter (GH-140653)\n\nThey could raise SystemError or crash when getting the \"closed\" attribute\nor converting it to boolean raises an exception.",
684
+ "verified_at": "2025-11-05T19:15:28Z"
685
+ }
686
+ },
687
+ "url": "https://api.github.com/repos/python/cpython/commits/1d25b751c5382aa808dbdfd7eacd77cd793418fc",
688
+ "html_url": "https://github.com/python/cpython/commit/1d25b751c5382aa808dbdfd7eacd77cd793418fc",
689
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/1d25b751c5382aa808dbdfd7eacd77cd793418fc/comments",
690
+ "author": {
691
+ "login": "inventshah",
692
+ "id": 39803835,
693
+ "node_id": "MDQ6VXNlcjM5ODAzODM1",
694
+ "avatar_url": "https://avatars.githubusercontent.com/u/39803835?v=4",
695
+ "gravatar_id": "",
696
+ "url": "https://api.github.com/users/inventshah",
697
+ "html_url": "https://github.com/inventshah",
698
+ "followers_url": "https://api.github.com/users/inventshah/followers",
699
+ "following_url": "https://api.github.com/users/inventshah/following{/other_user}",
700
+ "gists_url": "https://api.github.com/users/inventshah/gists{/gist_id}",
701
+ "starred_url": "https://api.github.com/users/inventshah/starred{/owner}{/repo}",
702
+ "subscriptions_url": "https://api.github.com/users/inventshah/subscriptions",
703
+ "organizations_url": "https://api.github.com/users/inventshah/orgs",
704
+ "repos_url": "https://api.github.com/users/inventshah/repos",
705
+ "events_url": "https://api.github.com/users/inventshah/events{/privacy}",
706
+ "received_events_url": "https://api.github.com/users/inventshah/received_events",
707
+ "type": "User",
708
+ "user_view_type": "public",
709
+ "site_admin": false
710
+ },
711
+ "committer": {
712
+ "login": "web-flow",
713
+ "id": 19864447,
714
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
715
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
716
+ "gravatar_id": "",
717
+ "url": "https://api.github.com/users/web-flow",
718
+ "html_url": "https://github.com/web-flow",
719
+ "followers_url": "https://api.github.com/users/web-flow/followers",
720
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
721
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
722
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
723
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
724
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
725
+ "repos_url": "https://api.github.com/users/web-flow/repos",
726
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
727
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
728
+ "type": "User",
729
+ "user_view_type": "public",
730
+ "site_admin": false
731
+ },
732
+ "parents": [
733
+ {
734
+ "sha": "3cb1ab0e5de340861afce50f338b2a9d40b04e68",
735
+ "url": "https://api.github.com/repos/python/cpython/commits/3cb1ab0e5de340861afce50f338b2a9d40b04e68",
736
+ "html_url": "https://github.com/python/cpython/commit/3cb1ab0e5de340861afce50f338b2a9d40b04e68"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "sha": "3cb1ab0e5de340861afce50f338b2a9d40b04e68",
742
+ "node_id": "C_kwDOBN0Z8doAKDNjYjFhYjBlNWRlMzQwODYxYWZjZTUwZjMzOGIyYTlkNDBiMDRlNjg",
743
+ "commit": {
744
+ "author": {
745
+ "name": "Mikhail Efimov",
746
+ "email": "efimov.mikhail@gmail.com",
747
+ "date": "2025-11-05T19:12:56Z"
748
+ },
749
+ "committer": {
750
+ "name": "GitHub",
751
+ "email": "noreply@github.com",
752
+ "date": "2025-11-05T19:12:56Z"
753
+ },
754
+ "message": "gh-131527: Stackref debug borrow checker (#140599)\n\nAdd borrow checking to the stackref debug mode\n\n---------\n\nCo-authored-by: mpage <mpage@meta.com>",
755
+ "tree": {
756
+ "sha": "f3b5b0d5ab14644ba148340c6682274260774c44",
757
+ "url": "https://api.github.com/repos/python/cpython/git/trees/f3b5b0d5ab14644ba148340c6682274260774c44"
758
+ },
759
+ "url": "https://api.github.com/repos/python/cpython/git/commits/3cb1ab0e5de340861afce50f338b2a9d40b04e68",
760
+ "comment_count": 0,
761
+ "verification": {
762
+ "verified": true,
763
+ "reason": "valid",
764
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC6G4CRC1aQ7uu5UhlAAAY0IQAEa9rIFNetnXRoJE42ZAL1RN\neN/YdzCfGnNKV3LsYoYMGFE+ZNZ6Vidxgbse8G7X3MucfroncJptZ3BxRvwwxCfU\no+KK6XPkIe9q4ldhIRlJkQlK3MeeRnQX9DobbRMvmN6OVZq/5zmQbbZk1XiLR1PW\nUZ9qxVFVzzqyY4aL9x/VaFgCl7UuMqGvUNhcHMFMXH1TIUkaPmcLBTz8dOskKCQW\nYW8CigmrJNlnx8fq9kkiZ+Cm1ZLmcO1ug7mHrePGJldGebkS+0p8mjVk2QRBpg3+\nhqjxvTSaC80WIUq5DVqRgAacxBFI13WhgK+/z4RiMvSlMbbuUN+i2wJm66HUrOgk\nrLNSh52z7/gsco56e6vLLsc24i+Pd+Ag7Jo4HFjgpQTif77WoX+/rdff07W+O7Bj\nMeIIjeNxVT7a1IOYnkK/XheQUP6xi5ulh8Y90GAOHc3mToh9J05PGLnlvEO++wBB\nt9qgHlHdyxWTEhp5qtXa8d6BIM6NQ3GatdfiwPFwwxNutP7muTrwYXrSunWCamuu\nJrEcR/cy6caRCJNN0SLVMcnPZNSGbJMWgvPh2xsCyE0ndv3ZQqXncghK+/hsRKGj\nQ+AI4UaXquuFRFaSAM2W+RpD2yu3v6pykWF4tcxOkK+6g9A0hfdpJJXxt8PR/PEW\naSYWIxv7D7etlRUCM38X\n=b8Iv\n-----END PGP SIGNATURE-----\n",
765
+ "payload": "tree f3b5b0d5ab14644ba148340c6682274260774c44\nparent baa9f338971c6a13433a8232db77cd45e6b87b77\nauthor Mikhail Efimov <efimov.mikhail@gmail.com> 1762369976 +0300\ncommitter GitHub <noreply@github.com> 1762369976 -0800\n\ngh-131527: Stackref debug borrow checker (#140599)\n\nAdd borrow checking to the stackref debug mode\n\n---------\n\nCo-authored-by: mpage <mpage@meta.com>",
766
+ "verified_at": "2025-11-05T19:12:57Z"
767
+ }
768
+ },
769
+ "url": "https://api.github.com/repos/python/cpython/commits/3cb1ab0e5de340861afce50f338b2a9d40b04e68",
770
+ "html_url": "https://github.com/python/cpython/commit/3cb1ab0e5de340861afce50f338b2a9d40b04e68",
771
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/3cb1ab0e5de340861afce50f338b2a9d40b04e68/comments",
772
+ "author": {
773
+ "login": "efimov-mikhail",
774
+ "id": 5574866,
775
+ "node_id": "MDQ6VXNlcjU1NzQ4NjY=",
776
+ "avatar_url": "https://avatars.githubusercontent.com/u/5574866?v=4",
777
+ "gravatar_id": "",
778
+ "url": "https://api.github.com/users/efimov-mikhail",
779
+ "html_url": "https://github.com/efimov-mikhail",
780
+ "followers_url": "https://api.github.com/users/efimov-mikhail/followers",
781
+ "following_url": "https://api.github.com/users/efimov-mikhail/following{/other_user}",
782
+ "gists_url": "https://api.github.com/users/efimov-mikhail/gists{/gist_id}",
783
+ "starred_url": "https://api.github.com/users/efimov-mikhail/starred{/owner}{/repo}",
784
+ "subscriptions_url": "https://api.github.com/users/efimov-mikhail/subscriptions",
785
+ "organizations_url": "https://api.github.com/users/efimov-mikhail/orgs",
786
+ "repos_url": "https://api.github.com/users/efimov-mikhail/repos",
787
+ "events_url": "https://api.github.com/users/efimov-mikhail/events{/privacy}",
788
+ "received_events_url": "https://api.github.com/users/efimov-mikhail/received_events",
789
+ "type": "User",
790
+ "user_view_type": "public",
791
+ "site_admin": false
792
+ },
793
+ "committer": {
794
+ "login": "web-flow",
795
+ "id": 19864447,
796
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
797
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
798
+ "gravatar_id": "",
799
+ "url": "https://api.github.com/users/web-flow",
800
+ "html_url": "https://github.com/web-flow",
801
+ "followers_url": "https://api.github.com/users/web-flow/followers",
802
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
803
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
804
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
805
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
806
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
807
+ "repos_url": "https://api.github.com/users/web-flow/repos",
808
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
809
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
810
+ "type": "User",
811
+ "user_view_type": "public",
812
+ "site_admin": false
813
+ },
814
+ "parents": [
815
+ {
816
+ "sha": "baa9f338971c6a13433a8232db77cd45e6b87b77",
817
+ "url": "https://api.github.com/repos/python/cpython/commits/baa9f338971c6a13433a8232db77cd45e6b87b77",
818
+ "html_url": "https://github.com/python/cpython/commit/baa9f338971c6a13433a8232db77cd45e6b87b77"
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "sha": "baa9f338971c6a13433a8232db77cd45e6b87b77",
824
+ "node_id": "C_kwDOBN0Z8doAKGJhYTlmMzM4OTcxYzZhMTM0MzNhODIzMmRiNzdjZDQ1ZTZiODdiNzc",
825
+ "commit": {
826
+ "author": {
827
+ "name": "Sebastian Pipping",
828
+ "email": "sebastian@pipping.org",
829
+ "date": "2025-11-05T18:59:59Z"
830
+ },
831
+ "committer": {
832
+ "name": "GitHub",
833
+ "email": "noreply@github.com",
834
+ "date": "2025-11-05T18:59:59Z"
835
+ },
836
+ "message": "gh-139313: Improve docs on XML security (GH-139460)\n\nClarify that:\n- it takes parsing for an attack\n- that some doors are closed by default\n- only Expat version 2.7.2 has all the fixes\n- use of the bundle depends on configuration",
837
+ "tree": {
838
+ "sha": "32ece7cf99704d8ca6502494c59fe8b259be6bca",
839
+ "url": "https://api.github.com/repos/python/cpython/git/trees/32ece7cf99704d8ca6502494c59fe8b259be6bca"
840
+ },
841
+ "url": "https://api.github.com/repos/python/cpython/git/commits/baa9f338971c6a13433a8232db77cd45e6b87b77",
842
+ "comment_count": 0,
843
+ "verification": {
844
+ "verified": true,
845
+ "reason": "valid",
846
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC56vCRC1aQ7uu5UhlAAAcUEQABQqmF4nc8zmUFRoUt6BAAsw\n1svpJaTKgqr47GWfgFBvA+4bqaNSrv1vKZUfjx75hcRqkDk/DPwD/dkuM3lZEpaT\nxqeIDuCpPsrVlB5cZcyBH5lxJALMngSLRP4bVKIRnRuPjtmL/bWYbRlgsV80LrEL\nsD5G5ahkjNqzbUTNaAFT+Bt3inc9SFc0bnGmLPnsSNnF1sHGCsrdxmRYZaML2bHi\nkBvOuHMlTRNAhfug78pgLVvOT9bvbict16ruzpr+swSOUiLG4o8EXNEWvQCB/OVt\nGCO4qPgjNKfaRDTHQF/MOfnWOt0fjvkBrg5xbyJ/q3tntGHrTIB6FyYcJMF1fc9N\nEj307rbDNjh/wMsAZHKRdJzuv48LRDaB8dX8y2UKnvLneiS6dBG7NCk8UA7HUWNF\nhHf7BRsfzq6YD6q7rDlf/GFmiwWQoNYY5zcXv26731n3QiBrQwJ0iXwhF4YZ/j0T\nvFVY84yGgZJULTT+L/SkphZxi2LushyLRW2B4sgzNF2RriW/OeeXB8RK3p9DxlAt\nrNHbVeode+n8RF5HxI6ISi0iuZJC86fouOP6WFBBO0/2pieLFjidZ6eGy5U+nQNO\nMUhwOQT+2rA2J2uNpnbjkkTtRihcY9U7B3SlM7NWoi2kgHPCid5IkwHnSo0YeA0U\nmOsV+Itq553eZa9w4n/C\n=lUaP\n-----END PGP SIGNATURE-----\n",
847
+ "payload": "tree 32ece7cf99704d8ca6502494c59fe8b259be6bca\nparent 4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1\nauthor Sebastian Pipping <sebastian@pipping.org> 1762369199 +0100\ncommitter GitHub <noreply@github.com> 1762369199 +0200\n\ngh-139313: Improve docs on XML security (GH-139460)\n\nClarify that:\n- it takes parsing for an attack\n- that some doors are closed by default\n- only Expat version 2.7.2 has all the fixes\n- use of the bundle depends on configuration\n",
848
+ "verified_at": "2025-11-05T18:59:59Z"
849
+ }
850
+ },
851
+ "url": "https://api.github.com/repos/python/cpython/commits/baa9f338971c6a13433a8232db77cd45e6b87b77",
852
+ "html_url": "https://github.com/python/cpython/commit/baa9f338971c6a13433a8232db77cd45e6b87b77",
853
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/baa9f338971c6a13433a8232db77cd45e6b87b77/comments",
854
+ "author": {
855
+ "login": "hartwork",
856
+ "id": 1577132,
857
+ "node_id": "MDQ6VXNlcjE1NzcxMzI=",
858
+ "avatar_url": "https://avatars.githubusercontent.com/u/1577132?v=4",
859
+ "gravatar_id": "",
860
+ "url": "https://api.github.com/users/hartwork",
861
+ "html_url": "https://github.com/hartwork",
862
+ "followers_url": "https://api.github.com/users/hartwork/followers",
863
+ "following_url": "https://api.github.com/users/hartwork/following{/other_user}",
864
+ "gists_url": "https://api.github.com/users/hartwork/gists{/gist_id}",
865
+ "starred_url": "https://api.github.com/users/hartwork/starred{/owner}{/repo}",
866
+ "subscriptions_url": "https://api.github.com/users/hartwork/subscriptions",
867
+ "organizations_url": "https://api.github.com/users/hartwork/orgs",
868
+ "repos_url": "https://api.github.com/users/hartwork/repos",
869
+ "events_url": "https://api.github.com/users/hartwork/events{/privacy}",
870
+ "received_events_url": "https://api.github.com/users/hartwork/received_events",
871
+ "type": "User",
872
+ "user_view_type": "public",
873
+ "site_admin": false
874
+ },
875
+ "committer": {
876
+ "login": "web-flow",
877
+ "id": 19864447,
878
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
879
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
880
+ "gravatar_id": "",
881
+ "url": "https://api.github.com/users/web-flow",
882
+ "html_url": "https://github.com/web-flow",
883
+ "followers_url": "https://api.github.com/users/web-flow/followers",
884
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
885
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
886
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
887
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
888
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
889
+ "repos_url": "https://api.github.com/users/web-flow/repos",
890
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
891
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
892
+ "type": "User",
893
+ "user_view_type": "public",
894
+ "site_admin": false
895
+ },
896
+ "parents": [
897
+ {
898
+ "sha": "4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
899
+ "url": "https://api.github.com/repos/python/cpython/commits/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
900
+ "html_url": "https://github.com/python/cpython/commit/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1"
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "sha": "4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
906
+ "node_id": "C_kwDOBN0Z8doAKDRhYzE2ZGQxMDk1MGZhZDJkM2U1OGU4YjBiYTVmMmU2MjFhZjNjYzE",
907
+ "commit": {
908
+ "author": {
909
+ "name": "Victor Stinner",
910
+ "email": "vstinner@python.org",
911
+ "date": "2025-11-05T18:00:32Z"
912
+ },
913
+ "committer": {
914
+ "name": "GitHub",
915
+ "email": "noreply@github.com",
916
+ "date": "2025-11-05T18:00:32Z"
917
+ },
918
+ "message": "Fix a compiler warning in _randommodule.c (#141058)\n\nThe test just before the cast ensures that the cast cannot overflow.\n\nFix the warning on 32-bit Windows:\n\n Modules\\_randommodule.c(525,28): warning C4244: '=': conversion\n from 'uint64_t' to 'Py_ssize_t', possible loss of data",
919
+ "tree": {
920
+ "sha": "de83b31fa122135fecd8097900513e29b930b9a1",
921
+ "url": "https://api.github.com/repos/python/cpython/git/trees/de83b31fa122135fecd8097900513e29b930b9a1"
922
+ },
923
+ "url": "https://api.github.com/repos/python/cpython/git/commits/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
924
+ "comment_count": 0,
925
+ "verification": {
926
+ "verified": true,
927
+ "reason": "valid",
928
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC5DACRC1aQ7uu5UhlAAAtD8QAJL2H1Q2/JbIqCODo1pfjZmK\nEMqKcnNCeHWKYvFUhaiyy3mLKcyAS21F2NS2pfPYUNd5YXsn/65hRLL0XMF+iMsV\n4r3wklrYol1t3KoHWazvt3ZLclVPaqnn5zTLVfDo9ic+FQRwlLhDdbUvIJjTIdhy\nOCzdy+Zr8ghFBdhqTFYbWhZqWUOdKkeSXseNMJVXhD08Y8x4IyHOvbDIi/xn15gg\nxtTA703y1/eQvU70INdaePzpBFrrB8aRFA6ojA2DIewBI6lwgQbUjx/Q8jW5UPD8\nuRWQVNvFGWEhPeTSxihsIZv3Pn8ZQWxtKt2DHnVZo3W6wI0kBEaONo33RUral/BS\nfQsTCPksJmMFdRrDMO3hRuxxgfK5BiZibGOxOLMWyjo49mv3ygIsWaZktxalsdeo\nuZR8b3A6Hj1vvdxv77rvqCgZHaTqDZjMC6PTWERrMQI4BOkaIQ3EYkAu1ee7RCoC\naygrq3TokEohYEOT7L08eYr3/YDRTe1g/mI5j0+wANpwp072Kmip8mU/kozHweEA\nbQhpd+rGs5afFMmio20/Vz5Rrc5TQuTsat4BEUkjv8yAlNMtDWAtNxsxTmZuOOv2\nBjIsVBSxCOZCMhvF3SKQkibytP9III5l3jJlNRNa2vBjF2OnjeOppxb/TD/2jQcD\n6SEFRMcTUwc+HkNZqftG\n=dNzx\n-----END PGP SIGNATURE-----\n",
929
+ "payload": "tree de83b31fa122135fecd8097900513e29b930b9a1\nparent 8d55faf2d68bbb6486a3e4509e8912d211748756\nauthor Victor Stinner <vstinner@python.org> 1762365632 +0100\ncommitter GitHub <noreply@github.com> 1762365632 +0000\n\nFix a compiler warning in _randommodule.c (#141058)\n\nThe test just before the cast ensures that the cast cannot overflow.\n\nFix the warning on 32-bit Windows:\n\n Modules\\_randommodule.c(525,28): warning C4244: '=': conversion\n from 'uint64_t' to 'Py_ssize_t', possible loss of data",
930
+ "verified_at": "2025-11-05T18:00:32Z"
931
+ }
932
+ },
933
+ "url": "https://api.github.com/repos/python/cpython/commits/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
934
+ "html_url": "https://github.com/python/cpython/commit/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1",
935
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/4ac16dd10950fad2d3e58e8b0ba5f2e621af3cc1/comments",
936
+ "author": {
937
+ "login": "vstinner",
938
+ "id": 194129,
939
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
940
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
941
+ "gravatar_id": "",
942
+ "url": "https://api.github.com/users/vstinner",
943
+ "html_url": "https://github.com/vstinner",
944
+ "followers_url": "https://api.github.com/users/vstinner/followers",
945
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
946
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
947
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
948
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
949
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
950
+ "repos_url": "https://api.github.com/users/vstinner/repos",
951
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
952
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
953
+ "type": "User",
954
+ "user_view_type": "public",
955
+ "site_admin": false
956
+ },
957
+ "committer": {
958
+ "login": "web-flow",
959
+ "id": 19864447,
960
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
961
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
962
+ "gravatar_id": "",
963
+ "url": "https://api.github.com/users/web-flow",
964
+ "html_url": "https://github.com/web-flow",
965
+ "followers_url": "https://api.github.com/users/web-flow/followers",
966
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
967
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
968
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
969
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
970
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
971
+ "repos_url": "https://api.github.com/users/web-flow/repos",
972
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
973
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
974
+ "type": "User",
975
+ "user_view_type": "public",
976
+ "site_admin": false
977
+ },
978
+ "parents": [
979
+ {
980
+ "sha": "8d55faf2d68bbb6486a3e4509e8912d211748756",
981
+ "url": "https://api.github.com/repos/python/cpython/commits/8d55faf2d68bbb6486a3e4509e8912d211748756",
982
+ "html_url": "https://github.com/python/cpython/commit/8d55faf2d68bbb6486a3e4509e8912d211748756"
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "sha": "8d55faf2d68bbb6486a3e4509e8912d211748756",
988
+ "node_id": "C_kwDOBN0Z8doAKDhkNTVmYWYyZDY4YmJiNjQ4NmEzZTQ1MDllODkxMmQyMTE3NDg3NTY",
989
+ "commit": {
990
+ "author": {
991
+ "name": "Victor Stinner",
992
+ "email": "vstinner@python.org",
993
+ "date": "2025-11-05T17:37:06Z"
994
+ },
995
+ "committer": {
996
+ "name": "GitHub",
997
+ "email": "noreply@github.com",
998
+ "date": "2025-11-05T17:37:06Z"
999
+ },
1000
+ "message": "Remove internal _PyTime_AsLong() function (#141053)\n\n* Replace _PyTime_AsLong() with PyLong_FromInt64()\n* Replace _PyTime_FromLong() with PyLong_AsInt64().",
1001
+ "tree": {
1002
+ "sha": "7e98fda19beceb4a561be9558b5e54db612df85a",
1003
+ "url": "https://api.github.com/repos/python/cpython/git/trees/7e98fda19beceb4a561be9558b5e54db612df85a"
1004
+ },
1005
+ "url": "https://api.github.com/repos/python/cpython/git/commits/8d55faf2d68bbb6486a3e4509e8912d211748756",
1006
+ "comment_count": 0,
1007
+ "verification": {
1008
+ "verified": true,
1009
+ "reason": "valid",
1010
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC4tCCRC1aQ7uu5UhlAAAIPsQAKmbds1KwmsUSfjx9WHtwk+2\npHT1ELjQ5+FCg4welePQWUs2fonjxumy67vXXLF4LRhKSOyqTQQ+2I8wjdLX+FGO\nT76fkEjSbfhuHifDwv6Dv/Pt2lSFqjqJduWLfDWR254wnIYjFVkDQk84Q3wHXhiX\n+OuzqNFIsGb0OerAwZGTMKBn4Dy1KB6hzlkTmpDJpWipnctmYhQ/Syx7IdeW3PAI\n2gSF3QaDdgq3+p0hAnbJ/JOwRIO3wxFJ9EWpy9Mg0FcJkMHvCL76PUGxtsAuPu1/\nQkTMoLby6QnWU5DVBXGHRnyYCMphMZ7RFV/mISREn8OmL4tG3ZEqYU562wa3M7Bh\nRYDaE6VVcd66UseOpQ6cMXGvjjvZaGq3EW4Iq8hLxIJLNILCDfhHcBFL9m/TF32i\npAwSRd7Q7yomV0ChGUFu2q+WWZqe1Qmv5gJWKH4GNmgH7qcZkxP2tsVKBIgYuDGE\nDmJUOMeOC1o2GTfgOhNQ81qIuqD/GIlGbi9jDLp+YZ6vtvM5aQzcfkz+akHU4OUx\nhMh4Qa03pidjxzPvtQ6BhX+gVYIsQ/hfPFJjWTzKfzBZr3teOjPnIEV2h3Lwk4Ap\ndK8Ajqk5S/T/5QKYMA4XyLk6SqzWvK6htT2nM0NNqa9ci/1npTvP22PgbUtOx7Xy\npFiXcEcU8M/KSkGPoXWl\n=cao1\n-----END PGP SIGNATURE-----\n",
1011
+ "payload": "tree 7e98fda19beceb4a561be9558b5e54db612df85a\nparent 30ab627aab050840d17ac14c9d3730d065bda6af\nauthor Victor Stinner <vstinner@python.org> 1762364226 +0100\ncommitter GitHub <noreply@github.com> 1762364226 +0100\n\nRemove internal _PyTime_AsLong() function (#141053)\n\n* Replace _PyTime_AsLong() with PyLong_FromInt64()\n* Replace _PyTime_FromLong() with PyLong_AsInt64().",
1012
+ "verified_at": "2025-11-05T17:37:07Z"
1013
+ }
1014
+ },
1015
+ "url": "https://api.github.com/repos/python/cpython/commits/8d55faf2d68bbb6486a3e4509e8912d211748756",
1016
+ "html_url": "https://github.com/python/cpython/commit/8d55faf2d68bbb6486a3e4509e8912d211748756",
1017
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/8d55faf2d68bbb6486a3e4509e8912d211748756/comments",
1018
+ "author": {
1019
+ "login": "vstinner",
1020
+ "id": 194129,
1021
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
1022
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
1023
+ "gravatar_id": "",
1024
+ "url": "https://api.github.com/users/vstinner",
1025
+ "html_url": "https://github.com/vstinner",
1026
+ "followers_url": "https://api.github.com/users/vstinner/followers",
1027
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
1028
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
1029
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
1030
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
1031
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
1032
+ "repos_url": "https://api.github.com/users/vstinner/repos",
1033
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
1034
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
1035
+ "type": "User",
1036
+ "user_view_type": "public",
1037
+ "site_admin": false
1038
+ },
1039
+ "committer": {
1040
+ "login": "web-flow",
1041
+ "id": 19864447,
1042
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
1043
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
1044
+ "gravatar_id": "",
1045
+ "url": "https://api.github.com/users/web-flow",
1046
+ "html_url": "https://github.com/web-flow",
1047
+ "followers_url": "https://api.github.com/users/web-flow/followers",
1048
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
1049
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
1050
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
1051
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
1052
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
1053
+ "repos_url": "https://api.github.com/users/web-flow/repos",
1054
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
1055
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
1056
+ "type": "User",
1057
+ "user_view_type": "public",
1058
+ "site_admin": false
1059
+ },
1060
+ "parents": [
1061
+ {
1062
+ "sha": "30ab627aab050840d17ac14c9d3730d065bda6af",
1063
+ "url": "https://api.github.com/repos/python/cpython/commits/30ab627aab050840d17ac14c9d3730d065bda6af",
1064
+ "html_url": "https://github.com/python/cpython/commit/30ab627aab050840d17ac14c9d3730d065bda6af"
1065
+ }
1066
+ ]
1067
+ },
1068
+ {
1069
+ "sha": "30ab627aab050840d17ac14c9d3730d065bda6af",
1070
+ "node_id": "C_kwDOBN0Z8doAKDMwYWI2MjdhYWIwNTA4NDBkMTdhYzE0YzlkMzczMGQwNjViZGE2YWY",
1071
+ "commit": {
1072
+ "author": {
1073
+ "name": "Victor Stinner",
1074
+ "email": "vstinner@python.org",
1075
+ "date": "2025-11-05T17:31:35Z"
1076
+ },
1077
+ "committer": {
1078
+ "name": "GitHub",
1079
+ "email": "noreply@github.com",
1080
+ "date": "2025-11-05T17:31:35Z"
1081
+ },
1082
+ "message": "gh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)\n\nDisable the fast path on systems with 32-bit long.",
1083
+ "tree": {
1084
+ "sha": "c5fee30ca76a1d6b858a3252aaa1098b95832482",
1085
+ "url": "https://api.github.com/repos/python/cpython/git/trees/c5fee30ca76a1d6b858a3252aaa1098b95832482"
1086
+ },
1087
+ "url": "https://api.github.com/repos/python/cpython/git/commits/30ab627aab050840d17ac14c9d3730d065bda6af",
1088
+ "comment_count": 0,
1089
+ "verification": {
1090
+ "verified": true,
1091
+ "reason": "valid",
1092
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC4n3CRC1aQ7uu5UhlAAAu4cQAKQKbgaZklC52dfDAIfgah7f\nu8uN1Ke28dh//AR5jpG9Sh8Nt/8HQmj8o3s8ZiMyjv/CPBG1O6e6wq1wah4ajHBr\nu1dY1Vs9rkpsLJzFaBytCUxtnoj6aY6/xPrg3banWKZOMHqUPrlCLIBBsqUbOxaF\n4ExdJQKz0PigK467HY9YoEdQWw24JGsk/TQc/8l/JJYkU6nLEIDDwFBR0VXGmbOX\nXdRX6VjxpmBTi8ToAj4q24a2HvAZ3Ilj9NDmmxsz3ZtGHkATWmhBHPEclGdsZpLF\n9ffqCNOkYv/rnRyCfjUpcI2Q3ZYWdNJByZOzI72C6PUQurtzajJZ3At2CzZa2ioJ\nqv//W/DGbNs8+hYYT9fOkO6IdMeaR/55ADaTxWPhJ3fR/CIgGxhgFdCstkK/2wPJ\n0kwPOndU5/MVN6oASS0wQPR/lQmdKHGIuc3wrhiFA7QpfhGUfXSwKm0jqy9N53Mx\nkHvUhy/lXR/LZsEDoYdSP59uBmI1c4CCX5e05gqmlsXZKCf2pDhxMkpvTAdk6It9\n4kINHgkPK66dPg2KLLqNikYirFg33q84TARk6Ifq0qoiZ8z+6UIs+jw1HoC6orWp\no5ia7PA1phUuIqX5eef1lFf7MyhZNJ4kMlXVnEl7t46fl/ieR/0VTamISXDN55Bz\n9e42ZfYOtam3y5gjDdI/\n=V2u+\n-----END PGP SIGNATURE-----\n",
1093
+ "payload": "tree c5fee30ca76a1d6b858a3252aaa1098b95832482\nparent 579b2f8910d6c4b07094d86b01d5421a55b09533\nauthor Victor Stinner <vstinner@python.org> 1762363895 +0100\ncommitter GitHub <noreply@github.com> 1762363895 +0100\n\ngh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)\n\nDisable the fast path on systems with 32-bit long.",
1094
+ "verified_at": "2025-11-05T17:31:35Z"
1095
+ }
1096
+ },
1097
+ "url": "https://api.github.com/repos/python/cpython/commits/30ab627aab050840d17ac14c9d3730d065bda6af",
1098
+ "html_url": "https://github.com/python/cpython/commit/30ab627aab050840d17ac14c9d3730d065bda6af",
1099
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/30ab627aab050840d17ac14c9d3730d065bda6af/comments",
1100
+ "author": {
1101
+ "login": "vstinner",
1102
+ "id": 194129,
1103
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
1104
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
1105
+ "gravatar_id": "",
1106
+ "url": "https://api.github.com/users/vstinner",
1107
+ "html_url": "https://github.com/vstinner",
1108
+ "followers_url": "https://api.github.com/users/vstinner/followers",
1109
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
1110
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
1111
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
1112
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
1113
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
1114
+ "repos_url": "https://api.github.com/users/vstinner/repos",
1115
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
1116
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
1117
+ "type": "User",
1118
+ "user_view_type": "public",
1119
+ "site_admin": false
1120
+ },
1121
+ "committer": {
1122
+ "login": "web-flow",
1123
+ "id": 19864447,
1124
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
1125
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
1126
+ "gravatar_id": "",
1127
+ "url": "https://api.github.com/users/web-flow",
1128
+ "html_url": "https://github.com/web-flow",
1129
+ "followers_url": "https://api.github.com/users/web-flow/followers",
1130
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
1131
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
1132
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
1133
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
1134
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
1135
+ "repos_url": "https://api.github.com/users/web-flow/repos",
1136
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
1137
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
1138
+ "type": "User",
1139
+ "user_view_type": "public",
1140
+ "site_admin": false
1141
+ },
1142
+ "parents": [
1143
+ {
1144
+ "sha": "579b2f8910d6c4b07094d86b01d5421a55b09533",
1145
+ "url": "https://api.github.com/repos/python/cpython/commits/579b2f8910d6c4b07094d86b01d5421a55b09533",
1146
+ "html_url": "https://github.com/python/cpython/commit/579b2f8910d6c4b07094d86b01d5421a55b09533"
1147
+ }
1148
+ ]
1149
+ },
1150
+ {
1151
+ "sha": "579b2f8910d6c4b07094d86b01d5421a55b09533",
1152
+ "node_id": "C_kwDOBN0Z8doAKDU3OWIyZjg5MTBkNmM0YjA3MDk0ZDg2YjAxZDU0MjFhNTViMDk1MzM",
1153
+ "commit": {
1154
+ "author": {
1155
+ "name": "Victor Stinner",
1156
+ "email": "vstinner@python.org",
1157
+ "date": "2025-11-05T16:57:06Z"
1158
+ },
1159
+ "committer": {
1160
+ "name": "GitHub",
1161
+ "email": "noreply@github.com",
1162
+ "date": "2025-11-05T16:57:06Z"
1163
+ },
1164
+ "message": "gh-140550: Run make regen-limited-abi (#141056)",
1165
+ "tree": {
1166
+ "sha": "87cd092cd04e13a23b4aa6fa23c710a03eae120c",
1167
+ "url": "https://api.github.com/repos/python/cpython/git/trees/87cd092cd04e13a23b4aa6fa23c710a03eae120c"
1168
+ },
1169
+ "url": "https://api.github.com/repos/python/cpython/git/commits/579b2f8910d6c4b07094d86b01d5421a55b09533",
1170
+ "comment_count": 0,
1171
+ "verification": {
1172
+ "verified": true,
1173
+ "reason": "valid",
1174
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC4HiCRC1aQ7uu5UhlAAANUQQAHH7p6vRBfAHGfNKSzHe2Bhh\nchFeD6m0zchLbdjIMf1OX+c2Ye/fUvFFZaxsfDqUWjTCCbF70Ju8OBL+gJ/C9Tsc\n8DY26o9HXS+5nBgzhPIPqB++c3awuq6BxA1uU1ZjewYkLoN+WJXRO0YPYPHnubJp\n+mOBxVHmtVdpWB3gT0qrg+xH+g4MCRZqKkl2dSlhCVUy0wz7Zw/w5HzsXx+xXQw7\nYSM0LDK4DTr8NRo7sGXKCmPRsKLbd8wcvS0SIG3P1kqsXk1ckhdUS7ffSfk+E5ZX\nRUK+6QCfnPLEAwwsrMK7fDnX9VasXHDb4BRpyfew7+7pXI8PAwVgsAHROYhzxUJb\n79wAtlgs93ZhamynDLnlhsnWi9Rs4r7gajHUtsVWN71AYgyRwC5B1Isw6zLROvtB\nVDiAzy9/CtF7r7NVH/xpIpnDBOwq41IZSNdlTUT3Ldwi6yfLogN+rRTqvLOZ8deK\nMClXFAgrjS+kGUS6rXdI6L0BvFWQKMHXA+ykA2Vif6EdzNWGiVc8TKYrUoCxyjZJ\nz5yuoC8kBpJy1db5put70Ou2XP3zGEyoALJxq4rhDp7M9y4dzHCoh45irhzzm/Yv\nroAMLE7AhrxqkR8MYQXE1xUNGNxDbhRg2arkwpqpvrZD+Kr9Xir5MnwIK3nJ7Z9A\n0SKgWAxZRJDIxug8RgjO\n=JcUV\n-----END PGP SIGNATURE-----\n",
1175
+ "payload": "tree 87cd092cd04e13a23b4aa6fa23c710a03eae120c\nparent 3f6aca1be49f96c5c5f52040b8e78c73c79c0a86\nauthor Victor Stinner <vstinner@python.org> 1762361826 +0100\ncommitter GitHub <noreply@github.com> 1762361826 +0000\n\ngh-140550: Run make regen-limited-abi (#141056)\n\n",
1176
+ "verified_at": "2025-11-05T16:57:07Z"
1177
+ }
1178
+ },
1179
+ "url": "https://api.github.com/repos/python/cpython/commits/579b2f8910d6c4b07094d86b01d5421a55b09533",
1180
+ "html_url": "https://github.com/python/cpython/commit/579b2f8910d6c4b07094d86b01d5421a55b09533",
1181
+ "comments_url": "https://api.github.com/repos/python/cpython/commits/579b2f8910d6c4b07094d86b01d5421a55b09533/comments",
1182
+ "author": {
1183
+ "login": "vstinner",
1184
+ "id": 194129,
1185
+ "node_id": "MDQ6VXNlcjE5NDEyOQ==",
1186
+ "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4",
1187
+ "gravatar_id": "",
1188
+ "url": "https://api.github.com/users/vstinner",
1189
+ "html_url": "https://github.com/vstinner",
1190
+ "followers_url": "https://api.github.com/users/vstinner/followers",
1191
+ "following_url": "https://api.github.com/users/vstinner/following{/other_user}",
1192
+ "gists_url": "https://api.github.com/users/vstinner/gists{/gist_id}",
1193
+ "starred_url": "https://api.github.com/users/vstinner/starred{/owner}{/repo}",
1194
+ "subscriptions_url": "https://api.github.com/users/vstinner/subscriptions",
1195
+ "organizations_url": "https://api.github.com/users/vstinner/orgs",
1196
+ "repos_url": "https://api.github.com/users/vstinner/repos",
1197
+ "events_url": "https://api.github.com/users/vstinner/events{/privacy}",
1198
+ "received_events_url": "https://api.github.com/users/vstinner/received_events",
1199
+ "type": "User",
1200
+ "user_view_type": "public",
1201
+ "site_admin": false
1202
+ },
1203
+ "committer": {
1204
+ "login": "web-flow",
1205
+ "id": 19864447,
1206
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
1207
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
1208
+ "gravatar_id": "",
1209
+ "url": "https://api.github.com/users/web-flow",
1210
+ "html_url": "https://github.com/web-flow",
1211
+ "followers_url": "https://api.github.com/users/web-flow/followers",
1212
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
1213
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
1214
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
1215
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
1216
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
1217
+ "repos_url": "https://api.github.com/users/web-flow/repos",
1218
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
1219
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
1220
+ "type": "User",
1221
+ "user_view_type": "public",
1222
+ "site_admin": false
1223
+ },
1224
+ "parents": [
1225
+ {
1226
+ "sha": "3f6aca1be49f96c5c5f52040b8e78c73c79c0a86",
1227
+ "url": "https://api.github.com/repos/python/cpython/commits/3f6aca1be49f96c5c5f52040b8e78c73c79c0a86",
1228
+ "html_url": "https://github.com/python/cpython/commit/3f6aca1be49f96c5c5f52040b8e78c73c79c0a86"
1229
+ }
1230
+ ]
1231
+ }
1232
+ ]
github/commits_python.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_commits_python",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:58.091069",
5
+ "size_bytes": 78004,
6
+ "description": "Python recent commits",
7
+ "url": "https://api.github.com/repos/python/cpython/commits?per_page=15"
8
+ }
github/commits_rust.json ADDED
@@ -0,0 +1,1287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "sha": "401ae55427522984e4a89c37cff6562a4ddcf6b7",
4
+ "node_id": "C_kwDOAAsO6NoAKDQwMWFlNTU0Mjc1MjI5ODRlNGE4OWMzN2NmZjY1NjJhNGRkY2Y2Yjc",
5
+ "commit": {
6
+ "author": {
7
+ "name": "bors",
8
+ "email": "bors@rust-lang.org",
9
+ "date": "2025-11-05T21:07:24Z"
10
+ },
11
+ "committer": {
12
+ "name": "bors",
13
+ "email": "bors@rust-lang.org",
14
+ "date": "2025-11-05T21:07:24Z"
15
+ },
16
+ "message": "Auto merge of #148544 - matthiaskrgr:rollup-n9dqgwc, r=matthiaskrgr\n\nRollup of 8 pull requests\n\nSuccessful merges:\n\n - rust-lang/rust#147994 (Deduplicate deprecation warning when using unit or tuple structs)\n - rust-lang/rust#148440 ([rustdoc search] Simplify itemTypes and filter \"dependencies\")\n - rust-lang/rust#148501 (triagebot: Create Zulip topics for libs backports)\n - rust-lang/rust#148517 (Remove no longer necessary lint allow)\n - rust-lang/rust#148518 (Unify the configuration of the compiler docs)\n - rust-lang/rust#148523 (miri subtree update)\n - rust-lang/rust#148525 (Fix ICE from lit_to_mir_constant caused by type error)\n - rust-lang/rust#148534 (Merge `Vec::push{,_mut}_within_capacity`)\n\nr? `@ghost`\n`@rustbot` modify labels: rollup",
17
+ "tree": {
18
+ "sha": "b1555b543e5daf994e1824f65e04c97863b240cc",
19
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/b1555b543e5daf994e1824f65e04c97863b240cc"
20
+ },
21
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/401ae55427522984e4a89c37cff6562a4ddcf6b7",
22
+ "comment_count": 0,
23
+ "verification": {
24
+ "verified": false,
25
+ "reason": "unsigned",
26
+ "signature": null,
27
+ "payload": null,
28
+ "verified_at": null
29
+ }
30
+ },
31
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/401ae55427522984e4a89c37cff6562a4ddcf6b7",
32
+ "html_url": "https://github.com/rust-lang/rust/commit/401ae55427522984e4a89c37cff6562a4ddcf6b7",
33
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/401ae55427522984e4a89c37cff6562a4ddcf6b7/comments",
34
+ "author": {
35
+ "login": "bors",
36
+ "id": 3372342,
37
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
38
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
39
+ "gravatar_id": "",
40
+ "url": "https://api.github.com/users/bors",
41
+ "html_url": "https://github.com/bors",
42
+ "followers_url": "https://api.github.com/users/bors/followers",
43
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
44
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
45
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
46
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
47
+ "organizations_url": "https://api.github.com/users/bors/orgs",
48
+ "repos_url": "https://api.github.com/users/bors/repos",
49
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
50
+ "received_events_url": "https://api.github.com/users/bors/received_events",
51
+ "type": "User",
52
+ "user_view_type": "public",
53
+ "site_admin": false
54
+ },
55
+ "committer": {
56
+ "login": "bors",
57
+ "id": 3372342,
58
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
59
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
60
+ "gravatar_id": "",
61
+ "url": "https://api.github.com/users/bors",
62
+ "html_url": "https://github.com/bors",
63
+ "followers_url": "https://api.github.com/users/bors/followers",
64
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
65
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
66
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
67
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
68
+ "organizations_url": "https://api.github.com/users/bors/orgs",
69
+ "repos_url": "https://api.github.com/users/bors/repos",
70
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
71
+ "received_events_url": "https://api.github.com/users/bors/received_events",
72
+ "type": "User",
73
+ "user_view_type": "public",
74
+ "site_admin": false
75
+ },
76
+ "parents": [
77
+ {
78
+ "sha": "b01cc1cf01ed12adb2595c4696321ee722ef545e",
79
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/b01cc1cf01ed12adb2595c4696321ee722ef545e",
80
+ "html_url": "https://github.com/rust-lang/rust/commit/b01cc1cf01ed12adb2595c4696321ee722ef545e"
81
+ },
82
+ {
83
+ "sha": "05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
84
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
85
+ "html_url": "https://github.com/rust-lang/rust/commit/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "sha": "05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
91
+ "node_id": "C_kwDOAAsO6NoAKDA1ZjNhM2Q3ZjUwZDlmZTRkZDU0ZTFiN2NiZDZlYmE1MWM3ZTFmYjU",
92
+ "commit": {
93
+ "author": {
94
+ "name": "Matthias Krüger",
95
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
96
+ "date": "2025-11-05T20:28:31Z"
97
+ },
98
+ "committer": {
99
+ "name": "GitHub",
100
+ "email": "noreply@github.com",
101
+ "date": "2025-11-05T20:28:31Z"
102
+ },
103
+ "message": "Rollup merge of #148534 - WaffleLapkin:push_within_capacity_now_with_50_percent_more_mut, r=Amanieu\n\nMerge `Vec::push{,_mut}_within_capacity`\n\nImplements https://github.com/rust-lang/libs-team/issues/689.\n\ncc https://github.com/rust-lang/rust/issues/135974, https://github.com/rust-lang/rust/issues/100486\n\nr? libs-api",
104
+ "tree": {
105
+ "sha": "77e1ae9d9fba59261239b6e281ba8e84431ed1c4",
106
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/77e1ae9d9fba59261239b6e281ba8e84431ed1c4"
107
+ },
108
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
109
+ "comment_count": 0,
110
+ "verification": {
111
+ "verified": true,
112
+ "reason": "valid",
113
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NvCRC1aQ7uu5UhlAAAZyAQAE+ayJ3NTQIL/97O1hyVTrn6\nB6VQMjJVXmuMQsY040ryiE5Pa7q9Ep6XBd/jJ+VXoLmosMHsJNtcxrN02qQqqthl\nGD2JYdzObaGTfP2ad+xP9Hiai/h2yLlah53Fn0IoHPq2cD7y3hIpsZGL7K+BD/UO\nQN1IZc1XD1TTVEkUwiLuc2uidUTOMtnTl+41uYfh9jxGYWnv6eJMkjHDdTx00yWF\nffuFTGMwuznrx3gJhykZ5YxxcGs18ZT0mp46nbARWEh5hFnRk6LrySclBhVLT2sf\nwTwuZlR3AdyE/YDMS06sFxy2wCOTdYGwOQEib0OlBtC+W4OVWXPrbJS5xyPXktGD\nz1m7BebdT8HstnRW2UzMoQLasmXRN5wiblp57LvEErUQPUNETWypnjMXzOSiMigT\n4ADJYbTXQxLNmOT0fbEt8A+Qh1PtEFUf95UXFDkK0iTVQLtf4iq1jSqTUh9hKYEE\ncUAPmJBXuiMTb69eTrYk7/iqQJULggJ3QNlNeOY/GOePgLh1wnq3HfXE0sCwFvrm\nAEBVsTCF+XV4AcB94IoqeoyrRZQkKMJaxi6rUK5Ov6r03LMn045kgz1iAnImQflI\nKdDX5H4Dw6oKb9B+pDBt9fwWNAyWXtFMgnAG6EqXwq3X77wnDnUI6Vo01kAasTHa\nI+naRh85KsfllwFGNS4V\n=rKhs\n-----END PGP SIGNATURE-----\n",
114
+ "payload": "tree 77e1ae9d9fba59261239b6e281ba8e84431ed1c4\nparent 72cef11570e7817e266fe0215b2625ca8ffd5077\nparent 32c93ccc89394a317ad272864d3970420bd4dc81\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374511 +0100\ncommitter GitHub <noreply@github.com> 1762374511 +0100\n\nRollup merge of #148534 - WaffleLapkin:push_within_capacity_now_with_50_percent_more_mut, r=Amanieu\n\nMerge `Vec::push{,_mut}_within_capacity`\n\nImplements https://github.com/rust-lang/libs-team/issues/689.\n\ncc https://github.com/rust-lang/rust/issues/135974, https://github.com/rust-lang/rust/issues/100486\n\nr? libs-api\n",
115
+ "verified_at": "2025-11-05T20:28:32Z"
116
+ }
117
+ },
118
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
119
+ "html_url": "https://github.com/rust-lang/rust/commit/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5",
120
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/05f3a3d7f50d9fe4dd54e1b7cbd6eba51c7e1fb5/comments",
121
+ "author": {
122
+ "login": "matthiaskrgr",
123
+ "id": 476013,
124
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
125
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
126
+ "gravatar_id": "",
127
+ "url": "https://api.github.com/users/matthiaskrgr",
128
+ "html_url": "https://github.com/matthiaskrgr",
129
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
130
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
131
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
132
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
133
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
134
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
135
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
136
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
137
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
138
+ "type": "User",
139
+ "user_view_type": "public",
140
+ "site_admin": false
141
+ },
142
+ "committer": {
143
+ "login": "web-flow",
144
+ "id": 19864447,
145
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
146
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
147
+ "gravatar_id": "",
148
+ "url": "https://api.github.com/users/web-flow",
149
+ "html_url": "https://github.com/web-flow",
150
+ "followers_url": "https://api.github.com/users/web-flow/followers",
151
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
152
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
153
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
154
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
155
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
156
+ "repos_url": "https://api.github.com/users/web-flow/repos",
157
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
158
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
159
+ "type": "User",
160
+ "user_view_type": "public",
161
+ "site_admin": false
162
+ },
163
+ "parents": [
164
+ {
165
+ "sha": "72cef11570e7817e266fe0215b2625ca8ffd5077",
166
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/72cef11570e7817e266fe0215b2625ca8ffd5077",
167
+ "html_url": "https://github.com/rust-lang/rust/commit/72cef11570e7817e266fe0215b2625ca8ffd5077"
168
+ },
169
+ {
170
+ "sha": "32c93ccc89394a317ad272864d3970420bd4dc81",
171
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/32c93ccc89394a317ad272864d3970420bd4dc81",
172
+ "html_url": "https://github.com/rust-lang/rust/commit/32c93ccc89394a317ad272864d3970420bd4dc81"
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "sha": "72cef11570e7817e266fe0215b2625ca8ffd5077",
178
+ "node_id": "C_kwDOAAsO6NoAKDcyY2VmMTE1NzBlNzgxN2UyNjZmZTAyMTViMjYyNWNhOGZmZDUwNzc",
179
+ "commit": {
180
+ "author": {
181
+ "name": "Matthias Krüger",
182
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
183
+ "date": "2025-11-05T20:28:31Z"
184
+ },
185
+ "committer": {
186
+ "name": "GitHub",
187
+ "email": "noreply@github.com",
188
+ "date": "2025-11-05T20:28:31Z"
189
+ },
190
+ "message": "Rollup merge of #148525 - chenyukang:yukang-fix-148515, r=wesleywiser\n\nFix ICE from lit_to_mir_constant caused by type error\n\nFixes rust-lang/rust#148515\n\nwe still need to mark that there were errors to prevent later phases (like MIR building) from proceeding.",
191
+ "tree": {
192
+ "sha": "c14591d6932b0a97c9779cc8656fc16e9b6fc4e5",
193
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/c14591d6932b0a97c9779cc8656fc16e9b6fc4e5"
194
+ },
195
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/72cef11570e7817e266fe0215b2625ca8ffd5077",
196
+ "comment_count": 0,
197
+ "verification": {
198
+ "verified": true,
199
+ "reason": "valid",
200
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NvCRC1aQ7uu5UhlAAA3Z0QAIi6/XkeaATBFDXVGe3j6XKb\nn62wUH3VVe7uls02O+C+fkVegOmbjuOMw4Sqdi3rW4ACOd+y8vWXUJQ4tFLytV76\nz27JG3/yhMHSJItE23sA4cIhDURhC6x05qRkPGXkLfcoCU3k4xNaxQBEAU0xuRmk\nxntdPyYfkQVQ8Jke5UfNLN1JyrIx+r7ADzFE1qOzq/Rt8RQ2YV4ZnR3qoVfpNYpP\n1JVUzp8BUbFSoHRXNvfKImib334tJ1qt//sH/RKqk464ZXOarlfEQNj2RJqgwLxz\nZikUnBLe0IVYhWKRklXkshpI3/M6kSPipDt2mv3lvZRyc8kaw+voHl02tU9eSoZv\nS0Vl0pHb25a7lcaXunecMMIi6mAkoH2LXM8t+7IYPXhLPhnD8FV6HjfHZGYET2s4\nrbTiRqw7gbv6vUyR9qUOdWG/kaKFDNmjP/7oA5sxvazgmo/SH3NvnUwMTsTD8tXp\nlidAccugszWsrzcXCJWmab0ErnIewvXptAJ8Xliemeo9/QXcUQq5uaiT2lp72U1n\n5iTskgH6eF/wROHPNndG6yUFkn6ojSrgyj9ZIaUWZYQSqCx9fuPM1k9rPVKSgZGS\nqEb6awuw0KBzWXX94AdvBRXoa8HFiEWjsTu12splwh+vHrAagcZT91+Pzw+kp6ka\nwnwNKDM7SAaLNitAxP4U\n=gSNa\n-----END PGP SIGNATURE-----\n",
201
+ "payload": "tree c14591d6932b0a97c9779cc8656fc16e9b6fc4e5\nparent 5ed4fafff2ca5bf220d1db959deb1e5d0f327cee\nparent eaf979e8dd98f006767632f0910cd2fdecf8541d\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374511 +0100\ncommitter GitHub <noreply@github.com> 1762374511 +0100\n\nRollup merge of #148525 - chenyukang:yukang-fix-148515, r=wesleywiser\n\nFix ICE from lit_to_mir_constant caused by type error\n\nFixes rust-lang/rust#148515\n\nwe still need to mark that there were errors to prevent later phases (like MIR building) from proceeding.\n",
202
+ "verified_at": "2025-11-05T20:28:31Z"
203
+ }
204
+ },
205
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/72cef11570e7817e266fe0215b2625ca8ffd5077",
206
+ "html_url": "https://github.com/rust-lang/rust/commit/72cef11570e7817e266fe0215b2625ca8ffd5077",
207
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/72cef11570e7817e266fe0215b2625ca8ffd5077/comments",
208
+ "author": {
209
+ "login": "matthiaskrgr",
210
+ "id": 476013,
211
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
212
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
213
+ "gravatar_id": "",
214
+ "url": "https://api.github.com/users/matthiaskrgr",
215
+ "html_url": "https://github.com/matthiaskrgr",
216
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
217
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
218
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
219
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
220
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
221
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
222
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
223
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
224
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
225
+ "type": "User",
226
+ "user_view_type": "public",
227
+ "site_admin": false
228
+ },
229
+ "committer": {
230
+ "login": "web-flow",
231
+ "id": 19864447,
232
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
233
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
234
+ "gravatar_id": "",
235
+ "url": "https://api.github.com/users/web-flow",
236
+ "html_url": "https://github.com/web-flow",
237
+ "followers_url": "https://api.github.com/users/web-flow/followers",
238
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
239
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
240
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
241
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
242
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
243
+ "repos_url": "https://api.github.com/users/web-flow/repos",
244
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
245
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
246
+ "type": "User",
247
+ "user_view_type": "public",
248
+ "site_admin": false
249
+ },
250
+ "parents": [
251
+ {
252
+ "sha": "5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
253
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
254
+ "html_url": "https://github.com/rust-lang/rust/commit/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee"
255
+ },
256
+ {
257
+ "sha": "eaf979e8dd98f006767632f0910cd2fdecf8541d",
258
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/eaf979e8dd98f006767632f0910cd2fdecf8541d",
259
+ "html_url": "https://github.com/rust-lang/rust/commit/eaf979e8dd98f006767632f0910cd2fdecf8541d"
260
+ }
261
+ ]
262
+ },
263
+ {
264
+ "sha": "5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
265
+ "node_id": "C_kwDOAAsO6NoAKDVlZDRmYWZmZjJjYTViZjIyMGQxZGI5NTlkZWIxZTVkMGYzMjdjZWU",
266
+ "commit": {
267
+ "author": {
268
+ "name": "Matthias Krüger",
269
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
270
+ "date": "2025-11-05T20:28:30Z"
271
+ },
272
+ "committer": {
273
+ "name": "GitHub",
274
+ "email": "noreply@github.com",
275
+ "date": "2025-11-05T20:28:30Z"
276
+ },
277
+ "message": "Rollup merge of #148523 - RalfJung:miri, r=RalfJung\n\nmiri subtree update\n\nx86/rounding-error is causing spurious test failures. This sync fixes that.\n\n---\n\nSubtree update of `miri` to https://github.com/rust-lang/miri/commit/de2a63b1e2df549087b33d0da10b3027537d6a07.\n\nCreated using https://github.com/rust-lang/josh-sync.\n\nr? ``@ghost``",
278
+ "tree": {
279
+ "sha": "ccbcfc2babebde74ff964be28c014f0ac154f770",
280
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/ccbcfc2babebde74ff964be28c014f0ac154f770"
281
+ },
282
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
283
+ "comment_count": 0,
284
+ "verification": {
285
+ "verified": true,
286
+ "reason": "valid",
287
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NuCRC1aQ7uu5UhlAAAyJoQAFhoDLpIRcOSWsteUTl5PVjv\nrnJH+CYKRCoai61Ste6ClihC24bmdgw40Z52T5CARUIwft56isnIlKjYWDf/wDie\nTsq1PEH5AcAwnOIYDbwGzl372OYqSqeazt3swRZe38P/iuN6c8jhQ0gdoYQj0NZg\nqwBbynb4bAA4hR7KxxwCM4sMv1uiY3Hqs8KnewjBJ5DOoNui7TOEjLK6rgJm7vSI\nn4oqmIecoBoIFWXeFMbcUldUyJ0AeCJmye2pFtsh5Phh+B0IotXKPWfEFyZ4OxnY\nn2V2ftRjKs2U16H62M5y+4aV7X2ByPc2lpcCMhKvcIlqHrVmEkMzKMBEwtRufOyh\nUPg7CRpHxnUXLQTnZRHyyy4aLyqJ246N7XlGtjWnzM38z5IDbFYHDttKAnVbJ8aZ\nAxzCAW0HWpqtnadhK7VS+zyJqwbUaUPybYii8oXkujadeB8SSTzs+NtiPuNo9F10\npLW1HfZ5rjkZfLcmfOHnoqq8cDBK2L+xIIyXftSivlZO7vtv3kVdIcMaxV4Oh0zN\nNzNNrq+Ho5tFopi+VZ+3E2B2i+wdxTlUXjqdht9deJi7lQlpisNV449uXPFCW+sb\nMS9dHrTf1aauuUXNQXVEtucZvb9ClMs3zkkeXi3YGGC5/fzBnS5LQX8A+bzJJCWm\nRGWEYp9muoGajGPpaqP+\n=2RMg\n-----END PGP SIGNATURE-----\n",
288
+ "payload": "tree ccbcfc2babebde74ff964be28c014f0ac154f770\nparent 958f2a911f545af153571380f86ee007cd207a33\nparent ac94379ff489c80d843fc9321ce6a0586a887f41\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374510 +0100\ncommitter GitHub <noreply@github.com> 1762374510 +0100\n\nRollup merge of #148523 - RalfJung:miri, r=RalfJung\n\nmiri subtree update\n\nx86/rounding-error is causing spurious test failures. This sync fixes that.\n\n---\n\nSubtree update of `miri` to https://github.com/rust-lang/miri/commit/de2a63b1e2df549087b33d0da10b3027537d6a07.\n\nCreated using https://github.com/rust-lang/josh-sync.\n\nr? ``@ghost``\n",
289
+ "verified_at": "2025-11-05T20:28:30Z"
290
+ }
291
+ },
292
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
293
+ "html_url": "https://github.com/rust-lang/rust/commit/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee",
294
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/5ed4fafff2ca5bf220d1db959deb1e5d0f327cee/comments",
295
+ "author": {
296
+ "login": "matthiaskrgr",
297
+ "id": 476013,
298
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
299
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
300
+ "gravatar_id": "",
301
+ "url": "https://api.github.com/users/matthiaskrgr",
302
+ "html_url": "https://github.com/matthiaskrgr",
303
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
304
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
305
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
306
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
307
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
308
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
309
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
310
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
311
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
312
+ "type": "User",
313
+ "user_view_type": "public",
314
+ "site_admin": false
315
+ },
316
+ "committer": {
317
+ "login": "web-flow",
318
+ "id": 19864447,
319
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
320
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
321
+ "gravatar_id": "",
322
+ "url": "https://api.github.com/users/web-flow",
323
+ "html_url": "https://github.com/web-flow",
324
+ "followers_url": "https://api.github.com/users/web-flow/followers",
325
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
326
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
327
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
328
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
329
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
330
+ "repos_url": "https://api.github.com/users/web-flow/repos",
331
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
332
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
333
+ "type": "User",
334
+ "user_view_type": "public",
335
+ "site_admin": false
336
+ },
337
+ "parents": [
338
+ {
339
+ "sha": "958f2a911f545af153571380f86ee007cd207a33",
340
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/958f2a911f545af153571380f86ee007cd207a33",
341
+ "html_url": "https://github.com/rust-lang/rust/commit/958f2a911f545af153571380f86ee007cd207a33"
342
+ },
343
+ {
344
+ "sha": "ac94379ff489c80d843fc9321ce6a0586a887f41",
345
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/ac94379ff489c80d843fc9321ce6a0586a887f41",
346
+ "html_url": "https://github.com/rust-lang/rust/commit/ac94379ff489c80d843fc9321ce6a0586a887f41"
347
+ }
348
+ ]
349
+ },
350
+ {
351
+ "sha": "958f2a911f545af153571380f86ee007cd207a33",
352
+ "node_id": "C_kwDOAAsO6NoAKDk1OGYyYTkxMWY1NDVhZjE1MzU3MTM4MGY4NmVlMDA3Y2QyMDdhMzM",
353
+ "commit": {
354
+ "author": {
355
+ "name": "Matthias Krüger",
356
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
357
+ "date": "2025-11-05T20:28:29Z"
358
+ },
359
+ "committer": {
360
+ "name": "GitHub",
361
+ "email": "noreply@github.com",
362
+ "date": "2025-11-05T20:28:29Z"
363
+ },
364
+ "message": "Rollup merge of #148518 - bjorn3:unify_compiler_doc_config, r=GuillaumeGomez\n\nUnify the configuration of the compiler docs\n\nPreviously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.",
365
+ "tree": {
366
+ "sha": "319c3a4edb54c3e3e26cb84938429e47071932f3",
367
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/319c3a4edb54c3e3e26cb84938429e47071932f3"
368
+ },
369
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/958f2a911f545af153571380f86ee007cd207a33",
370
+ "comment_count": 0,
371
+ "verification": {
372
+ "verified": true,
373
+ "reason": "valid",
374
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NtCRC1aQ7uu5UhlAAAe64QAKLfZ9nuJ5PF75A7UKmO/YVL\nPOGn0HLtUMHEdNschE+LHpjruczdYnZEVgA9rNEji5igHNJLzpSbfvyqNRWO8glv\nClmVByECYr0CCONKAFnvGtv1SnB80Ofecjk2Mm4O7CA/gGFqU942RY5MKoiVqUiU\ngcGJs3uIuiGt7TCntQ9+uB2t0lndA4+zcZtjPJNAbS1orcUvxDZY52nV3iNMnfoc\nFloLO6CDnVD1H+5R/AZvNq3ZMNmNd5gfKy8Z86ErrQQvjaD6MO76pJhYilS9Ye1g\n1fMOKxNPMvTQX78QOJOX9VNakfyoUh4vQ6kvv0Dwk5eiMKOpVc1uXtmeDGffVXRa\nupEZFP7Pm/YHImiva8UatuBKQnf/9ofYCO0NLZHChIkAEDSdm1DB3VgqFnKBCYU/\nnfp8mDF320gDVibSUsRm4GmYp242u1uPy8CxqckLWfe0vU8Yt87iUIf5+j2GCx8c\nm78jqi0vGStUg76mv4iXkG+eFP+NKh40TWuCF3Z8oJY7Ff3qJ0qGHXmwk2w/V15d\nA4ClzfiJyn3HllKMPcriqdxAkbETa/pv9DyfbVpR9XQ1Y3Am+Z1oTbXEPYSFi569\nob9PW8nbIpw3jvukKWcY0TWGezHuDpTHEvn0/U3Epdmmxln1tM78sv3SB71WrG18\noa3uxilbD31e9C6tsa5a\n=lwb/\n-----END PGP SIGNATURE-----\n",
375
+ "payload": "tree 319c3a4edb54c3e3e26cb84938429e47071932f3\nparent d195074363930b036150b2d421c9d2ed5ca04fcd\nparent 222480dcb94c5a27fb10768aae7ccc99da0d805c\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374509 +0100\ncommitter GitHub <noreply@github.com> 1762374509 +0100\n\nRollup merge of #148518 - bjorn3:unify_compiler_doc_config, r=GuillaumeGomez\n\nUnify the configuration of the compiler docs\n\nPreviously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.\n",
376
+ "verified_at": "2025-11-05T20:28:30Z"
377
+ }
378
+ },
379
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/958f2a911f545af153571380f86ee007cd207a33",
380
+ "html_url": "https://github.com/rust-lang/rust/commit/958f2a911f545af153571380f86ee007cd207a33",
381
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/958f2a911f545af153571380f86ee007cd207a33/comments",
382
+ "author": {
383
+ "login": "matthiaskrgr",
384
+ "id": 476013,
385
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
386
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
387
+ "gravatar_id": "",
388
+ "url": "https://api.github.com/users/matthiaskrgr",
389
+ "html_url": "https://github.com/matthiaskrgr",
390
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
391
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
392
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
393
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
394
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
395
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
396
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
397
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
398
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
399
+ "type": "User",
400
+ "user_view_type": "public",
401
+ "site_admin": false
402
+ },
403
+ "committer": {
404
+ "login": "web-flow",
405
+ "id": 19864447,
406
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
407
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
408
+ "gravatar_id": "",
409
+ "url": "https://api.github.com/users/web-flow",
410
+ "html_url": "https://github.com/web-flow",
411
+ "followers_url": "https://api.github.com/users/web-flow/followers",
412
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
413
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
414
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
415
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
416
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
417
+ "repos_url": "https://api.github.com/users/web-flow/repos",
418
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
419
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
420
+ "type": "User",
421
+ "user_view_type": "public",
422
+ "site_admin": false
423
+ },
424
+ "parents": [
425
+ {
426
+ "sha": "d195074363930b036150b2d421c9d2ed5ca04fcd",
427
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/d195074363930b036150b2d421c9d2ed5ca04fcd",
428
+ "html_url": "https://github.com/rust-lang/rust/commit/d195074363930b036150b2d421c9d2ed5ca04fcd"
429
+ },
430
+ {
431
+ "sha": "222480dcb94c5a27fb10768aae7ccc99da0d805c",
432
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/222480dcb94c5a27fb10768aae7ccc99da0d805c",
433
+ "html_url": "https://github.com/rust-lang/rust/commit/222480dcb94c5a27fb10768aae7ccc99da0d805c"
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "sha": "d195074363930b036150b2d421c9d2ed5ca04fcd",
439
+ "node_id": "C_kwDOAAsO6NoAKGQxOTUwNzQzNjM5MzBiMDM2MTUwYjJkNDIxYzlkMmVkNWNhMDRmY2Q",
440
+ "commit": {
441
+ "author": {
442
+ "name": "Matthias Krüger",
443
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
444
+ "date": "2025-11-05T20:28:29Z"
445
+ },
446
+ "committer": {
447
+ "name": "GitHub",
448
+ "email": "noreply@github.com",
449
+ "date": "2025-11-05T20:28:29Z"
450
+ },
451
+ "message": "Rollup merge of #148517 - bjorn3:lint_cleanup, r=joboet\n\nRemove no longer necessary lint allow",
452
+ "tree": {
453
+ "sha": "fbe4810f7c69e7a0dee47423d654ee71b4878bc7",
454
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/fbe4810f7c69e7a0dee47423d654ee71b4878bc7"
455
+ },
456
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/d195074363930b036150b2d421c9d2ed5ca04fcd",
457
+ "comment_count": 0,
458
+ "verification": {
459
+ "verified": true,
460
+ "reason": "valid",
461
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NtCRC1aQ7uu5UhlAAA4KIQAA9nlt5IvRMij0PUnzgChCZp\nKXXLvygNsNPPkVxs7z/wRlCHWKswB4N2yeBEdqu21lXqfiNAu6Spu39EfQ/kt+QO\n4pB9UUU8BP9q58hcFn9fJwCM0zvWA8XZIJsaIfG6Wm23ErKp1tiEJBeSNzI1j+0y\npE4e8cPVk25pgJrlUb45LmwEcWAABQD7GJWWdAsFCHYGxa6Ht73NS1ahQYnurx4T\nFk7HdpzKCvaZ0L565IAtc1JREgtEAZri4lxEfXSkjYbA2atdwIRb+y2wEZPlpSz9\nGzG4DW+cE2SFDRLucMnyCjgH1j1iuRvgNn51vwkt9biSZpil8D4042nKMDkNl06C\nQaO6fMJN695JrsEXxSsUZy1nAb8s5tXbdl6N9zfQp6wL8hTDEHWcvAKW1fF8CN5l\nI23zwcWSqHr0O3lggfpSx/Q/Hfk6ctQnqFD7ZGGGbxU4QZgrVvdF3+FlrDDw87jp\nQwYEK9f5T4JHmfhGDQkI+tE+tmkU0ZWxrgbBycNeYm0yJPZiDWBifY4WpPsjtM8T\n0u3+Flo2NWMRFt4mC40RmJgTGdpkJIwR7HTMaB/zblMr/1C8PuLsydtuuXf36V//\n4QqPD3/7lkd1OfSCbUfxD90rhINQrhu5M2Ce3GaX1y6h2EQdwCquHuUrk2ZtQEWn\nhbDgOHCUsu9TeDb+oleR\n=MFI5\n-----END PGP SIGNATURE-----\n",
462
+ "payload": "tree fbe4810f7c69e7a0dee47423d654ee71b4878bc7\nparent 5f3b18638e08de2d1d1e8d36fe186f392e6a12e4\nparent 389c3ce0f762bf4d6713ce6eb2b0f66945115065\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374509 +0100\ncommitter GitHub <noreply@github.com> 1762374509 +0100\n\nRollup merge of #148517 - bjorn3:lint_cleanup, r=joboet\n\nRemove no longer necessary lint allow\n",
463
+ "verified_at": "2025-11-05T20:28:29Z"
464
+ }
465
+ },
466
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/d195074363930b036150b2d421c9d2ed5ca04fcd",
467
+ "html_url": "https://github.com/rust-lang/rust/commit/d195074363930b036150b2d421c9d2ed5ca04fcd",
468
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/d195074363930b036150b2d421c9d2ed5ca04fcd/comments",
469
+ "author": {
470
+ "login": "matthiaskrgr",
471
+ "id": 476013,
472
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
473
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
474
+ "gravatar_id": "",
475
+ "url": "https://api.github.com/users/matthiaskrgr",
476
+ "html_url": "https://github.com/matthiaskrgr",
477
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
478
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
479
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
480
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
481
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
482
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
483
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
484
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
485
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
486
+ "type": "User",
487
+ "user_view_type": "public",
488
+ "site_admin": false
489
+ },
490
+ "committer": {
491
+ "login": "web-flow",
492
+ "id": 19864447,
493
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
494
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
495
+ "gravatar_id": "",
496
+ "url": "https://api.github.com/users/web-flow",
497
+ "html_url": "https://github.com/web-flow",
498
+ "followers_url": "https://api.github.com/users/web-flow/followers",
499
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
500
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
501
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
502
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
503
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
504
+ "repos_url": "https://api.github.com/users/web-flow/repos",
505
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
506
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
507
+ "type": "User",
508
+ "user_view_type": "public",
509
+ "site_admin": false
510
+ },
511
+ "parents": [
512
+ {
513
+ "sha": "5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
514
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
515
+ "html_url": "https://github.com/rust-lang/rust/commit/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4"
516
+ },
517
+ {
518
+ "sha": "389c3ce0f762bf4d6713ce6eb2b0f66945115065",
519
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/389c3ce0f762bf4d6713ce6eb2b0f66945115065",
520
+ "html_url": "https://github.com/rust-lang/rust/commit/389c3ce0f762bf4d6713ce6eb2b0f66945115065"
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ "sha": "5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
526
+ "node_id": "C_kwDOAAsO6NoAKDVmM2IxODYzOGUwOGRlMmQxZDFlOGQzNmZlMTg2ZjM5MmU2YTEyZTQ",
527
+ "commit": {
528
+ "author": {
529
+ "name": "Matthias Krüger",
530
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
531
+ "date": "2025-11-05T20:28:28Z"
532
+ },
533
+ "committer": {
534
+ "name": "GitHub",
535
+ "email": "noreply@github.com",
536
+ "date": "2025-11-05T20:28:28Z"
537
+ },
538
+ "message": "Rollup merge of #148501 - tgross35:triagebot-libs-backports, r=Amanieu\n\ntriagebot: Create Zulip topics for libs backports\n\nTake the configuration used by other teams to create Zulip topics for T-libs backports.",
539
+ "tree": {
540
+ "sha": "14c2905c329c057d3650397aad16f0799b14d665",
541
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/14c2905c329c057d3650397aad16f0799b14d665"
542
+ },
543
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
544
+ "comment_count": 0,
545
+ "verification": {
546
+ "verified": true,
547
+ "reason": "valid",
548
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NsCRC1aQ7uu5UhlAAA+f0QABmh/pz7mHFB0TYwxre887Wd\nnJr60p9Rjv5NzyZN5vSxUXgQUyuaxZY4FBlqhUI8u8L9s/GWUFd5ZDEMP8/05qWa\nKNRVkTIVXlrGIZM8nrt+xMPEXBtADlywMhqvd5QzAgw2D42WWwSyKxPuFhs3gTxm\nR0B+HUhoDQUSM6TetS1uwWDTdhkVt4CVfedkCEmr3ltIuTgAZI4njbDIPgEWkSfP\nSeYSa2yLxNyP4HGnus2nVOc6pFu8yiB9I/3mhi0kbPDnwJKdScuoUHPXHq80ERm5\nmNYeCgX7cYxSVHmUuqXnFDoyx2Zffz1WiQ5Bb99Wntmok5iPfD/+ljtoykAC0D2G\nG26zhpBcNrG3nDgOAIN/X7ygcfkbK063fWiTsMFGFFkmWp/rrjDK0Y8is27CJjA/\nx2P9ZZOa4+kq55cDJMjYNfGqXJTYOkP8tNBfGn95yWBQoNha66sxWa6rQD1kYr2p\nnaRQ1FmCCHh6OSoIylKR/vGS2A+BLqR0j0v9LmP2WgqD8BanUYbpqCFBfY2fbSKp\nSM2UV1KVXoFG+XorF25YnoBEw6jMciZ9tqP7enpX0gQeJQdO2DwW07gVL22potuc\n3xXBhwWQb2ecg4d/OKaGyvzE//iEpb+Oyr5udQNU//GhpFcIKIsU2ZbpbxZchm+o\nTVp1dCgVda5GJD9WFM3y\n=M5D8\n-----END PGP SIGNATURE-----\n",
549
+ "payload": "tree 14c2905c329c057d3650397aad16f0799b14d665\nparent 54fa49846ff4745816d91881c0133f75ea32e716\nparent f7f0ca4b76c5a3beaed7b4f4823200cb20ea54b7\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374508 +0100\ncommitter GitHub <noreply@github.com> 1762374508 +0100\n\nRollup merge of #148501 - tgross35:triagebot-libs-backports, r=Amanieu\n\ntriagebot: Create Zulip topics for libs backports\n\nTake the configuration used by other teams to create Zulip topics for T-libs backports.\n",
550
+ "verified_at": "2025-11-05T20:28:28Z"
551
+ }
552
+ },
553
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
554
+ "html_url": "https://github.com/rust-lang/rust/commit/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4",
555
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/5f3b18638e08de2d1d1e8d36fe186f392e6a12e4/comments",
556
+ "author": {
557
+ "login": "matthiaskrgr",
558
+ "id": 476013,
559
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
560
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
561
+ "gravatar_id": "",
562
+ "url": "https://api.github.com/users/matthiaskrgr",
563
+ "html_url": "https://github.com/matthiaskrgr",
564
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
565
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
566
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
567
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
568
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
569
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
570
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
571
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
572
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
573
+ "type": "User",
574
+ "user_view_type": "public",
575
+ "site_admin": false
576
+ },
577
+ "committer": {
578
+ "login": "web-flow",
579
+ "id": 19864447,
580
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
581
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
582
+ "gravatar_id": "",
583
+ "url": "https://api.github.com/users/web-flow",
584
+ "html_url": "https://github.com/web-flow",
585
+ "followers_url": "https://api.github.com/users/web-flow/followers",
586
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
587
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
588
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
589
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
590
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
591
+ "repos_url": "https://api.github.com/users/web-flow/repos",
592
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
593
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
594
+ "type": "User",
595
+ "user_view_type": "public",
596
+ "site_admin": false
597
+ },
598
+ "parents": [
599
+ {
600
+ "sha": "54fa49846ff4745816d91881c0133f75ea32e716",
601
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/54fa49846ff4745816d91881c0133f75ea32e716",
602
+ "html_url": "https://github.com/rust-lang/rust/commit/54fa49846ff4745816d91881c0133f75ea32e716"
603
+ },
604
+ {
605
+ "sha": "f7f0ca4b76c5a3beaed7b4f4823200cb20ea54b7",
606
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/f7f0ca4b76c5a3beaed7b4f4823200cb20ea54b7",
607
+ "html_url": "https://github.com/rust-lang/rust/commit/f7f0ca4b76c5a3beaed7b4f4823200cb20ea54b7"
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "sha": "54fa49846ff4745816d91881c0133f75ea32e716",
613
+ "node_id": "C_kwDOAAsO6NoAKDU0ZmE0OTg0NmZmNDc0NTgxNmQ5MTg4MWMwMTMzZjc1ZWEzMmU3MTY",
614
+ "commit": {
615
+ "author": {
616
+ "name": "Matthias Krüger",
617
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
618
+ "date": "2025-11-05T20:28:27Z"
619
+ },
620
+ "committer": {
621
+ "name": "GitHub",
622
+ "email": "noreply@github.com",
623
+ "date": "2025-11-05T20:28:27Z"
624
+ },
625
+ "message": "Rollup merge of #148440 - GuillaumeGomez:improve-search-code, r=notriddle\n\n[rustdoc search] Simplify itemTypes and filter \"dependencies\"\n\nWe currently have a list of type filters, some constants to be able to index the list of type filters and finally a `switch` to include some types in a given filter (for example when we filter on `constant`, we also include `associatedconstant` items).\n\nr? ``@notriddle``",
626
+ "tree": {
627
+ "sha": "743c122c3bf583429b0b6bd38501cfb0cc452ebb",
628
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/743c122c3bf583429b0b6bd38501cfb0cc452ebb"
629
+ },
630
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/54fa49846ff4745816d91881c0133f75ea32e716",
631
+ "comment_count": 0,
632
+ "verification": {
633
+ "verified": true,
634
+ "reason": "valid",
635
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NrCRC1aQ7uu5UhlAAA93oQAJrWZ5Vc0TCfbd0KSxjV6txr\nr5XDH34BSNyz+EmS8GJoxjkip08O299f9OuBiPtn76wJTEZaU6t8EpmKSufCecJi\nPV5KuvRBeurVeb3cQ0FXPRL8JFMhAmNTIbNfNry73kUlwCJ/W31W7pY/KkEQ5MW2\nYFCFLx3QWg5zAzAt2oTZn+ozmzL+bvhems4ixUgKTdWK8mSEcT/QQOXgocej/b8c\no9ccoH4c6mm1t0pbTiPI2BMzDtQgy6rsEjKZOAKcQj+bX8L03HNyoykflIJKVoM6\nJZuNb+kTG/pFg6cEH4REgG204d0jQ/90QDUXh+x73s+tfHmtSpb8GPs0J3LO9x6W\nl5/OJ3w5VyS3tlvlU4A4NaTzrT3qZhA7c8IF3gkEjvxNkjd8s2XWud7pABp+WqFq\nzr2nyk2VbU8ITT5mx8NdEZJrSQhVtrxk5ZhAgodCPyg5eNjswC1DYM1CLvagJMC0\nGbB4cNtNv2KNnAOrnD4Sw82iR5/0ltMAVmXaRm9EaA+W8D2Zo6jbVRs1gv3Plrph\nZPDrYIzy+UppPX8eze0lnT2tSzv/nyE7I8zMQ3Y1zKLK7Eko4XTmHTkh6dt/Iv+N\nITeMkP/aSld5iTElFiIo3p0FVlRPKuvICU1p4RhWc71b4RrYAkDCKWOOFdjyXqMO\nkLsePKaGp9lCayPQfqfQ\n=p1+E\n-----END PGP SIGNATURE-----\n",
636
+ "payload": "tree 743c122c3bf583429b0b6bd38501cfb0cc452ebb\nparent a508f6136a885876efcddcfe8ceecb18e3cd070a\nparent 72d94d10df294312c66da9c7bca0d2ea992c17fa\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374507 +0100\ncommitter GitHub <noreply@github.com> 1762374507 +0100\n\nRollup merge of #148440 - GuillaumeGomez:improve-search-code, r=notriddle\n\n[rustdoc search] Simplify itemTypes and filter \"dependencies\"\n\nWe currently have a list of type filters, some constants to be able to index the list of type filters and finally a `switch` to include some types in a given filter (for example when we filter on `constant`, we also include `associatedconstant` items).\n\nr? ``@notriddle``\n",
637
+ "verified_at": "2025-11-05T20:28:28Z"
638
+ }
639
+ },
640
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/54fa49846ff4745816d91881c0133f75ea32e716",
641
+ "html_url": "https://github.com/rust-lang/rust/commit/54fa49846ff4745816d91881c0133f75ea32e716",
642
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/54fa49846ff4745816d91881c0133f75ea32e716/comments",
643
+ "author": {
644
+ "login": "matthiaskrgr",
645
+ "id": 476013,
646
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
647
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
648
+ "gravatar_id": "",
649
+ "url": "https://api.github.com/users/matthiaskrgr",
650
+ "html_url": "https://github.com/matthiaskrgr",
651
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
652
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
653
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
654
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
655
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
656
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
657
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
658
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
659
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
660
+ "type": "User",
661
+ "user_view_type": "public",
662
+ "site_admin": false
663
+ },
664
+ "committer": {
665
+ "login": "web-flow",
666
+ "id": 19864447,
667
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
668
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
669
+ "gravatar_id": "",
670
+ "url": "https://api.github.com/users/web-flow",
671
+ "html_url": "https://github.com/web-flow",
672
+ "followers_url": "https://api.github.com/users/web-flow/followers",
673
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
674
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
675
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
676
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
677
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
678
+ "repos_url": "https://api.github.com/users/web-flow/repos",
679
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
680
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
681
+ "type": "User",
682
+ "user_view_type": "public",
683
+ "site_admin": false
684
+ },
685
+ "parents": [
686
+ {
687
+ "sha": "a508f6136a885876efcddcfe8ceecb18e3cd070a",
688
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/a508f6136a885876efcddcfe8ceecb18e3cd070a",
689
+ "html_url": "https://github.com/rust-lang/rust/commit/a508f6136a885876efcddcfe8ceecb18e3cd070a"
690
+ },
691
+ {
692
+ "sha": "72d94d10df294312c66da9c7bca0d2ea992c17fa",
693
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/72d94d10df294312c66da9c7bca0d2ea992c17fa",
694
+ "html_url": "https://github.com/rust-lang/rust/commit/72d94d10df294312c66da9c7bca0d2ea992c17fa"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "sha": "a508f6136a885876efcddcfe8ceecb18e3cd070a",
700
+ "node_id": "C_kwDOAAsO6NoAKGE1MDhmNjEzNmE4ODU4NzZlZmNkZGNmZThjZWVjYjE4ZTNjZDA3MGE",
701
+ "commit": {
702
+ "author": {
703
+ "name": "Matthias Krüger",
704
+ "email": "476013+matthiaskrgr@users.noreply.github.com",
705
+ "date": "2025-11-05T20:28:27Z"
706
+ },
707
+ "committer": {
708
+ "name": "GitHub",
709
+ "email": "noreply@github.com",
710
+ "date": "2025-11-05T20:28:27Z"
711
+ },
712
+ "message": "Rollup merge of #147994 - jdonszelmann:duplicate-warning-struct, r=petrochenkov\n\nDeduplicate deprecation warning when using unit or tuple structs\n\nFirst commit adds a test that's broken currently, 2nd commit fixes it.\n\nCreated with `@WaffleLapkin`",
713
+ "tree": {
714
+ "sha": "0f26002efb9164d01f3a5c9b0100ce7341ea604d",
715
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/0f26002efb9164d01f3a5c9b0100ce7341ea604d"
716
+ },
717
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/a508f6136a885876efcddcfe8ceecb18e3cd070a",
718
+ "comment_count": 0,
719
+ "verification": {
720
+ "verified": true,
721
+ "reason": "valid",
722
+ "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJpC7NrCRC1aQ7uu5UhlAAAhccQAAUoJ65woCgJOIAIJ0P32Gn+\n3MO6hMXyaHJR0JNQ4BCxcnp9nCC2QzhgmtmjQxPhaxdlhXszW6s9ntHPmHJ6zXzQ\nRXWZGQsY0XroQ9mCY/z2yVHMAZ8hEteYBmqVNGOMAEFBkJT+rxuTffZbo4/rizT1\nOvoNljqBkFOMEYQavQnOc1JJotcOvGetx3O2HnCKZPXEbpkwdLc1QWWRze7SHYcw\nf5/iSxn4RisKd+gn9y3eUEmC4T6bLuVKmLYfmU+2pQcP84C71+/PBvJsu3mznMlD\n2UtJAhHrf40t7GDI0JIBsQK2QeOMWjkPfPPoX+DridSilHmoxP3lkhMJPqgt5DYn\nObvDScVWQ+uYaUHFptVuWLfGmO3bzti1rWb5lxNr+D8+x50+E1dM62G8OxnISBsY\nO2kd8rjlyl8+UKkVGZSi/xc8YdRjxhGxvt99Abe6q7rOEaTS6l5/IAQ74VWtnUCw\nkNfHEVKz/FtmLMdjUO605Mt/Po6X+x50v6fUGx071dOmQD4HpUhTKmpcCNKOYAxm\nnvI5QZsTztvzCK2UfiOqnnAysKgw/uPOnwbfEr6O/aam39MWrzUAj1pqFDKzBtsK\n7b8BjZEmYUNx92AXA2eTT8T0a2qK0ehlz5x9CIsq3tN8lEi7PkdK6q+qyVPBFmVI\nMPBvSV38h6kJtmdSGQlB\n=I0N8\n-----END PGP SIGNATURE-----\n",
723
+ "payload": "tree 0f26002efb9164d01f3a5c9b0100ce7341ea604d\nparent 1ef7943ee607160a564655b6596f83670ef95df5\nparent 1b00911b5b247c7da7089b140a0806269dca6905\nauthor Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> 1762374507 +0100\ncommitter GitHub <noreply@github.com> 1762374507 +0100\n\nRollup merge of #147994 - jdonszelmann:duplicate-warning-struct, r=petrochenkov\n\nDeduplicate deprecation warning when using unit or tuple structs\n\nFirst commit adds a test that's broken currently, 2nd commit fixes it.\n\nCreated with `@WaffleLapkin`\n",
724
+ "verified_at": "2025-11-05T20:28:27Z"
725
+ }
726
+ },
727
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/a508f6136a885876efcddcfe8ceecb18e3cd070a",
728
+ "html_url": "https://github.com/rust-lang/rust/commit/a508f6136a885876efcddcfe8ceecb18e3cd070a",
729
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/a508f6136a885876efcddcfe8ceecb18e3cd070a/comments",
730
+ "author": {
731
+ "login": "matthiaskrgr",
732
+ "id": 476013,
733
+ "node_id": "MDQ6VXNlcjQ3NjAxMw==",
734
+ "avatar_url": "https://avatars.githubusercontent.com/u/476013?v=4",
735
+ "gravatar_id": "",
736
+ "url": "https://api.github.com/users/matthiaskrgr",
737
+ "html_url": "https://github.com/matthiaskrgr",
738
+ "followers_url": "https://api.github.com/users/matthiaskrgr/followers",
739
+ "following_url": "https://api.github.com/users/matthiaskrgr/following{/other_user}",
740
+ "gists_url": "https://api.github.com/users/matthiaskrgr/gists{/gist_id}",
741
+ "starred_url": "https://api.github.com/users/matthiaskrgr/starred{/owner}{/repo}",
742
+ "subscriptions_url": "https://api.github.com/users/matthiaskrgr/subscriptions",
743
+ "organizations_url": "https://api.github.com/users/matthiaskrgr/orgs",
744
+ "repos_url": "https://api.github.com/users/matthiaskrgr/repos",
745
+ "events_url": "https://api.github.com/users/matthiaskrgr/events{/privacy}",
746
+ "received_events_url": "https://api.github.com/users/matthiaskrgr/received_events",
747
+ "type": "User",
748
+ "user_view_type": "public",
749
+ "site_admin": false
750
+ },
751
+ "committer": {
752
+ "login": "web-flow",
753
+ "id": 19864447,
754
+ "node_id": "MDQ6VXNlcjE5ODY0NDQ3",
755
+ "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
756
+ "gravatar_id": "",
757
+ "url": "https://api.github.com/users/web-flow",
758
+ "html_url": "https://github.com/web-flow",
759
+ "followers_url": "https://api.github.com/users/web-flow/followers",
760
+ "following_url": "https://api.github.com/users/web-flow/following{/other_user}",
761
+ "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
762
+ "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
763
+ "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
764
+ "organizations_url": "https://api.github.com/users/web-flow/orgs",
765
+ "repos_url": "https://api.github.com/users/web-flow/repos",
766
+ "events_url": "https://api.github.com/users/web-flow/events{/privacy}",
767
+ "received_events_url": "https://api.github.com/users/web-flow/received_events",
768
+ "type": "User",
769
+ "user_view_type": "public",
770
+ "site_admin": false
771
+ },
772
+ "parents": [
773
+ {
774
+ "sha": "1ef7943ee607160a564655b6596f83670ef95df5",
775
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/1ef7943ee607160a564655b6596f83670ef95df5",
776
+ "html_url": "https://github.com/rust-lang/rust/commit/1ef7943ee607160a564655b6596f83670ef95df5"
777
+ },
778
+ {
779
+ "sha": "1b00911b5b247c7da7089b140a0806269dca6905",
780
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/1b00911b5b247c7da7089b140a0806269dca6905",
781
+ "html_url": "https://github.com/rust-lang/rust/commit/1b00911b5b247c7da7089b140a0806269dca6905"
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "sha": "b01cc1cf01ed12adb2595c4696321ee722ef545e",
787
+ "node_id": "C_kwDOAAsO6NoAKGIwMWNjMWNmMDFlZDEyYWRiMjU5NWM0Njk2MzIxZWU3MjJlZjU0NWU",
788
+ "commit": {
789
+ "author": {
790
+ "name": "bors",
791
+ "email": "bors@rust-lang.org",
792
+ "date": "2025-11-05T17:56:16Z"
793
+ },
794
+ "committer": {
795
+ "name": "bors",
796
+ "email": "bors@rust-lang.org",
797
+ "date": "2025-11-05T17:56:16Z"
798
+ },
799
+ "message": "Auto merge of #148516 - bjorn3:target_feature_parsing_improvements, r=WaffleLapkin\n\nMove warning reporting from flag_to_backend_features to cfg_target_feature\n\nThis way warnings are emitted even in a check build.",
800
+ "tree": {
801
+ "sha": "8ba36fda87a029d31f3244e3bd2e3aaa4e1550df",
802
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/8ba36fda87a029d31f3244e3bd2e3aaa4e1550df"
803
+ },
804
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/b01cc1cf01ed12adb2595c4696321ee722ef545e",
805
+ "comment_count": 0,
806
+ "verification": {
807
+ "verified": false,
808
+ "reason": "unsigned",
809
+ "signature": null,
810
+ "payload": null,
811
+ "verified_at": null
812
+ }
813
+ },
814
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/b01cc1cf01ed12adb2595c4696321ee722ef545e",
815
+ "html_url": "https://github.com/rust-lang/rust/commit/b01cc1cf01ed12adb2595c4696321ee722ef545e",
816
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/b01cc1cf01ed12adb2595c4696321ee722ef545e/comments",
817
+ "author": {
818
+ "login": "bors",
819
+ "id": 3372342,
820
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
821
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
822
+ "gravatar_id": "",
823
+ "url": "https://api.github.com/users/bors",
824
+ "html_url": "https://github.com/bors",
825
+ "followers_url": "https://api.github.com/users/bors/followers",
826
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
827
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
828
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
829
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
830
+ "organizations_url": "https://api.github.com/users/bors/orgs",
831
+ "repos_url": "https://api.github.com/users/bors/repos",
832
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
833
+ "received_events_url": "https://api.github.com/users/bors/received_events",
834
+ "type": "User",
835
+ "user_view_type": "public",
836
+ "site_admin": false
837
+ },
838
+ "committer": {
839
+ "login": "bors",
840
+ "id": 3372342,
841
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
842
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
843
+ "gravatar_id": "",
844
+ "url": "https://api.github.com/users/bors",
845
+ "html_url": "https://github.com/bors",
846
+ "followers_url": "https://api.github.com/users/bors/followers",
847
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
848
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
849
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
850
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
851
+ "organizations_url": "https://api.github.com/users/bors/orgs",
852
+ "repos_url": "https://api.github.com/users/bors/repos",
853
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
854
+ "received_events_url": "https://api.github.com/users/bors/received_events",
855
+ "type": "User",
856
+ "user_view_type": "public",
857
+ "site_admin": false
858
+ },
859
+ "parents": [
860
+ {
861
+ "sha": "1ef7943ee607160a564655b6596f83670ef95df5",
862
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/1ef7943ee607160a564655b6596f83670ef95df5",
863
+ "html_url": "https://github.com/rust-lang/rust/commit/1ef7943ee607160a564655b6596f83670ef95df5"
864
+ },
865
+ {
866
+ "sha": "1d344781472791a6e4773871da24dc7fed26afc3",
867
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/1d344781472791a6e4773871da24dc7fed26afc3",
868
+ "html_url": "https://github.com/rust-lang/rust/commit/1d344781472791a6e4773871da24dc7fed26afc3"
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "sha": "32c93ccc89394a317ad272864d3970420bd4dc81",
874
+ "node_id": "C_kwDOAAsO6NoAKDMyYzkzY2NjODkzOTRhMzE3YWQyNzI4NjRkMzk3MDQyMGJkNGRjODE",
875
+ "commit": {
876
+ "author": {
877
+ "name": "Waffle Lapkin",
878
+ "email": "waffle.lapkin@gmail.com",
879
+ "date": "2025-11-05T16:01:21Z"
880
+ },
881
+ "committer": {
882
+ "name": "Waffle Lapkin",
883
+ "email": "waffle.lapkin@gmail.com",
884
+ "date": "2025-11-05T16:03:25Z"
885
+ },
886
+ "message": "Merge `Vec::push{,_mut}_within_capacity`",
887
+ "tree": {
888
+ "sha": "304a83f0914c941cf837f66a662de0900cb7b8c3",
889
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/304a83f0914c941cf837f66a662de0900cb7b8c3"
890
+ },
891
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/32c93ccc89394a317ad272864d3970420bd4dc81",
892
+ "comment_count": 0,
893
+ "verification": {
894
+ "verified": true,
895
+ "reason": "valid",
896
+ "signature": "-----BEGIN SSH SIGNATURE-----\nU1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg3kd7syxmodoZbDfcHMF4i987SQ\nXeJs61HM3t0Nby4AcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5\nAAAAQJ/RMreWjvSYUib0Tl54sI10lWvDOlWaUaQrcxeMPmBbci4X10XjSOl0fxDERkdc/g\nm1TCC9UoagMYgzDnYsjAg=\n-----END SSH SIGNATURE-----",
897
+ "payload": "tree 304a83f0914c941cf837f66a662de0900cb7b8c3\nparent c9537a94a6300a8292804829801f7724fb8a33f6\nauthor Waffle Lapkin <waffle.lapkin@gmail.com> 1762358481 +0100\ncommitter Waffle Lapkin <waffle.lapkin@gmail.com> 1762358605 +0100\nchange-id konwzlntpkoyprxvlqztnwyzsponuupx\n\nMerge `Vec::push{,_mut}_within_capacity`\n",
898
+ "verified_at": "2025-11-05T16:03:39Z"
899
+ }
900
+ },
901
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/32c93ccc89394a317ad272864d3970420bd4dc81",
902
+ "html_url": "https://github.com/rust-lang/rust/commit/32c93ccc89394a317ad272864d3970420bd4dc81",
903
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/32c93ccc89394a317ad272864d3970420bd4dc81/comments",
904
+ "author": {
905
+ "login": "WaffleLapkin",
906
+ "id": 38225716,
907
+ "node_id": "MDQ6VXNlcjM4MjI1NzE2",
908
+ "avatar_url": "https://avatars.githubusercontent.com/u/38225716?v=4",
909
+ "gravatar_id": "",
910
+ "url": "https://api.github.com/users/WaffleLapkin",
911
+ "html_url": "https://github.com/WaffleLapkin",
912
+ "followers_url": "https://api.github.com/users/WaffleLapkin/followers",
913
+ "following_url": "https://api.github.com/users/WaffleLapkin/following{/other_user}",
914
+ "gists_url": "https://api.github.com/users/WaffleLapkin/gists{/gist_id}",
915
+ "starred_url": "https://api.github.com/users/WaffleLapkin/starred{/owner}{/repo}",
916
+ "subscriptions_url": "https://api.github.com/users/WaffleLapkin/subscriptions",
917
+ "organizations_url": "https://api.github.com/users/WaffleLapkin/orgs",
918
+ "repos_url": "https://api.github.com/users/WaffleLapkin/repos",
919
+ "events_url": "https://api.github.com/users/WaffleLapkin/events{/privacy}",
920
+ "received_events_url": "https://api.github.com/users/WaffleLapkin/received_events",
921
+ "type": "User",
922
+ "user_view_type": "public",
923
+ "site_admin": false
924
+ },
925
+ "committer": {
926
+ "login": "WaffleLapkin",
927
+ "id": 38225716,
928
+ "node_id": "MDQ6VXNlcjM4MjI1NzE2",
929
+ "avatar_url": "https://avatars.githubusercontent.com/u/38225716?v=4",
930
+ "gravatar_id": "",
931
+ "url": "https://api.github.com/users/WaffleLapkin",
932
+ "html_url": "https://github.com/WaffleLapkin",
933
+ "followers_url": "https://api.github.com/users/WaffleLapkin/followers",
934
+ "following_url": "https://api.github.com/users/WaffleLapkin/following{/other_user}",
935
+ "gists_url": "https://api.github.com/users/WaffleLapkin/gists{/gist_id}",
936
+ "starred_url": "https://api.github.com/users/WaffleLapkin/starred{/owner}{/repo}",
937
+ "subscriptions_url": "https://api.github.com/users/WaffleLapkin/subscriptions",
938
+ "organizations_url": "https://api.github.com/users/WaffleLapkin/orgs",
939
+ "repos_url": "https://api.github.com/users/WaffleLapkin/repos",
940
+ "events_url": "https://api.github.com/users/WaffleLapkin/events{/privacy}",
941
+ "received_events_url": "https://api.github.com/users/WaffleLapkin/received_events",
942
+ "type": "User",
943
+ "user_view_type": "public",
944
+ "site_admin": false
945
+ },
946
+ "parents": [
947
+ {
948
+ "sha": "c9537a94a6300a8292804829801f7724fb8a33f6",
949
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/c9537a94a6300a8292804829801f7724fb8a33f6",
950
+ "html_url": "https://github.com/rust-lang/rust/commit/c9537a94a6300a8292804829801f7724fb8a33f6"
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "sha": "1ef7943ee607160a564655b6596f83670ef95df5",
956
+ "node_id": "C_kwDOAAsO6NoAKDFlZjc5NDNlZTYwNzE2MGE1NjQ2NTViNjU5NmY4MzY3MGVmOTVkZjU",
957
+ "commit": {
958
+ "author": {
959
+ "name": "bors",
960
+ "email": "bors@rust-lang.org",
961
+ "date": "2025-11-05T14:07:06Z"
962
+ },
963
+ "committer": {
964
+ "name": "bors",
965
+ "email": "bors@rust-lang.org",
966
+ "date": "2025-11-05T14:07:06Z"
967
+ },
968
+ "message": "Auto merge of #148302 - folkertdev:non-rustic-unsized, r=bjorn3\n\nerror on non-rustic ABIs using unsized parameters\n\ntracking issue: https://github.com/rust-lang/rust/issues/48055\n\nThis came up in https://github.com/rust-lang/rust/pull/144529#discussion_r2470214068.\n\nThe idea is that the layout of an unsized type is unstable (following the rust layout rules), and hence stable ABIs should not use unsized types. On stable, unsized types (or generics with a `?Sized` bound) are not accepted as parameters, so the errors introduced by this PR can only be observed when the unstable `unsized_fn_params` feature is enabled.\n\nr? `@bjorn3`\ncc `@RalfJung`",
969
+ "tree": {
970
+ "sha": "a17ed22e8a7a71db6eaef24f18a6f7d1735c85a2",
971
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/a17ed22e8a7a71db6eaef24f18a6f7d1735c85a2"
972
+ },
973
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/1ef7943ee607160a564655b6596f83670ef95df5",
974
+ "comment_count": 0,
975
+ "verification": {
976
+ "verified": false,
977
+ "reason": "unsigned",
978
+ "signature": null,
979
+ "payload": null,
980
+ "verified_at": null
981
+ }
982
+ },
983
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/1ef7943ee607160a564655b6596f83670ef95df5",
984
+ "html_url": "https://github.com/rust-lang/rust/commit/1ef7943ee607160a564655b6596f83670ef95df5",
985
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/1ef7943ee607160a564655b6596f83670ef95df5/comments",
986
+ "author": {
987
+ "login": "bors",
988
+ "id": 3372342,
989
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
990
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
991
+ "gravatar_id": "",
992
+ "url": "https://api.github.com/users/bors",
993
+ "html_url": "https://github.com/bors",
994
+ "followers_url": "https://api.github.com/users/bors/followers",
995
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
996
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
997
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
998
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
999
+ "organizations_url": "https://api.github.com/users/bors/orgs",
1000
+ "repos_url": "https://api.github.com/users/bors/repos",
1001
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
1002
+ "received_events_url": "https://api.github.com/users/bors/received_events",
1003
+ "type": "User",
1004
+ "user_view_type": "public",
1005
+ "site_admin": false
1006
+ },
1007
+ "committer": {
1008
+ "login": "bors",
1009
+ "id": 3372342,
1010
+ "node_id": "MDQ6VXNlcjMzNzIzNDI=",
1011
+ "avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4",
1012
+ "gravatar_id": "",
1013
+ "url": "https://api.github.com/users/bors",
1014
+ "html_url": "https://github.com/bors",
1015
+ "followers_url": "https://api.github.com/users/bors/followers",
1016
+ "following_url": "https://api.github.com/users/bors/following{/other_user}",
1017
+ "gists_url": "https://api.github.com/users/bors/gists{/gist_id}",
1018
+ "starred_url": "https://api.github.com/users/bors/starred{/owner}{/repo}",
1019
+ "subscriptions_url": "https://api.github.com/users/bors/subscriptions",
1020
+ "organizations_url": "https://api.github.com/users/bors/orgs",
1021
+ "repos_url": "https://api.github.com/users/bors/repos",
1022
+ "events_url": "https://api.github.com/users/bors/events{/privacy}",
1023
+ "received_events_url": "https://api.github.com/users/bors/received_events",
1024
+ "type": "User",
1025
+ "user_view_type": "public",
1026
+ "site_admin": false
1027
+ },
1028
+ "parents": [
1029
+ {
1030
+ "sha": "53efb3d4f3b67d189a0c72eb475a52017d79d609",
1031
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/53efb3d4f3b67d189a0c72eb475a52017d79d609",
1032
+ "html_url": "https://github.com/rust-lang/rust/commit/53efb3d4f3b67d189a0c72eb475a52017d79d609"
1033
+ },
1034
+ {
1035
+ "sha": "8e44e3f6a930e9576fb3281fca36dba7f7bcb12a",
1036
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/8e44e3f6a930e9576fb3281fca36dba7f7bcb12a",
1037
+ "html_url": "https://github.com/rust-lang/rust/commit/8e44e3f6a930e9576fb3281fca36dba7f7bcb12a"
1038
+ }
1039
+ ]
1040
+ },
1041
+ {
1042
+ "sha": "eaf979e8dd98f006767632f0910cd2fdecf8541d",
1043
+ "node_id": "C_kwDOAAsO6NoAKGVhZjk3OWU4ZGQ5OGYwMDY3Njc2MzJmMDkxMGNkMmZkZWNmODU0MWQ",
1044
+ "commit": {
1045
+ "author": {
1046
+ "name": "yukang",
1047
+ "email": "moorekang@gmail.com",
1048
+ "date": "2025-11-05T12:24:20Z"
1049
+ },
1050
+ "committer": {
1051
+ "name": "yukang",
1052
+ "email": "moorekang@gmail.com",
1053
+ "date": "2025-11-05T12:26:43Z"
1054
+ },
1055
+ "message": "Fix ICE from lit_to_mir_constant caused by type error",
1056
+ "tree": {
1057
+ "sha": "f31ce1cb665cc7b5f62ad7dafc0d302c4b4483ae",
1058
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/f31ce1cb665cc7b5f62ad7dafc0d302c4b4483ae"
1059
+ },
1060
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/eaf979e8dd98f006767632f0910cd2fdecf8541d",
1061
+ "comment_count": 0,
1062
+ "verification": {
1063
+ "verified": false,
1064
+ "reason": "unsigned",
1065
+ "signature": null,
1066
+ "payload": null,
1067
+ "verified_at": null
1068
+ }
1069
+ },
1070
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/eaf979e8dd98f006767632f0910cd2fdecf8541d",
1071
+ "html_url": "https://github.com/rust-lang/rust/commit/eaf979e8dd98f006767632f0910cd2fdecf8541d",
1072
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/eaf979e8dd98f006767632f0910cd2fdecf8541d/comments",
1073
+ "author": {
1074
+ "login": "chenyukang",
1075
+ "id": 230646,
1076
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
1077
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
1078
+ "gravatar_id": "",
1079
+ "url": "https://api.github.com/users/chenyukang",
1080
+ "html_url": "https://github.com/chenyukang",
1081
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
1082
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
1083
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
1084
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
1085
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
1086
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
1087
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
1088
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
1089
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
1090
+ "type": "User",
1091
+ "user_view_type": "public",
1092
+ "site_admin": false
1093
+ },
1094
+ "committer": {
1095
+ "login": "chenyukang",
1096
+ "id": 230646,
1097
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
1098
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
1099
+ "gravatar_id": "",
1100
+ "url": "https://api.github.com/users/chenyukang",
1101
+ "html_url": "https://github.com/chenyukang",
1102
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
1103
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
1104
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
1105
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
1106
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
1107
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
1108
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
1109
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
1110
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
1111
+ "type": "User",
1112
+ "user_view_type": "public",
1113
+ "site_admin": false
1114
+ },
1115
+ "parents": [
1116
+ {
1117
+ "sha": "c0ff72ffc4e88a2bbb69add95a4946d213996895",
1118
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/c0ff72ffc4e88a2bbb69add95a4946d213996895",
1119
+ "html_url": "https://github.com/rust-lang/rust/commit/c0ff72ffc4e88a2bbb69add95a4946d213996895"
1120
+ }
1121
+ ]
1122
+ },
1123
+ {
1124
+ "sha": "222480dcb94c5a27fb10768aae7ccc99da0d805c",
1125
+ "node_id": "C_kwDOAAsO6NoAKDIyMjQ4MGRjYjk0YzVhMjdmYjEwNzY4YWFlN2NjYzk5ZGEwZDgwNWM",
1126
+ "commit": {
1127
+ "author": {
1128
+ "name": "bjorn3",
1129
+ "email": "17426603+bjorn3@users.noreply.github.com",
1130
+ "date": "2025-11-05T11:13:23Z"
1131
+ },
1132
+ "committer": {
1133
+ "name": "bjorn3",
1134
+ "email": "17426603+bjorn3@users.noreply.github.com",
1135
+ "date": "2025-11-05T11:25:29Z"
1136
+ },
1137
+ "message": "Allow internal_features lint in doc tests\n\nRustdoc forwards -Zcrate-attr=feature(rustdoc_internals) to doc tests,\nbut deny(warnings) overrides the -Ainternal_features.",
1138
+ "tree": {
1139
+ "sha": "3bd318c2b1aa8fe3e573cedae76a2414d775e6e8",
1140
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/3bd318c2b1aa8fe3e573cedae76a2414d775e6e8"
1141
+ },
1142
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/222480dcb94c5a27fb10768aae7ccc99da0d805c",
1143
+ "comment_count": 0,
1144
+ "verification": {
1145
+ "verified": false,
1146
+ "reason": "unsigned",
1147
+ "signature": null,
1148
+ "payload": null,
1149
+ "verified_at": null
1150
+ }
1151
+ },
1152
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/222480dcb94c5a27fb10768aae7ccc99da0d805c",
1153
+ "html_url": "https://github.com/rust-lang/rust/commit/222480dcb94c5a27fb10768aae7ccc99da0d805c",
1154
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/222480dcb94c5a27fb10768aae7ccc99da0d805c/comments",
1155
+ "author": {
1156
+ "login": "bjorn3",
1157
+ "id": 17426603,
1158
+ "node_id": "MDQ6VXNlcjE3NDI2NjAz",
1159
+ "avatar_url": "https://avatars.githubusercontent.com/u/17426603?v=4",
1160
+ "gravatar_id": "",
1161
+ "url": "https://api.github.com/users/bjorn3",
1162
+ "html_url": "https://github.com/bjorn3",
1163
+ "followers_url": "https://api.github.com/users/bjorn3/followers",
1164
+ "following_url": "https://api.github.com/users/bjorn3/following{/other_user}",
1165
+ "gists_url": "https://api.github.com/users/bjorn3/gists{/gist_id}",
1166
+ "starred_url": "https://api.github.com/users/bjorn3/starred{/owner}{/repo}",
1167
+ "subscriptions_url": "https://api.github.com/users/bjorn3/subscriptions",
1168
+ "organizations_url": "https://api.github.com/users/bjorn3/orgs",
1169
+ "repos_url": "https://api.github.com/users/bjorn3/repos",
1170
+ "events_url": "https://api.github.com/users/bjorn3/events{/privacy}",
1171
+ "received_events_url": "https://api.github.com/users/bjorn3/received_events",
1172
+ "type": "User",
1173
+ "user_view_type": "public",
1174
+ "site_admin": false
1175
+ },
1176
+ "committer": {
1177
+ "login": "bjorn3",
1178
+ "id": 17426603,
1179
+ "node_id": "MDQ6VXNlcjE3NDI2NjAz",
1180
+ "avatar_url": "https://avatars.githubusercontent.com/u/17426603?v=4",
1181
+ "gravatar_id": "",
1182
+ "url": "https://api.github.com/users/bjorn3",
1183
+ "html_url": "https://github.com/bjorn3",
1184
+ "followers_url": "https://api.github.com/users/bjorn3/followers",
1185
+ "following_url": "https://api.github.com/users/bjorn3/following{/other_user}",
1186
+ "gists_url": "https://api.github.com/users/bjorn3/gists{/gist_id}",
1187
+ "starred_url": "https://api.github.com/users/bjorn3/starred{/owner}{/repo}",
1188
+ "subscriptions_url": "https://api.github.com/users/bjorn3/subscriptions",
1189
+ "organizations_url": "https://api.github.com/users/bjorn3/orgs",
1190
+ "repos_url": "https://api.github.com/users/bjorn3/repos",
1191
+ "events_url": "https://api.github.com/users/bjorn3/events{/privacy}",
1192
+ "received_events_url": "https://api.github.com/users/bjorn3/received_events",
1193
+ "type": "User",
1194
+ "user_view_type": "public",
1195
+ "site_admin": false
1196
+ },
1197
+ "parents": [
1198
+ {
1199
+ "sha": "973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1200
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1201
+ "html_url": "https://github.com/rust-lang/rust/commit/973c7527b41f5b39ee84c705f61c0e7b8a712fff"
1202
+ }
1203
+ ]
1204
+ },
1205
+ {
1206
+ "sha": "973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1207
+ "node_id": "C_kwDOAAsO6NoAKDk3M2M3NTI3YjQxZjViMzllZTg0YzcwNWY2MWMwZTdiOGE3MTJmZmY",
1208
+ "commit": {
1209
+ "author": {
1210
+ "name": "bjorn3",
1211
+ "email": "17426603+bjorn3@users.noreply.github.com",
1212
+ "date": "2025-11-05T10:16:39Z"
1213
+ },
1214
+ "committer": {
1215
+ "name": "bjorn3",
1216
+ "email": "17426603+bjorn3@users.noreply.github.com",
1217
+ "date": "2025-11-05T11:25:27Z"
1218
+ },
1219
+ "message": "Unify the configuration of the compiler docs\n\nPreviously it was rather inconsistent which crates got the rust logo and\nwhich didn't and setting html_root_url was forgotten in many cases.",
1220
+ "tree": {
1221
+ "sha": "168c41527c0594a83b70dc962958fa41ccfd043e",
1222
+ "url": "https://api.github.com/repos/rust-lang/rust/git/trees/168c41527c0594a83b70dc962958fa41ccfd043e"
1223
+ },
1224
+ "url": "https://api.github.com/repos/rust-lang/rust/git/commits/973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1225
+ "comment_count": 0,
1226
+ "verification": {
1227
+ "verified": false,
1228
+ "reason": "unsigned",
1229
+ "signature": null,
1230
+ "payload": null,
1231
+ "verified_at": null
1232
+ }
1233
+ },
1234
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1235
+ "html_url": "https://github.com/rust-lang/rust/commit/973c7527b41f5b39ee84c705f61c0e7b8a712fff",
1236
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/commits/973c7527b41f5b39ee84c705f61c0e7b8a712fff/comments",
1237
+ "author": {
1238
+ "login": "bjorn3",
1239
+ "id": 17426603,
1240
+ "node_id": "MDQ6VXNlcjE3NDI2NjAz",
1241
+ "avatar_url": "https://avatars.githubusercontent.com/u/17426603?v=4",
1242
+ "gravatar_id": "",
1243
+ "url": "https://api.github.com/users/bjorn3",
1244
+ "html_url": "https://github.com/bjorn3",
1245
+ "followers_url": "https://api.github.com/users/bjorn3/followers",
1246
+ "following_url": "https://api.github.com/users/bjorn3/following{/other_user}",
1247
+ "gists_url": "https://api.github.com/users/bjorn3/gists{/gist_id}",
1248
+ "starred_url": "https://api.github.com/users/bjorn3/starred{/owner}{/repo}",
1249
+ "subscriptions_url": "https://api.github.com/users/bjorn3/subscriptions",
1250
+ "organizations_url": "https://api.github.com/users/bjorn3/orgs",
1251
+ "repos_url": "https://api.github.com/users/bjorn3/repos",
1252
+ "events_url": "https://api.github.com/users/bjorn3/events{/privacy}",
1253
+ "received_events_url": "https://api.github.com/users/bjorn3/received_events",
1254
+ "type": "User",
1255
+ "user_view_type": "public",
1256
+ "site_admin": false
1257
+ },
1258
+ "committer": {
1259
+ "login": "bjorn3",
1260
+ "id": 17426603,
1261
+ "node_id": "MDQ6VXNlcjE3NDI2NjAz",
1262
+ "avatar_url": "https://avatars.githubusercontent.com/u/17426603?v=4",
1263
+ "gravatar_id": "",
1264
+ "url": "https://api.github.com/users/bjorn3",
1265
+ "html_url": "https://github.com/bjorn3",
1266
+ "followers_url": "https://api.github.com/users/bjorn3/followers",
1267
+ "following_url": "https://api.github.com/users/bjorn3/following{/other_user}",
1268
+ "gists_url": "https://api.github.com/users/bjorn3/gists{/gist_id}",
1269
+ "starred_url": "https://api.github.com/users/bjorn3/starred{/owner}{/repo}",
1270
+ "subscriptions_url": "https://api.github.com/users/bjorn3/subscriptions",
1271
+ "organizations_url": "https://api.github.com/users/bjorn3/orgs",
1272
+ "repos_url": "https://api.github.com/users/bjorn3/repos",
1273
+ "events_url": "https://api.github.com/users/bjorn3/events{/privacy}",
1274
+ "received_events_url": "https://api.github.com/users/bjorn3/received_events",
1275
+ "type": "User",
1276
+ "user_view_type": "public",
1277
+ "site_admin": false
1278
+ },
1279
+ "parents": [
1280
+ {
1281
+ "sha": "8e0b68e63cd2b7b6d18474fe6f49df6fb1570c25",
1282
+ "url": "https://api.github.com/repos/rust-lang/rust/commits/8e0b68e63cd2b7b6d18474fe6f49df6fb1570c25",
1283
+ "html_url": "https://github.com/rust-lang/rust/commit/8e0b68e63cd2b7b6d18474fe6f49df6fb1570c25"
1284
+ }
1285
+ ]
1286
+ }
1287
+ ]
github/commits_rust.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_commits_rust",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:55.884156",
5
+ "size_bytes": 77142,
6
+ "description": "Rust recent commits",
7
+ "url": "https://api.github.com/repos/rust-lang/rust/commits?per_page=15"
8
+ }
github/contributors_nodejs.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "login": "Trott",
4
+ "id": 718899,
5
+ "node_id": "MDQ6VXNlcjcxODg5OQ==",
6
+ "avatar_url": "https://avatars.githubusercontent.com/u/718899?v=4",
7
+ "gravatar_id": "",
8
+ "url": "https://api.github.com/users/Trott",
9
+ "html_url": "https://github.com/Trott",
10
+ "followers_url": "https://api.github.com/users/Trott/followers",
11
+ "following_url": "https://api.github.com/users/Trott/following{/other_user}",
12
+ "gists_url": "https://api.github.com/users/Trott/gists{/gist_id}",
13
+ "starred_url": "https://api.github.com/users/Trott/starred{/owner}{/repo}",
14
+ "subscriptions_url": "https://api.github.com/users/Trott/subscriptions",
15
+ "organizations_url": "https://api.github.com/users/Trott/orgs",
16
+ "repos_url": "https://api.github.com/users/Trott/repos",
17
+ "events_url": "https://api.github.com/users/Trott/events{/privacy}",
18
+ "received_events_url": "https://api.github.com/users/Trott/received_events",
19
+ "type": "User",
20
+ "user_view_type": "public",
21
+ "site_admin": false,
22
+ "contributions": 3144
23
+ },
24
+ {
25
+ "login": "ry",
26
+ "id": 80,
27
+ "node_id": "MDQ6VXNlcjgw",
28
+ "avatar_url": "https://avatars.githubusercontent.com/u/80?v=4",
29
+ "gravatar_id": "",
30
+ "url": "https://api.github.com/users/ry",
31
+ "html_url": "https://github.com/ry",
32
+ "followers_url": "https://api.github.com/users/ry/followers",
33
+ "following_url": "https://api.github.com/users/ry/following{/other_user}",
34
+ "gists_url": "https://api.github.com/users/ry/gists{/gist_id}",
35
+ "starred_url": "https://api.github.com/users/ry/starred{/owner}{/repo}",
36
+ "subscriptions_url": "https://api.github.com/users/ry/subscriptions",
37
+ "organizations_url": "https://api.github.com/users/ry/orgs",
38
+ "repos_url": "https://api.github.com/users/ry/repos",
39
+ "events_url": "https://api.github.com/users/ry/events{/privacy}",
40
+ "received_events_url": "https://api.github.com/users/ry/received_events",
41
+ "type": "User",
42
+ "user_view_type": "public",
43
+ "site_admin": false,
44
+ "contributions": 3021
45
+ },
46
+ {
47
+ "login": "bnoordhuis",
48
+ "id": 275871,
49
+ "node_id": "MDQ6VXNlcjI3NTg3MQ==",
50
+ "avatar_url": "https://avatars.githubusercontent.com/u/275871?v=4",
51
+ "gravatar_id": "",
52
+ "url": "https://api.github.com/users/bnoordhuis",
53
+ "html_url": "https://github.com/bnoordhuis",
54
+ "followers_url": "https://api.github.com/users/bnoordhuis/followers",
55
+ "following_url": "https://api.github.com/users/bnoordhuis/following{/other_user}",
56
+ "gists_url": "https://api.github.com/users/bnoordhuis/gists{/gist_id}",
57
+ "starred_url": "https://api.github.com/users/bnoordhuis/starred{/owner}{/repo}",
58
+ "subscriptions_url": "https://api.github.com/users/bnoordhuis/subscriptions",
59
+ "organizations_url": "https://api.github.com/users/bnoordhuis/orgs",
60
+ "repos_url": "https://api.github.com/users/bnoordhuis/repos",
61
+ "events_url": "https://api.github.com/users/bnoordhuis/events{/privacy}",
62
+ "received_events_url": "https://api.github.com/users/bnoordhuis/received_events",
63
+ "type": "User",
64
+ "user_view_type": "public",
65
+ "site_admin": false,
66
+ "contributions": 2290
67
+ },
68
+ {
69
+ "login": "isaacs",
70
+ "id": 9287,
71
+ "node_id": "MDQ6VXNlcjkyODc=",
72
+ "avatar_url": "https://avatars.githubusercontent.com/u/9287?v=4",
73
+ "gravatar_id": "",
74
+ "url": "https://api.github.com/users/isaacs",
75
+ "html_url": "https://github.com/isaacs",
76
+ "followers_url": "https://api.github.com/users/isaacs/followers",
77
+ "following_url": "https://api.github.com/users/isaacs/following{/other_user}",
78
+ "gists_url": "https://api.github.com/users/isaacs/gists{/gist_id}",
79
+ "starred_url": "https://api.github.com/users/isaacs/starred{/owner}{/repo}",
80
+ "subscriptions_url": "https://api.github.com/users/isaacs/subscriptions",
81
+ "organizations_url": "https://api.github.com/users/isaacs/orgs",
82
+ "repos_url": "https://api.github.com/users/isaacs/repos",
83
+ "events_url": "https://api.github.com/users/isaacs/events{/privacy}",
84
+ "received_events_url": "https://api.github.com/users/isaacs/received_events",
85
+ "type": "User",
86
+ "user_view_type": "public",
87
+ "site_admin": false,
88
+ "contributions": 1655
89
+ },
90
+ {
91
+ "login": "addaleax",
92
+ "id": 899444,
93
+ "node_id": "MDQ6VXNlcjg5OTQ0NA==",
94
+ "avatar_url": "https://avatars.githubusercontent.com/u/899444?v=4",
95
+ "gravatar_id": "",
96
+ "url": "https://api.github.com/users/addaleax",
97
+ "html_url": "https://github.com/addaleax",
98
+ "followers_url": "https://api.github.com/users/addaleax/followers",
99
+ "following_url": "https://api.github.com/users/addaleax/following{/other_user}",
100
+ "gists_url": "https://api.github.com/users/addaleax/gists{/gist_id}",
101
+ "starred_url": "https://api.github.com/users/addaleax/starred{/owner}{/repo}",
102
+ "subscriptions_url": "https://api.github.com/users/addaleax/subscriptions",
103
+ "organizations_url": "https://api.github.com/users/addaleax/orgs",
104
+ "repos_url": "https://api.github.com/users/addaleax/repos",
105
+ "events_url": "https://api.github.com/users/addaleax/events{/privacy}",
106
+ "received_events_url": "https://api.github.com/users/addaleax/received_events",
107
+ "type": "User",
108
+ "user_view_type": "public",
109
+ "site_admin": false,
110
+ "contributions": 1625
111
+ },
112
+ {
113
+ "login": "targos",
114
+ "id": 2352663,
115
+ "node_id": "MDQ6VXNlcjIzNTI2NjM=",
116
+ "avatar_url": "https://avatars.githubusercontent.com/u/2352663?v=4",
117
+ "gravatar_id": "",
118
+ "url": "https://api.github.com/users/targos",
119
+ "html_url": "https://github.com/targos",
120
+ "followers_url": "https://api.github.com/users/targos/followers",
121
+ "following_url": "https://api.github.com/users/targos/following{/other_user}",
122
+ "gists_url": "https://api.github.com/users/targos/gists{/gist_id}",
123
+ "starred_url": "https://api.github.com/users/targos/starred{/owner}{/repo}",
124
+ "subscriptions_url": "https://api.github.com/users/targos/subscriptions",
125
+ "organizations_url": "https://api.github.com/users/targos/orgs",
126
+ "repos_url": "https://api.github.com/users/targos/repos",
127
+ "events_url": "https://api.github.com/users/targos/events{/privacy}",
128
+ "received_events_url": "https://api.github.com/users/targos/received_events",
129
+ "type": "User",
130
+ "user_view_type": "public",
131
+ "site_admin": false,
132
+ "contributions": 1314
133
+ },
134
+ {
135
+ "login": "cjihrig",
136
+ "id": 2512748,
137
+ "node_id": "MDQ6VXNlcjI1MTI3NDg=",
138
+ "avatar_url": "https://avatars.githubusercontent.com/u/2512748?v=4",
139
+ "gravatar_id": "",
140
+ "url": "https://api.github.com/users/cjihrig",
141
+ "html_url": "https://github.com/cjihrig",
142
+ "followers_url": "https://api.github.com/users/cjihrig/followers",
143
+ "following_url": "https://api.github.com/users/cjihrig/following{/other_user}",
144
+ "gists_url": "https://api.github.com/users/cjihrig/gists{/gist_id}",
145
+ "starred_url": "https://api.github.com/users/cjihrig/starred{/owner}{/repo}",
146
+ "subscriptions_url": "https://api.github.com/users/cjihrig/subscriptions",
147
+ "organizations_url": "https://api.github.com/users/cjihrig/orgs",
148
+ "repos_url": "https://api.github.com/users/cjihrig/repos",
149
+ "events_url": "https://api.github.com/users/cjihrig/events{/privacy}",
150
+ "received_events_url": "https://api.github.com/users/cjihrig/received_events",
151
+ "type": "User",
152
+ "user_view_type": "public",
153
+ "site_admin": false,
154
+ "contributions": 1185
155
+ },
156
+ {
157
+ "login": "jasnell",
158
+ "id": 439929,
159
+ "node_id": "MDQ6VXNlcjQzOTkyOQ==",
160
+ "avatar_url": "https://avatars.githubusercontent.com/u/439929?v=4",
161
+ "gravatar_id": "",
162
+ "url": "https://api.github.com/users/jasnell",
163
+ "html_url": "https://github.com/jasnell",
164
+ "followers_url": "https://api.github.com/users/jasnell/followers",
165
+ "following_url": "https://api.github.com/users/jasnell/following{/other_user}",
166
+ "gists_url": "https://api.github.com/users/jasnell/gists{/gist_id}",
167
+ "starred_url": "https://api.github.com/users/jasnell/starred{/owner}{/repo}",
168
+ "subscriptions_url": "https://api.github.com/users/jasnell/subscriptions",
169
+ "organizations_url": "https://api.github.com/users/jasnell/orgs",
170
+ "repos_url": "https://api.github.com/users/jasnell/repos",
171
+ "events_url": "https://api.github.com/users/jasnell/events{/privacy}",
172
+ "received_events_url": "https://api.github.com/users/jasnell/received_events",
173
+ "type": "User",
174
+ "user_view_type": "public",
175
+ "site_admin": false,
176
+ "contributions": 1159
177
+ },
178
+ {
179
+ "login": "joyeecheung",
180
+ "id": 4299420,
181
+ "node_id": "MDQ6VXNlcjQyOTk0MjA=",
182
+ "avatar_url": "https://avatars.githubusercontent.com/u/4299420?v=4",
183
+ "gravatar_id": "",
184
+ "url": "https://api.github.com/users/joyeecheung",
185
+ "html_url": "https://github.com/joyeecheung",
186
+ "followers_url": "https://api.github.com/users/joyeecheung/followers",
187
+ "following_url": "https://api.github.com/users/joyeecheung/following{/other_user}",
188
+ "gists_url": "https://api.github.com/users/joyeecheung/gists{/gist_id}",
189
+ "starred_url": "https://api.github.com/users/joyeecheung/starred{/owner}{/repo}",
190
+ "subscriptions_url": "https://api.github.com/users/joyeecheung/subscriptions",
191
+ "organizations_url": "https://api.github.com/users/joyeecheung/orgs",
192
+ "repos_url": "https://api.github.com/users/joyeecheung/repos",
193
+ "events_url": "https://api.github.com/users/joyeecheung/events{/privacy}",
194
+ "received_events_url": "https://api.github.com/users/joyeecheung/received_events",
195
+ "type": "User",
196
+ "user_view_type": "public",
197
+ "site_admin": false,
198
+ "contributions": 1144
199
+ },
200
+ {
201
+ "login": "aduh95",
202
+ "id": 14309773,
203
+ "node_id": "MDQ6VXNlcjE0MzA5Nzcz",
204
+ "avatar_url": "https://avatars.githubusercontent.com/u/14309773?v=4",
205
+ "gravatar_id": "",
206
+ "url": "https://api.github.com/users/aduh95",
207
+ "html_url": "https://github.com/aduh95",
208
+ "followers_url": "https://api.github.com/users/aduh95/followers",
209
+ "following_url": "https://api.github.com/users/aduh95/following{/other_user}",
210
+ "gists_url": "https://api.github.com/users/aduh95/gists{/gist_id}",
211
+ "starred_url": "https://api.github.com/users/aduh95/starred{/owner}{/repo}",
212
+ "subscriptions_url": "https://api.github.com/users/aduh95/subscriptions",
213
+ "organizations_url": "https://api.github.com/users/aduh95/orgs",
214
+ "repos_url": "https://api.github.com/users/aduh95/repos",
215
+ "events_url": "https://api.github.com/users/aduh95/events{/privacy}",
216
+ "received_events_url": "https://api.github.com/users/aduh95/received_events",
217
+ "type": "User",
218
+ "user_view_type": "public",
219
+ "site_admin": false,
220
+ "contributions": 905
221
+ },
222
+ {
223
+ "login": "BridgeAR",
224
+ "id": 8822573,
225
+ "node_id": "MDQ6VXNlcjg4MjI1NzM=",
226
+ "avatar_url": "https://avatars.githubusercontent.com/u/8822573?v=4",
227
+ "gravatar_id": "",
228
+ "url": "https://api.github.com/users/BridgeAR",
229
+ "html_url": "https://github.com/BridgeAR",
230
+ "followers_url": "https://api.github.com/users/BridgeAR/followers",
231
+ "following_url": "https://api.github.com/users/BridgeAR/following{/other_user}",
232
+ "gists_url": "https://api.github.com/users/BridgeAR/gists{/gist_id}",
233
+ "starred_url": "https://api.github.com/users/BridgeAR/starred{/owner}{/repo}",
234
+ "subscriptions_url": "https://api.github.com/users/BridgeAR/subscriptions",
235
+ "organizations_url": "https://api.github.com/users/BridgeAR/orgs",
236
+ "repos_url": "https://api.github.com/users/BridgeAR/repos",
237
+ "events_url": "https://api.github.com/users/BridgeAR/events{/privacy}",
238
+ "received_events_url": "https://api.github.com/users/BridgeAR/received_events",
239
+ "type": "User",
240
+ "user_view_type": "public",
241
+ "site_admin": false,
242
+ "contributions": 837
243
+ },
244
+ {
245
+ "login": "nodejs-github-bot",
246
+ "id": 18269663,
247
+ "node_id": "MDQ6VXNlcjE4MjY5NjYz",
248
+ "avatar_url": "https://avatars.githubusercontent.com/u/18269663?v=4",
249
+ "gravatar_id": "",
250
+ "url": "https://api.github.com/users/nodejs-github-bot",
251
+ "html_url": "https://github.com/nodejs-github-bot",
252
+ "followers_url": "https://api.github.com/users/nodejs-github-bot/followers",
253
+ "following_url": "https://api.github.com/users/nodejs-github-bot/following{/other_user}",
254
+ "gists_url": "https://api.github.com/users/nodejs-github-bot/gists{/gist_id}",
255
+ "starred_url": "https://api.github.com/users/nodejs-github-bot/starred{/owner}{/repo}",
256
+ "subscriptions_url": "https://api.github.com/users/nodejs-github-bot/subscriptions",
257
+ "organizations_url": "https://api.github.com/users/nodejs-github-bot/orgs",
258
+ "repos_url": "https://api.github.com/users/nodejs-github-bot/repos",
259
+ "events_url": "https://api.github.com/users/nodejs-github-bot/events{/privacy}",
260
+ "received_events_url": "https://api.github.com/users/nodejs-github-bot/received_events",
261
+ "type": "User",
262
+ "user_view_type": "public",
263
+ "site_admin": false,
264
+ "contributions": 812
265
+ },
266
+ {
267
+ "login": "indutny",
268
+ "id": 238531,
269
+ "node_id": "MDQ6VXNlcjIzODUzMQ==",
270
+ "avatar_url": "https://avatars.githubusercontent.com/u/238531?v=4",
271
+ "gravatar_id": "",
272
+ "url": "https://api.github.com/users/indutny",
273
+ "html_url": "https://github.com/indutny",
274
+ "followers_url": "https://api.github.com/users/indutny/followers",
275
+ "following_url": "https://api.github.com/users/indutny/following{/other_user}",
276
+ "gists_url": "https://api.github.com/users/indutny/gists{/gist_id}",
277
+ "starred_url": "https://api.github.com/users/indutny/starred{/owner}{/repo}",
278
+ "subscriptions_url": "https://api.github.com/users/indutny/subscriptions",
279
+ "organizations_url": "https://api.github.com/users/indutny/orgs",
280
+ "repos_url": "https://api.github.com/users/indutny/repos",
281
+ "events_url": "https://api.github.com/users/indutny/events{/privacy}",
282
+ "received_events_url": "https://api.github.com/users/indutny/received_events",
283
+ "type": "User",
284
+ "user_view_type": "public",
285
+ "site_admin": false,
286
+ "contributions": 780
287
+ },
288
+ {
289
+ "login": "tniessen",
290
+ "id": 3109072,
291
+ "node_id": "MDQ6VXNlcjMxMDkwNzI=",
292
+ "avatar_url": "https://avatars.githubusercontent.com/u/3109072?v=4",
293
+ "gravatar_id": "",
294
+ "url": "https://api.github.com/users/tniessen",
295
+ "html_url": "https://github.com/tniessen",
296
+ "followers_url": "https://api.github.com/users/tniessen/followers",
297
+ "following_url": "https://api.github.com/users/tniessen/following{/other_user}",
298
+ "gists_url": "https://api.github.com/users/tniessen/gists{/gist_id}",
299
+ "starred_url": "https://api.github.com/users/tniessen/starred{/owner}{/repo}",
300
+ "subscriptions_url": "https://api.github.com/users/tniessen/subscriptions",
301
+ "organizations_url": "https://api.github.com/users/tniessen/orgs",
302
+ "repos_url": "https://api.github.com/users/tniessen/repos",
303
+ "events_url": "https://api.github.com/users/tniessen/events{/privacy}",
304
+ "received_events_url": "https://api.github.com/users/tniessen/received_events",
305
+ "type": "User",
306
+ "user_view_type": "public",
307
+ "site_admin": false,
308
+ "contributions": 761
309
+ },
310
+ {
311
+ "login": "danbev",
312
+ "id": 432351,
313
+ "node_id": "MDQ6VXNlcjQzMjM1MQ==",
314
+ "avatar_url": "https://avatars.githubusercontent.com/u/432351?v=4",
315
+ "gravatar_id": "",
316
+ "url": "https://api.github.com/users/danbev",
317
+ "html_url": "https://github.com/danbev",
318
+ "followers_url": "https://api.github.com/users/danbev/followers",
319
+ "following_url": "https://api.github.com/users/danbev/following{/other_user}",
320
+ "gists_url": "https://api.github.com/users/danbev/gists{/gist_id}",
321
+ "starred_url": "https://api.github.com/users/danbev/starred{/owner}{/repo}",
322
+ "subscriptions_url": "https://api.github.com/users/danbev/subscriptions",
323
+ "organizations_url": "https://api.github.com/users/danbev/orgs",
324
+ "repos_url": "https://api.github.com/users/danbev/repos",
325
+ "events_url": "https://api.github.com/users/danbev/events{/privacy}",
326
+ "received_events_url": "https://api.github.com/users/danbev/received_events",
327
+ "type": "User",
328
+ "user_view_type": "public",
329
+ "site_admin": false,
330
+ "contributions": 605
331
+ },
332
+ {
333
+ "login": "piscisaureus",
334
+ "id": 218257,
335
+ "node_id": "MDQ6VXNlcjIxODI1Nw==",
336
+ "avatar_url": "https://avatars.githubusercontent.com/u/218257?v=4",
337
+ "gravatar_id": "",
338
+ "url": "https://api.github.com/users/piscisaureus",
339
+ "html_url": "https://github.com/piscisaureus",
340
+ "followers_url": "https://api.github.com/users/piscisaureus/followers",
341
+ "following_url": "https://api.github.com/users/piscisaureus/following{/other_user}",
342
+ "gists_url": "https://api.github.com/users/piscisaureus/gists{/gist_id}",
343
+ "starred_url": "https://api.github.com/users/piscisaureus/starred{/owner}{/repo}",
344
+ "subscriptions_url": "https://api.github.com/users/piscisaureus/subscriptions",
345
+ "organizations_url": "https://api.github.com/users/piscisaureus/orgs",
346
+ "repos_url": "https://api.github.com/users/piscisaureus/repos",
347
+ "events_url": "https://api.github.com/users/piscisaureus/events{/privacy}",
348
+ "received_events_url": "https://api.github.com/users/piscisaureus/received_events",
349
+ "type": "User",
350
+ "user_view_type": "public",
351
+ "site_admin": false,
352
+ "contributions": 598
353
+ },
354
+ {
355
+ "login": "mhdawson",
356
+ "id": 9373002,
357
+ "node_id": "MDQ6VXNlcjkzNzMwMDI=",
358
+ "avatar_url": "https://avatars.githubusercontent.com/u/9373002?v=4",
359
+ "gravatar_id": "",
360
+ "url": "https://api.github.com/users/mhdawson",
361
+ "html_url": "https://github.com/mhdawson",
362
+ "followers_url": "https://api.github.com/users/mhdawson/followers",
363
+ "following_url": "https://api.github.com/users/mhdawson/following{/other_user}",
364
+ "gists_url": "https://api.github.com/users/mhdawson/gists{/gist_id}",
365
+ "starred_url": "https://api.github.com/users/mhdawson/starred{/owner}{/repo}",
366
+ "subscriptions_url": "https://api.github.com/users/mhdawson/subscriptions",
367
+ "organizations_url": "https://api.github.com/users/mhdawson/orgs",
368
+ "repos_url": "https://api.github.com/users/mhdawson/repos",
369
+ "events_url": "https://api.github.com/users/mhdawson/events{/privacy}",
370
+ "received_events_url": "https://api.github.com/users/mhdawson/received_events",
371
+ "type": "User",
372
+ "user_view_type": "public",
373
+ "site_admin": false,
374
+ "contributions": 411
375
+ },
376
+ {
377
+ "login": "richardlau",
378
+ "id": 5445507,
379
+ "node_id": "MDQ6VXNlcjU0NDU1MDc=",
380
+ "avatar_url": "https://avatars.githubusercontent.com/u/5445507?v=4",
381
+ "gravatar_id": "",
382
+ "url": "https://api.github.com/users/richardlau",
383
+ "html_url": "https://github.com/richardlau",
384
+ "followers_url": "https://api.github.com/users/richardlau/followers",
385
+ "following_url": "https://api.github.com/users/richardlau/following{/other_user}",
386
+ "gists_url": "https://api.github.com/users/richardlau/gists{/gist_id}",
387
+ "starred_url": "https://api.github.com/users/richardlau/starred{/owner}{/repo}",
388
+ "subscriptions_url": "https://api.github.com/users/richardlau/subscriptions",
389
+ "organizations_url": "https://api.github.com/users/richardlau/orgs",
390
+ "repos_url": "https://api.github.com/users/richardlau/repos",
391
+ "events_url": "https://api.github.com/users/richardlau/events{/privacy}",
392
+ "received_events_url": "https://api.github.com/users/richardlau/received_events",
393
+ "type": "User",
394
+ "user_view_type": "public",
395
+ "site_admin": false,
396
+ "contributions": 391
397
+ },
398
+ {
399
+ "login": "RafaelGSS",
400
+ "id": 26234614,
401
+ "node_id": "MDQ6VXNlcjI2MjM0NjE0",
402
+ "avatar_url": "https://avatars.githubusercontent.com/u/26234614?v=4",
403
+ "gravatar_id": "",
404
+ "url": "https://api.github.com/users/RafaelGSS",
405
+ "html_url": "https://github.com/RafaelGSS",
406
+ "followers_url": "https://api.github.com/users/RafaelGSS/followers",
407
+ "following_url": "https://api.github.com/users/RafaelGSS/following{/other_user}",
408
+ "gists_url": "https://api.github.com/users/RafaelGSS/gists{/gist_id}",
409
+ "starred_url": "https://api.github.com/users/RafaelGSS/starred{/owner}{/repo}",
410
+ "subscriptions_url": "https://api.github.com/users/RafaelGSS/subscriptions",
411
+ "organizations_url": "https://api.github.com/users/RafaelGSS/orgs",
412
+ "repos_url": "https://api.github.com/users/RafaelGSS/repos",
413
+ "events_url": "https://api.github.com/users/RafaelGSS/events{/privacy}",
414
+ "received_events_url": "https://api.github.com/users/RafaelGSS/received_events",
415
+ "type": "User",
416
+ "user_view_type": "public",
417
+ "site_admin": false,
418
+ "contributions": 387
419
+ },
420
+ {
421
+ "login": "mscdex",
422
+ "id": 54666,
423
+ "node_id": "MDQ6VXNlcjU0NjY2",
424
+ "avatar_url": "https://avatars.githubusercontent.com/u/54666?v=4",
425
+ "gravatar_id": "",
426
+ "url": "https://api.github.com/users/mscdex",
427
+ "html_url": "https://github.com/mscdex",
428
+ "followers_url": "https://api.github.com/users/mscdex/followers",
429
+ "following_url": "https://api.github.com/users/mscdex/following{/other_user}",
430
+ "gists_url": "https://api.github.com/users/mscdex/gists{/gist_id}",
431
+ "starred_url": "https://api.github.com/users/mscdex/starred{/owner}{/repo}",
432
+ "subscriptions_url": "https://api.github.com/users/mscdex/subscriptions",
433
+ "organizations_url": "https://api.github.com/users/mscdex/orgs",
434
+ "repos_url": "https://api.github.com/users/mscdex/repos",
435
+ "events_url": "https://api.github.com/users/mscdex/events{/privacy}",
436
+ "received_events_url": "https://api.github.com/users/mscdex/received_events",
437
+ "type": "User",
438
+ "user_view_type": "public",
439
+ "site_admin": false,
440
+ "contributions": 374
441
+ }
442
+ ]
github/contributors_nodejs.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_contributors_nodejs",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:53.684757",
5
+ "size_bytes": 21515,
6
+ "description": "Node.js contributors",
7
+ "url": "https://api.github.com/repos/nodejs/node/contributors?per_page=20"
8
+ }
github/contributors_react.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "login": "sebmarkbage",
4
+ "id": 63648,
5
+ "node_id": "MDQ6VXNlcjYzNjQ4",
6
+ "avatar_url": "https://avatars.githubusercontent.com/u/63648?v=4",
7
+ "gravatar_id": "",
8
+ "url": "https://api.github.com/users/sebmarkbage",
9
+ "html_url": "https://github.com/sebmarkbage",
10
+ "followers_url": "https://api.github.com/users/sebmarkbage/followers",
11
+ "following_url": "https://api.github.com/users/sebmarkbage/following{/other_user}",
12
+ "gists_url": "https://api.github.com/users/sebmarkbage/gists{/gist_id}",
13
+ "starred_url": "https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}",
14
+ "subscriptions_url": "https://api.github.com/users/sebmarkbage/subscriptions",
15
+ "organizations_url": "https://api.github.com/users/sebmarkbage/orgs",
16
+ "repos_url": "https://api.github.com/users/sebmarkbage/repos",
17
+ "events_url": "https://api.github.com/users/sebmarkbage/events{/privacy}",
18
+ "received_events_url": "https://api.github.com/users/sebmarkbage/received_events",
19
+ "type": "User",
20
+ "user_view_type": "public",
21
+ "site_admin": false,
22
+ "contributions": 1913
23
+ },
24
+ {
25
+ "login": "zpao",
26
+ "id": 8445,
27
+ "node_id": "MDQ6VXNlcjg0NDU=",
28
+ "avatar_url": "https://avatars.githubusercontent.com/u/8445?v=4",
29
+ "gravatar_id": "",
30
+ "url": "https://api.github.com/users/zpao",
31
+ "html_url": "https://github.com/zpao",
32
+ "followers_url": "https://api.github.com/users/zpao/followers",
33
+ "following_url": "https://api.github.com/users/zpao/following{/other_user}",
34
+ "gists_url": "https://api.github.com/users/zpao/gists{/gist_id}",
35
+ "starred_url": "https://api.github.com/users/zpao/starred{/owner}{/repo}",
36
+ "subscriptions_url": "https://api.github.com/users/zpao/subscriptions",
37
+ "organizations_url": "https://api.github.com/users/zpao/orgs",
38
+ "repos_url": "https://api.github.com/users/zpao/repos",
39
+ "events_url": "https://api.github.com/users/zpao/events{/privacy}",
40
+ "received_events_url": "https://api.github.com/users/zpao/received_events",
41
+ "type": "User",
42
+ "user_view_type": "public",
43
+ "site_admin": false,
44
+ "contributions": 1778
45
+ },
46
+ {
47
+ "login": "gaearon",
48
+ "id": 810438,
49
+ "node_id": "MDQ6VXNlcjgxMDQzOA==",
50
+ "avatar_url": "https://avatars.githubusercontent.com/u/810438?v=4",
51
+ "gravatar_id": "",
52
+ "url": "https://api.github.com/users/gaearon",
53
+ "html_url": "https://github.com/gaearon",
54
+ "followers_url": "https://api.github.com/users/gaearon/followers",
55
+ "following_url": "https://api.github.com/users/gaearon/following{/other_user}",
56
+ "gists_url": "https://api.github.com/users/gaearon/gists{/gist_id}",
57
+ "starred_url": "https://api.github.com/users/gaearon/starred{/owner}{/repo}",
58
+ "subscriptions_url": "https://api.github.com/users/gaearon/subscriptions",
59
+ "organizations_url": "https://api.github.com/users/gaearon/orgs",
60
+ "repos_url": "https://api.github.com/users/gaearon/repos",
61
+ "events_url": "https://api.github.com/users/gaearon/events{/privacy}",
62
+ "received_events_url": "https://api.github.com/users/gaearon/received_events",
63
+ "type": "User",
64
+ "user_view_type": "public",
65
+ "site_admin": false,
66
+ "contributions": 1680
67
+ },
68
+ {
69
+ "login": "acdlite",
70
+ "id": 3624098,
71
+ "node_id": "MDQ6VXNlcjM2MjQwOTg=",
72
+ "avatar_url": "https://avatars.githubusercontent.com/u/3624098?v=4",
73
+ "gravatar_id": "",
74
+ "url": "https://api.github.com/users/acdlite",
75
+ "html_url": "https://github.com/acdlite",
76
+ "followers_url": "https://api.github.com/users/acdlite/followers",
77
+ "following_url": "https://api.github.com/users/acdlite/following{/other_user}",
78
+ "gists_url": "https://api.github.com/users/acdlite/gists{/gist_id}",
79
+ "starred_url": "https://api.github.com/users/acdlite/starred{/owner}{/repo}",
80
+ "subscriptions_url": "https://api.github.com/users/acdlite/subscriptions",
81
+ "organizations_url": "https://api.github.com/users/acdlite/orgs",
82
+ "repos_url": "https://api.github.com/users/acdlite/repos",
83
+ "events_url": "https://api.github.com/users/acdlite/events{/privacy}",
84
+ "received_events_url": "https://api.github.com/users/acdlite/received_events",
85
+ "type": "User",
86
+ "user_view_type": "public",
87
+ "site_admin": false,
88
+ "contributions": 1417
89
+ },
90
+ {
91
+ "login": "sophiebits",
92
+ "id": 6820,
93
+ "node_id": "MDQ6VXNlcjY4MjA=",
94
+ "avatar_url": "https://avatars.githubusercontent.com/u/6820?v=4",
95
+ "gravatar_id": "",
96
+ "url": "https://api.github.com/users/sophiebits",
97
+ "html_url": "https://github.com/sophiebits",
98
+ "followers_url": "https://api.github.com/users/sophiebits/followers",
99
+ "following_url": "https://api.github.com/users/sophiebits/following{/other_user}",
100
+ "gists_url": "https://api.github.com/users/sophiebits/gists{/gist_id}",
101
+ "starred_url": "https://api.github.com/users/sophiebits/starred{/owner}{/repo}",
102
+ "subscriptions_url": "https://api.github.com/users/sophiebits/subscriptions",
103
+ "organizations_url": "https://api.github.com/users/sophiebits/orgs",
104
+ "repos_url": "https://api.github.com/users/sophiebits/repos",
105
+ "events_url": "https://api.github.com/users/sophiebits/events{/privacy}",
106
+ "received_events_url": "https://api.github.com/users/sophiebits/received_events",
107
+ "type": "User",
108
+ "user_view_type": "public",
109
+ "site_admin": false,
110
+ "contributions": 1291
111
+ },
112
+ {
113
+ "login": "josephsavona",
114
+ "id": 6425824,
115
+ "node_id": "MDQ6VXNlcjY0MjU4MjQ=",
116
+ "avatar_url": "https://avatars.githubusercontent.com/u/6425824?v=4",
117
+ "gravatar_id": "",
118
+ "url": "https://api.github.com/users/josephsavona",
119
+ "html_url": "https://github.com/josephsavona",
120
+ "followers_url": "https://api.github.com/users/josephsavona/followers",
121
+ "following_url": "https://api.github.com/users/josephsavona/following{/other_user}",
122
+ "gists_url": "https://api.github.com/users/josephsavona/gists{/gist_id}",
123
+ "starred_url": "https://api.github.com/users/josephsavona/starred{/owner}{/repo}",
124
+ "subscriptions_url": "https://api.github.com/users/josephsavona/subscriptions",
125
+ "organizations_url": "https://api.github.com/users/josephsavona/orgs",
126
+ "repos_url": "https://api.github.com/users/josephsavona/repos",
127
+ "events_url": "https://api.github.com/users/josephsavona/events{/privacy}",
128
+ "received_events_url": "https://api.github.com/users/josephsavona/received_events",
129
+ "type": "User",
130
+ "user_view_type": "public",
131
+ "site_admin": false,
132
+ "contributions": 1107
133
+ },
134
+ {
135
+ "login": "poteto",
136
+ "id": 1390709,
137
+ "node_id": "MDQ6VXNlcjEzOTA3MDk=",
138
+ "avatar_url": "https://avatars.githubusercontent.com/u/1390709?v=4",
139
+ "gravatar_id": "",
140
+ "url": "https://api.github.com/users/poteto",
141
+ "html_url": "https://github.com/poteto",
142
+ "followers_url": "https://api.github.com/users/poteto/followers",
143
+ "following_url": "https://api.github.com/users/poteto/following{/other_user}",
144
+ "gists_url": "https://api.github.com/users/poteto/gists{/gist_id}",
145
+ "starred_url": "https://api.github.com/users/poteto/starred{/owner}{/repo}",
146
+ "subscriptions_url": "https://api.github.com/users/poteto/subscriptions",
147
+ "organizations_url": "https://api.github.com/users/poteto/orgs",
148
+ "repos_url": "https://api.github.com/users/poteto/repos",
149
+ "events_url": "https://api.github.com/users/poteto/events{/privacy}",
150
+ "received_events_url": "https://api.github.com/users/poteto/received_events",
151
+ "type": "User",
152
+ "user_view_type": "public",
153
+ "site_admin": false,
154
+ "contributions": 803
155
+ },
156
+ {
157
+ "login": "jimfb",
158
+ "id": 9595985,
159
+ "node_id": "MDQ6VXNlcjk1OTU5ODU=",
160
+ "avatar_url": "https://avatars.githubusercontent.com/u/9595985?v=4",
161
+ "gravatar_id": "",
162
+ "url": "https://api.github.com/users/jimfb",
163
+ "html_url": "https://github.com/jimfb",
164
+ "followers_url": "https://api.github.com/users/jimfb/followers",
165
+ "following_url": "https://api.github.com/users/jimfb/following{/other_user}",
166
+ "gists_url": "https://api.github.com/users/jimfb/gists{/gist_id}",
167
+ "starred_url": "https://api.github.com/users/jimfb/starred{/owner}{/repo}",
168
+ "subscriptions_url": "https://api.github.com/users/jimfb/subscriptions",
169
+ "organizations_url": "https://api.github.com/users/jimfb/orgs",
170
+ "repos_url": "https://api.github.com/users/jimfb/repos",
171
+ "events_url": "https://api.github.com/users/jimfb/events{/privacy}",
172
+ "received_events_url": "https://api.github.com/users/jimfb/received_events",
173
+ "type": "User",
174
+ "user_view_type": "public",
175
+ "site_admin": false,
176
+ "contributions": 456
177
+ },
178
+ {
179
+ "login": "trueadm",
180
+ "id": 1519870,
181
+ "node_id": "MDQ6VXNlcjE1MTk4NzA=",
182
+ "avatar_url": "https://avatars.githubusercontent.com/u/1519870?v=4",
183
+ "gravatar_id": "",
184
+ "url": "https://api.github.com/users/trueadm",
185
+ "html_url": "https://github.com/trueadm",
186
+ "followers_url": "https://api.github.com/users/trueadm/followers",
187
+ "following_url": "https://api.github.com/users/trueadm/following{/other_user}",
188
+ "gists_url": "https://api.github.com/users/trueadm/gists{/gist_id}",
189
+ "starred_url": "https://api.github.com/users/trueadm/starred{/owner}{/repo}",
190
+ "subscriptions_url": "https://api.github.com/users/trueadm/subscriptions",
191
+ "organizations_url": "https://api.github.com/users/trueadm/orgs",
192
+ "repos_url": "https://api.github.com/users/trueadm/repos",
193
+ "events_url": "https://api.github.com/users/trueadm/events{/privacy}",
194
+ "received_events_url": "https://api.github.com/users/trueadm/received_events",
195
+ "type": "User",
196
+ "user_view_type": "public",
197
+ "site_admin": false,
198
+ "contributions": 436
199
+ },
200
+ {
201
+ "login": "gsathya",
202
+ "id": 565765,
203
+ "node_id": "MDQ6VXNlcjU2NTc2NQ==",
204
+ "avatar_url": "https://avatars.githubusercontent.com/u/565765?v=4",
205
+ "gravatar_id": "",
206
+ "url": "https://api.github.com/users/gsathya",
207
+ "html_url": "https://github.com/gsathya",
208
+ "followers_url": "https://api.github.com/users/gsathya/followers",
209
+ "following_url": "https://api.github.com/users/gsathya/following{/other_user}",
210
+ "gists_url": "https://api.github.com/users/gsathya/gists{/gist_id}",
211
+ "starred_url": "https://api.github.com/users/gsathya/starred{/owner}{/repo}",
212
+ "subscriptions_url": "https://api.github.com/users/gsathya/subscriptions",
213
+ "organizations_url": "https://api.github.com/users/gsathya/orgs",
214
+ "repos_url": "https://api.github.com/users/gsathya/repos",
215
+ "events_url": "https://api.github.com/users/gsathya/events{/privacy}",
216
+ "received_events_url": "https://api.github.com/users/gsathya/received_events",
217
+ "type": "User",
218
+ "user_view_type": "public",
219
+ "site_admin": false,
220
+ "contributions": 387
221
+ },
222
+ {
223
+ "login": "mofeiZ",
224
+ "id": 34200447,
225
+ "node_id": "MDQ6VXNlcjM0MjAwNDQ3",
226
+ "avatar_url": "https://avatars.githubusercontent.com/u/34200447?v=4",
227
+ "gravatar_id": "",
228
+ "url": "https://api.github.com/users/mofeiZ",
229
+ "html_url": "https://github.com/mofeiZ",
230
+ "followers_url": "https://api.github.com/users/mofeiZ/followers",
231
+ "following_url": "https://api.github.com/users/mofeiZ/following{/other_user}",
232
+ "gists_url": "https://api.github.com/users/mofeiZ/gists{/gist_id}",
233
+ "starred_url": "https://api.github.com/users/mofeiZ/starred{/owner}{/repo}",
234
+ "subscriptions_url": "https://api.github.com/users/mofeiZ/subscriptions",
235
+ "organizations_url": "https://api.github.com/users/mofeiZ/orgs",
236
+ "repos_url": "https://api.github.com/users/mofeiZ/repos",
237
+ "events_url": "https://api.github.com/users/mofeiZ/events{/privacy}",
238
+ "received_events_url": "https://api.github.com/users/mofeiZ/received_events",
239
+ "type": "User",
240
+ "user_view_type": "public",
241
+ "site_admin": false,
242
+ "contributions": 381
243
+ },
244
+ {
245
+ "login": "bvaughn",
246
+ "id": 29597,
247
+ "node_id": "MDQ6VXNlcjI5NTk3",
248
+ "avatar_url": "https://avatars.githubusercontent.com/u/29597?v=4",
249
+ "gravatar_id": "",
250
+ "url": "https://api.github.com/users/bvaughn",
251
+ "html_url": "https://github.com/bvaughn",
252
+ "followers_url": "https://api.github.com/users/bvaughn/followers",
253
+ "following_url": "https://api.github.com/users/bvaughn/following{/other_user}",
254
+ "gists_url": "https://api.github.com/users/bvaughn/gists{/gist_id}",
255
+ "starred_url": "https://api.github.com/users/bvaughn/starred{/owner}{/repo}",
256
+ "subscriptions_url": "https://api.github.com/users/bvaughn/subscriptions",
257
+ "organizations_url": "https://api.github.com/users/bvaughn/orgs",
258
+ "repos_url": "https://api.github.com/users/bvaughn/repos",
259
+ "events_url": "https://api.github.com/users/bvaughn/events{/privacy}",
260
+ "received_events_url": "https://api.github.com/users/bvaughn/received_events",
261
+ "type": "User",
262
+ "user_view_type": "public",
263
+ "site_admin": false,
264
+ "contributions": 366
265
+ },
266
+ {
267
+ "login": "eps1lon",
268
+ "id": 12292047,
269
+ "node_id": "MDQ6VXNlcjEyMjkyMDQ3",
270
+ "avatar_url": "https://avatars.githubusercontent.com/u/12292047?v=4",
271
+ "gravatar_id": "",
272
+ "url": "https://api.github.com/users/eps1lon",
273
+ "html_url": "https://github.com/eps1lon",
274
+ "followers_url": "https://api.github.com/users/eps1lon/followers",
275
+ "following_url": "https://api.github.com/users/eps1lon/following{/other_user}",
276
+ "gists_url": "https://api.github.com/users/eps1lon/gists{/gist_id}",
277
+ "starred_url": "https://api.github.com/users/eps1lon/starred{/owner}{/repo}",
278
+ "subscriptions_url": "https://api.github.com/users/eps1lon/subscriptions",
279
+ "organizations_url": "https://api.github.com/users/eps1lon/orgs",
280
+ "repos_url": "https://api.github.com/users/eps1lon/repos",
281
+ "events_url": "https://api.github.com/users/eps1lon/events{/privacy}",
282
+ "received_events_url": "https://api.github.com/users/eps1lon/received_events",
283
+ "type": "User",
284
+ "user_view_type": "public",
285
+ "site_admin": false,
286
+ "contributions": 352
287
+ },
288
+ {
289
+ "login": "kassens",
290
+ "id": 11849,
291
+ "node_id": "MDQ6VXNlcjExODQ5",
292
+ "avatar_url": "https://avatars.githubusercontent.com/u/11849?v=4",
293
+ "gravatar_id": "",
294
+ "url": "https://api.github.com/users/kassens",
295
+ "html_url": "https://github.com/kassens",
296
+ "followers_url": "https://api.github.com/users/kassens/followers",
297
+ "following_url": "https://api.github.com/users/kassens/following{/other_user}",
298
+ "gists_url": "https://api.github.com/users/kassens/gists{/gist_id}",
299
+ "starred_url": "https://api.github.com/users/kassens/starred{/owner}{/repo}",
300
+ "subscriptions_url": "https://api.github.com/users/kassens/subscriptions",
301
+ "organizations_url": "https://api.github.com/users/kassens/orgs",
302
+ "repos_url": "https://api.github.com/users/kassens/repos",
303
+ "events_url": "https://api.github.com/users/kassens/events{/privacy}",
304
+ "received_events_url": "https://api.github.com/users/kassens/received_events",
305
+ "type": "User",
306
+ "user_view_type": "public",
307
+ "site_admin": false,
308
+ "contributions": 346
309
+ },
310
+ {
311
+ "login": "petehunt",
312
+ "id": 239742,
313
+ "node_id": "MDQ6VXNlcjIzOTc0Mg==",
314
+ "avatar_url": "https://avatars.githubusercontent.com/u/239742?v=4",
315
+ "gravatar_id": "",
316
+ "url": "https://api.github.com/users/petehunt",
317
+ "html_url": "https://github.com/petehunt",
318
+ "followers_url": "https://api.github.com/users/petehunt/followers",
319
+ "following_url": "https://api.github.com/users/petehunt/following{/other_user}",
320
+ "gists_url": "https://api.github.com/users/petehunt/gists{/gist_id}",
321
+ "starred_url": "https://api.github.com/users/petehunt/starred{/owner}{/repo}",
322
+ "subscriptions_url": "https://api.github.com/users/petehunt/subscriptions",
323
+ "organizations_url": "https://api.github.com/users/petehunt/orgs",
324
+ "repos_url": "https://api.github.com/users/petehunt/repos",
325
+ "events_url": "https://api.github.com/users/petehunt/events{/privacy}",
326
+ "received_events_url": "https://api.github.com/users/petehunt/received_events",
327
+ "type": "User",
328
+ "user_view_type": "public",
329
+ "site_admin": false,
330
+ "contributions": 332
331
+ },
332
+ {
333
+ "login": "rickhanlonii",
334
+ "id": 2440089,
335
+ "node_id": "MDQ6VXNlcjI0NDAwODk=",
336
+ "avatar_url": "https://avatars.githubusercontent.com/u/2440089?v=4",
337
+ "gravatar_id": "",
338
+ "url": "https://api.github.com/users/rickhanlonii",
339
+ "html_url": "https://github.com/rickhanlonii",
340
+ "followers_url": "https://api.github.com/users/rickhanlonii/followers",
341
+ "following_url": "https://api.github.com/users/rickhanlonii/following{/other_user}",
342
+ "gists_url": "https://api.github.com/users/rickhanlonii/gists{/gist_id}",
343
+ "starred_url": "https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}",
344
+ "subscriptions_url": "https://api.github.com/users/rickhanlonii/subscriptions",
345
+ "organizations_url": "https://api.github.com/users/rickhanlonii/orgs",
346
+ "repos_url": "https://api.github.com/users/rickhanlonii/repos",
347
+ "events_url": "https://api.github.com/users/rickhanlonii/events{/privacy}",
348
+ "received_events_url": "https://api.github.com/users/rickhanlonii/received_events",
349
+ "type": "User",
350
+ "user_view_type": "public",
351
+ "site_admin": false,
352
+ "contributions": 291
353
+ },
354
+ {
355
+ "login": "gnoff",
356
+ "id": 2716369,
357
+ "node_id": "MDQ6VXNlcjI3MTYzNjk=",
358
+ "avatar_url": "https://avatars.githubusercontent.com/u/2716369?v=4",
359
+ "gravatar_id": "",
360
+ "url": "https://api.github.com/users/gnoff",
361
+ "html_url": "https://github.com/gnoff",
362
+ "followers_url": "https://api.github.com/users/gnoff/followers",
363
+ "following_url": "https://api.github.com/users/gnoff/following{/other_user}",
364
+ "gists_url": "https://api.github.com/users/gnoff/gists{/gist_id}",
365
+ "starred_url": "https://api.github.com/users/gnoff/starred{/owner}{/repo}",
366
+ "subscriptions_url": "https://api.github.com/users/gnoff/subscriptions",
367
+ "organizations_url": "https://api.github.com/users/gnoff/orgs",
368
+ "repos_url": "https://api.github.com/users/gnoff/repos",
369
+ "events_url": "https://api.github.com/users/gnoff/events{/privacy}",
370
+ "received_events_url": "https://api.github.com/users/gnoff/received_events",
371
+ "type": "User",
372
+ "user_view_type": "public",
373
+ "site_admin": false,
374
+ "contributions": 234
375
+ },
376
+ {
377
+ "login": "hoxyq",
378
+ "id": 28902667,
379
+ "node_id": "MDQ6VXNlcjI4OTAyNjY3",
380
+ "avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
381
+ "gravatar_id": "",
382
+ "url": "https://api.github.com/users/hoxyq",
383
+ "html_url": "https://github.com/hoxyq",
384
+ "followers_url": "https://api.github.com/users/hoxyq/followers",
385
+ "following_url": "https://api.github.com/users/hoxyq/following{/other_user}",
386
+ "gists_url": "https://api.github.com/users/hoxyq/gists{/gist_id}",
387
+ "starred_url": "https://api.github.com/users/hoxyq/starred{/owner}{/repo}",
388
+ "subscriptions_url": "https://api.github.com/users/hoxyq/subscriptions",
389
+ "organizations_url": "https://api.github.com/users/hoxyq/orgs",
390
+ "repos_url": "https://api.github.com/users/hoxyq/repos",
391
+ "events_url": "https://api.github.com/users/hoxyq/events{/privacy}",
392
+ "received_events_url": "https://api.github.com/users/hoxyq/received_events",
393
+ "type": "User",
394
+ "user_view_type": "public",
395
+ "site_admin": false,
396
+ "contributions": 223
397
+ },
398
+ {
399
+ "login": "chenglou",
400
+ "id": 1909539,
401
+ "node_id": "MDQ6VXNlcjE5MDk1Mzk=",
402
+ "avatar_url": "https://avatars.githubusercontent.com/u/1909539?v=4",
403
+ "gravatar_id": "",
404
+ "url": "https://api.github.com/users/chenglou",
405
+ "html_url": "https://github.com/chenglou",
406
+ "followers_url": "https://api.github.com/users/chenglou/followers",
407
+ "following_url": "https://api.github.com/users/chenglou/following{/other_user}",
408
+ "gists_url": "https://api.github.com/users/chenglou/gists{/gist_id}",
409
+ "starred_url": "https://api.github.com/users/chenglou/starred{/owner}{/repo}",
410
+ "subscriptions_url": "https://api.github.com/users/chenglou/subscriptions",
411
+ "organizations_url": "https://api.github.com/users/chenglou/orgs",
412
+ "repos_url": "https://api.github.com/users/chenglou/repos",
413
+ "events_url": "https://api.github.com/users/chenglou/events{/privacy}",
414
+ "received_events_url": "https://api.github.com/users/chenglou/received_events",
415
+ "type": "User",
416
+ "user_view_type": "public",
417
+ "site_admin": false,
418
+ "contributions": 222
419
+ },
420
+ {
421
+ "login": "vjeux",
422
+ "id": 197597,
423
+ "node_id": "MDQ6VXNlcjE5NzU5Nw==",
424
+ "avatar_url": "https://avatars.githubusercontent.com/u/197597?v=4",
425
+ "gravatar_id": "",
426
+ "url": "https://api.github.com/users/vjeux",
427
+ "html_url": "https://github.com/vjeux",
428
+ "followers_url": "https://api.github.com/users/vjeux/followers",
429
+ "following_url": "https://api.github.com/users/vjeux/following{/other_user}",
430
+ "gists_url": "https://api.github.com/users/vjeux/gists{/gist_id}",
431
+ "starred_url": "https://api.github.com/users/vjeux/starred{/owner}{/repo}",
432
+ "subscriptions_url": "https://api.github.com/users/vjeux/subscriptions",
433
+ "organizations_url": "https://api.github.com/users/vjeux/orgs",
434
+ "repos_url": "https://api.github.com/users/vjeux/repos",
435
+ "events_url": "https://api.github.com/users/vjeux/events{/privacy}",
436
+ "received_events_url": "https://api.github.com/users/vjeux/received_events",
437
+ "type": "User",
438
+ "user_view_type": "public",
439
+ "site_admin": false,
440
+ "contributions": 207
441
+ }
442
+ ]
github/contributors_react.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_contributors_react",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:51.432957",
5
+ "size_bytes": 21354,
6
+ "description": "React contributors",
7
+ "url": "https://api.github.com/repos/facebook/react/contributors?per_page=20"
8
+ }
github/issues_react.json ADDED
@@ -0,0 +1,842 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "url": "https://api.github.com/repos/facebook/react/issues/35053",
4
+ "repository_url": "https://api.github.com/repos/facebook/react",
5
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35053/labels{/name}",
6
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35053/comments",
7
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35053/events",
8
+ "html_url": "https://github.com/facebook/react/pull/35053",
9
+ "id": 3593109333,
10
+ "node_id": "PR_kwDOAJy2Ks6xwpDV",
11
+ "number": 35053,
12
+ "title": "Store instance handles in an internal map behind flag",
13
+ "user": {
14
+ "login": "jackpope",
15
+ "id": 8965173,
16
+ "node_id": "MDQ6VXNlcjg5NjUxNzM=",
17
+ "avatar_url": "https://avatars.githubusercontent.com/u/8965173?v=4",
18
+ "gravatar_id": "",
19
+ "url": "https://api.github.com/users/jackpope",
20
+ "html_url": "https://github.com/jackpope",
21
+ "followers_url": "https://api.github.com/users/jackpope/followers",
22
+ "following_url": "https://api.github.com/users/jackpope/following{/other_user}",
23
+ "gists_url": "https://api.github.com/users/jackpope/gists{/gist_id}",
24
+ "starred_url": "https://api.github.com/users/jackpope/starred{/owner}{/repo}",
25
+ "subscriptions_url": "https://api.github.com/users/jackpope/subscriptions",
26
+ "organizations_url": "https://api.github.com/users/jackpope/orgs",
27
+ "repos_url": "https://api.github.com/users/jackpope/repos",
28
+ "events_url": "https://api.github.com/users/jackpope/events{/privacy}",
29
+ "received_events_url": "https://api.github.com/users/jackpope/received_events",
30
+ "type": "User",
31
+ "user_view_type": "public",
32
+ "site_admin": false
33
+ },
34
+ "labels": [
35
+ {
36
+ "id": 196858374,
37
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
38
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
39
+ "name": "CLA Signed",
40
+ "color": "e7e7e7",
41
+ "default": false,
42
+ "description": null
43
+ }
44
+ ],
45
+ "state": "open",
46
+ "locked": false,
47
+ "assignee": null,
48
+ "assignees": [],
49
+ "milestone": null,
50
+ "comments": 1,
51
+ "created_at": "2025-11-05T22:48:35Z",
52
+ "updated_at": "2025-11-05T22:52:47Z",
53
+ "closed_at": null,
54
+ "author_association": "CONTRIBUTOR",
55
+ "type": null,
56
+ "active_lock_reason": null,
57
+ "draft": false,
58
+ "pull_request": {
59
+ "url": "https://api.github.com/repos/facebook/react/pulls/35053",
60
+ "html_url": "https://github.com/facebook/react/pull/35053",
61
+ "diff_url": "https://github.com/facebook/react/pull/35053.diff",
62
+ "patch_url": "https://github.com/facebook/react/pull/35053.patch",
63
+ "merged_at": null
64
+ },
65
+ "body": "We already append `randomKey` to each handle name to prevent external libraries from accessing and relying on these internals. But more libraries recently have been getting around this by simply iterating over the element properties and using a `startsWith` check.\r\n\r\nThis flag allows us to experiment with moving these handles to an internal map.\r\n\r\nThis PR starts with the two most common internals, the props object and the fiber. We can consider moving additional properties such as the container root and others depending on perf results.",
66
+ "closed_by": null,
67
+ "reactions": {
68
+ "url": "https://api.github.com/repos/facebook/react/issues/35053/reactions",
69
+ "total_count": 0,
70
+ "+1": 0,
71
+ "-1": 0,
72
+ "laugh": 0,
73
+ "hooray": 0,
74
+ "confused": 0,
75
+ "heart": 0,
76
+ "rocket": 0,
77
+ "eyes": 0
78
+ },
79
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35053/timeline",
80
+ "performed_via_github_app": null,
81
+ "state_reason": null
82
+ },
83
+ {
84
+ "url": "https://api.github.com/repos/facebook/react/issues/35052",
85
+ "repository_url": "https://api.github.com/repos/facebook/react",
86
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35052/labels{/name}",
87
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35052/comments",
88
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35052/events",
89
+ "html_url": "https://github.com/facebook/react/pull/35052",
90
+ "id": 3593093569,
91
+ "node_id": "PR_kwDOAJy2Ks6xwmGL",
92
+ "number": 35052,
93
+ "title": "fix(beforeinput): handle native beforeinput events (Firefox replacement flows) — fixes #24358",
94
+ "user": {
95
+ "login": "ruidosujeira",
96
+ "id": 229324643,
97
+ "node_id": "U_kgDODas3Yw",
98
+ "avatar_url": "https://avatars.githubusercontent.com/u/229324643?v=4",
99
+ "gravatar_id": "",
100
+ "url": "https://api.github.com/users/ruidosujeira",
101
+ "html_url": "https://github.com/ruidosujeira",
102
+ "followers_url": "https://api.github.com/users/ruidosujeira/followers",
103
+ "following_url": "https://api.github.com/users/ruidosujeira/following{/other_user}",
104
+ "gists_url": "https://api.github.com/users/ruidosujeira/gists{/gist_id}",
105
+ "starred_url": "https://api.github.com/users/ruidosujeira/starred{/owner}{/repo}",
106
+ "subscriptions_url": "https://api.github.com/users/ruidosujeira/subscriptions",
107
+ "organizations_url": "https://api.github.com/users/ruidosujeira/orgs",
108
+ "repos_url": "https://api.github.com/users/ruidosujeira/repos",
109
+ "events_url": "https://api.github.com/users/ruidosujeira/events{/privacy}",
110
+ "received_events_url": "https://api.github.com/users/ruidosujeira/received_events",
111
+ "type": "User",
112
+ "user_view_type": "public",
113
+ "site_admin": false
114
+ },
115
+ "labels": [
116
+ {
117
+ "id": 196858374,
118
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
119
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
120
+ "name": "CLA Signed",
121
+ "color": "e7e7e7",
122
+ "default": false,
123
+ "description": null
124
+ }
125
+ ],
126
+ "state": "open",
127
+ "locked": false,
128
+ "assignee": null,
129
+ "assignees": [],
130
+ "milestone": null,
131
+ "comments": 2,
132
+ "created_at": "2025-11-05T22:42:53Z",
133
+ "updated_at": "2025-11-05T22:52:48Z",
134
+ "closed_at": null,
135
+ "author_association": "NONE",
136
+ "type": null,
137
+ "active_lock_reason": null,
138
+ "draft": true,
139
+ "pull_request": {
140
+ "url": "https://api.github.com/repos/facebook/react/pulls/35052",
141
+ "html_url": "https://github.com/facebook/react/pull/35052",
142
+ "diff_url": "https://github.com/facebook/react/pull/35052.diff",
143
+ "patch_url": "https://github.com/facebook/react/pull/35052.patch",
144
+ "merged_at": null
145
+ },
146
+ "body": "Summary\r\n\r\nThis pull request fixes a bug where the `onBeforeInput` event handler would not fire in React applications running on Firefox. This failure occurred during specific text replacement flows, such as selecting a character from the macOS accent popup (e.g., holding 'a' to select 'á') or applying a correction from the native spellcheck context menu.\r\n\r\nThe root cause is that Firefox (unlike other browsers) emits a **native** `beforeinput` event for these actions. The existing `BeforeInputEventPlugin` was not registered to listen for this native event, only for `textInput` or composition events, causing these specific replacement flows to be missed.\r\n\r\nThis fix updates `BeforeInputEventPlugin.js` to:\r\n1. Add `'beforeinput'` as a direct dependency for `onBeforeInput` in `registerEvents()`.\r\n2. Update `getNativeBeforeInputChars()` to correctly extract `nativeEvent.data` when the event is a native `beforeinput`.\r\n\r\nFixes #24358 \r\n\r\nHow did you test this change?\r\n\r\nAdded two new unit tests to `BeforeInputEventPlugin-test.js` to validate this fix.\r\n\r\nThese tests simulate the dispatch of a native `beforeinput` event (mimicking Firefox's behavior for `insertReplacementText`) on both a standard `<input type=\"text\">` and a `contentEditable` element. The tests assert that the `onBeforeInput` handler is correctly invoked and receives the `event.data` from the native event.\r\n\r\nThese new tests pass, confirming the fix, while all existing tests for the plugin also continue to pass.\r\n\r\nCommand Run:\r\n```bash\r\nyarn test packages/react-dom/src/events/plugins/__tests__/BeforeInputEventPlugin-test.js -i\r\n\r\nTest Output:\r\n\r\nRunning tests for default (experimental)...\r\n PASS packages/react-dom/src/events/plugins/__tests__/BeforeInputEventPlugin-test.js\r\n BeforeInputEventPlugin\r\n ✓ should extract onBeforeInput when simulating in Webkit on input[type=text] (733 ms)\r\n ✓ should extract onBeforeInput when simulating in Webkit on contenteditable (62 ms)\r\n ✓ should extract onBeforeInput when simulating in IE11 on input[type=text] (60 ms)\r\n ✓ should extract onBeforeInput when simulating in IE11 on contenteditable (72 ms)\r\n ✓ should extract onBeforeInput when simulating in env with no CompositionEvent on input[type=text] (64 ms)\r\n ✓ should extract onBeforeInput when simulating in env with only CompositionEvent on input[type=text] (73 ms)\r\n ✓ should extract onBeforeInput when simulating in env with only CompositionEvent on contenteditable (72 ms)\r\n ✓ should extract onBeforeInput for native beforeinput on input[type=text] (68 ms)\r\n ✓ should extract onBeforeInput for native beforeinput on contentEditable (76 ms)\r\n\r\nTest Suites: 1 passed, 1 total\r\nTests: 9 passed, 9 total\r\nSnapshots: 0 total\r\nTime: 1.888 s, estimated 2 s\r\nRan all test suites matching /packages\\/react-dom\\/src\\/events\\/plugins\\/__tests__\\/BeforeInputEventPlugin-test.js/i.\r\nDone in 2.79s.",
147
+ "closed_by": null,
148
+ "reactions": {
149
+ "url": "https://api.github.com/repos/facebook/react/issues/35052/reactions",
150
+ "total_count": 0,
151
+ "+1": 0,
152
+ "-1": 0,
153
+ "laugh": 0,
154
+ "hooray": 0,
155
+ "confused": 0,
156
+ "heart": 0,
157
+ "rocket": 0,
158
+ "eyes": 0
159
+ },
160
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35052/timeline",
161
+ "performed_via_github_app": null,
162
+ "state_reason": null
163
+ },
164
+ {
165
+ "url": "https://api.github.com/repos/facebook/react/issues/35050",
166
+ "repository_url": "https://api.github.com/repos/facebook/react",
167
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35050/labels{/name}",
168
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35050/comments",
169
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35050/events",
170
+ "html_url": "https://github.com/facebook/react/pull/35050",
171
+ "id": 3591957747,
172
+ "node_id": "PR_kwDOAJy2Ks6xswNf",
173
+ "number": 35050,
174
+ "title": "Fix: Should not already be working error in Firefox after breakpoint/…",
175
+ "user": {
176
+ "login": "Mario5T",
177
+ "id": 185037556,
178
+ "node_id": "U_kgDOCwdy9A",
179
+ "avatar_url": "https://avatars.githubusercontent.com/u/185037556?v=4",
180
+ "gravatar_id": "",
181
+ "url": "https://api.github.com/users/Mario5T",
182
+ "html_url": "https://github.com/Mario5T",
183
+ "followers_url": "https://api.github.com/users/Mario5T/followers",
184
+ "following_url": "https://api.github.com/users/Mario5T/following{/other_user}",
185
+ "gists_url": "https://api.github.com/users/Mario5T/gists{/gist_id}",
186
+ "starred_url": "https://api.github.com/users/Mario5T/starred{/owner}{/repo}",
187
+ "subscriptions_url": "https://api.github.com/users/Mario5T/subscriptions",
188
+ "organizations_url": "https://api.github.com/users/Mario5T/orgs",
189
+ "repos_url": "https://api.github.com/users/Mario5T/repos",
190
+ "events_url": "https://api.github.com/users/Mario5T/events{/privacy}",
191
+ "received_events_url": "https://api.github.com/users/Mario5T/received_events",
192
+ "type": "User",
193
+ "user_view_type": "public",
194
+ "site_admin": false
195
+ },
196
+ "labels": [
197
+ {
198
+ "id": 196858374,
199
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
200
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
201
+ "name": "CLA Signed",
202
+ "color": "e7e7e7",
203
+ "default": false,
204
+ "description": null
205
+ }
206
+ ],
207
+ "state": "open",
208
+ "locked": false,
209
+ "assignee": null,
210
+ "assignees": [],
211
+ "milestone": null,
212
+ "comments": 2,
213
+ "created_at": "2025-11-05T16:50:38Z",
214
+ "updated_at": "2025-11-06T03:37:23Z",
215
+ "closed_at": null,
216
+ "author_association": "NONE",
217
+ "type": null,
218
+ "active_lock_reason": null,
219
+ "draft": false,
220
+ "pull_request": {
221
+ "url": "https://api.github.com/repos/facebook/react/pulls/35050",
222
+ "html_url": "https://github.com/facebook/react/pull/35050",
223
+ "diff_url": "https://github.com/facebook/react/pull/35050.diff",
224
+ "patch_url": "https://github.com/facebook/react/pull/35050.patch",
225
+ "merged_at": null
226
+ },
227
+ "body": "\r\n[ISSUE_17355_SUMMARY.md](https://github.com/user-attachments/files/23370921/ISSUE_17355_SUMMARY.md)\r\n…alert (#17355)\r\n\r\n# Fix: \"Should not already be working\" error in Firefox after breakpoint/alert\r\n\r\n## Summary\r\nFixes #17355 - Resolves the \"Should not already be working\" error that occurs in Firefox (and some older browsers) when a breakpoint or `alert()` pauses the JavaScript main thread.\r\n\r\n## Problem Description\r\nWhen developers use breakpoints or `alert()` statements in Firefox, React throws an error:\r\n```\r\nError: Should not already be working.\r\n```\r\n\r\nThis error occurs because:\r\n1. React is performing work with `executionContext` set to `RenderContext` or `CommitContext`\r\n2. A breakpoint or `alert()` pauses the main thread\r\n3. During the pause, `MessageChannel` messages queue up\r\n4. Upon resuming, Firefox immediately fires the queued `MessageChannel` callback\r\n5. This causes `performWorkOnRoot()` or `commitRootImpl()` to be called re-entrantly\r\n6. The re-entrant call sees `executionContext` is still set (hasn't been cleared yet)\r\n7. React throws the error\r\n\r\n## Root Cause Analysis\r\nThe issue is a race condition in Firefox's `MessageChannel` implementation:\r\n- **Normal browsers**: `MessageChannel` callbacks are dispatched asynchronously after the current execution completes\r\n- **Firefox after pause**: Queued `MessageChannel` callbacks fire immediately/synchronously upon resuming from a pause\r\n\r\nThis creates a re-entrance scenario where React's scheduler tries to start new work before the previous work's cleanup (clearing `executionContext`) has completed.\r\n\r\n## Solution\r\nInstead of throwing an error when re-entrance is detected, the fix:\r\n1. Detects the re-entrant call by checking `executionContext`\r\n2. Logs a development warning to inform developers\r\n3. Calls `ensureRootIsScheduled(root)` to properly schedule the work for later\r\n4. Returns early to avoid the error\r\n\r\nThis approach:\r\n- ✅ Handles the Firefox edge case gracefully\r\n- ✅ Maintains React's scheduling semantics\r\n- ✅ Doesn't change timing behavior for normal cases\r\n- ✅ Provides helpful debugging information in development\r\n- ✅ Works across all browsers\r\n\r\n## Changes Made\r\n\r\n### Modified Files\r\n1. **`packages/react-reconciler/src/ReactFiberWorkLoop.js`**\r\n - Modified `performWorkOnRoot()` (line ~1071)\r\n - Modified `commitRootImpl()` (line ~3459)\r\n - Both locations now handle re-entrance gracefully instead of throwing\r\n\r\n### Code Changes\r\n\r\n#### Before:\r\n```javascript\r\nif ((executionContext & (RenderContext | CommitContext)) !== NoContext) {\r\n throw new Error('Should not already be working.');\r\n}\r\n```\r\n\r\n#### After:\r\n```javascript\r\nif ((executionContext & (RenderContext | CommitContext)) !== NoContext) {\r\n // We're being called re-entrantly. This can happen in Firefox (and some\r\n // older browsers) when a breakpoint or alert() pauses the main thread,\r\n // causing MessageChannel callbacks to fire immediately upon resuming.\r\n // Instead of throwing an error, schedule the work to run after the\r\n // current work completes.\r\n // See: https://github.com/facebook/react/issues/17355\r\n if (__DEV__) {\r\n console.error(\r\n 'performWorkOnRoot was called recursively. This is likely due to ' +\r\n 'a browser pause (e.g., breakpoint or alert). The work will be ' +\r\n 'rescheduled.',\r\n );\r\n }\r\n ensureRootIsScheduled(root);\r\n return;\r\n}\r\n```\r\n\r\n## Testing\r\n\r\n### Manual Testing\r\n1. Created `ISSUE_17355_TEST.html` with multiple test scenarios:\r\n - Alert during render\r\n - Alert during effect\r\n - Rapid state updates\r\n - Simulated MessageChannel re-entrance\r\n\r\n2. Tested on:\r\n - Firefox (latest)\r\n - Chrome\r\n - Safari\r\n - Edge\r\n\r\n### Automated Testing\r\nCreated `ReactReentranceGuard-test.js` with test cases for:\r\n- Re-entrant `performWorkOnRoot` calls\r\n- Re-entrant `commitRoot` calls\r\n- Work rescheduling behavior\r\n- Normal operation (no regression)\r\n- Multiple rapid updates\r\n\r\n### Test Results\r\n- ✅ No \"Should not already be working\" errors\r\n- ✅ Work is properly rescheduled\r\n- ✅ Development warnings appear as expected\r\n- ✅ No regression in normal operation\r\n- ✅ All existing tests pass\r\n\r\n## Reproduction Steps (Before Fix)\r\n\r\n1. Create a React component with state updates\r\n2. Add `alert()` in a `useEffect` or render method\r\n3. Run the app in Firefox\r\n4. Click OK on the alert\r\n5. **Error**: \"Should not already be working\" appears in console\r\n\r\n## Verification Steps (After Fix)\r\n\r\n1. Follow the same reproduction steps\r\n2. **Result**: No error is thrown\r\n3. **Result**: In development mode, a warning appears explaining the re-entrance\r\n4. **Result**: The application continues to work correctly\r\n\r\n## Browser Compatibility\r\n- ✅ Firefox (all versions)\r\n- ✅ Chrome\r\n- ✅ Safari\r\n- ✅ Edge\r\n- ✅ Older browsers mentioned in the issue\r\n\r\n## Performance Impact\r\n- **None** - The fix only adds a check that runs when re-entrance is detected (rare edge case)\r\n- Normal operation has zero overhead\r\n- No changes to React's scheduling algorithm\r\n\r\n## Breaking Changes\r\n- **None** - This is a bug fix that makes React more resilient\r\n\r\n## Migration Guide\r\n- **Not needed** - The fix is transparent to users\r\n- Developers using breakpoints/alerts will simply stop seeing the error\r\n\r\n## Related Issues\r\n- Fixes #17355\r\n- Related to scheduler MessageChannel implementation\r\n- May help with similar timing issues in other browsers\r\n\r\n## Documentation\r\n- Added inline comments explaining the fix\r\n- Created comprehensive analysis document (`ISSUE_17355_ANALYSIS.md`)\r\n- Created test file with examples (`ISSUE_17355_TEST.html`)\r\n\r\n## Checklist\r\n- [x] Code follows React's style guidelines\r\n- [x] Added/updated tests\r\n- [x] All tests pass\r\n- [x] Added inline documentation\r\n- [x] Tested on multiple browsers\r\n- [x] No breaking changes\r\n- [x] Issue reference included (#17355)\r\n\r\n## Screenshots/Logs\r\n\r\n### Before Fix:\r\n```\r\nError: Should not already be working.\r\n at performWorkOnRoot (ReactFiberWorkLoop.js:1072)\r\n at performWorkOnRoot (ReactFiberWorkLoop.js:1066)\r\n ...\r\n```\r\n\r\n### After Fix (Development):\r\n```\r\nWarning: performWorkOnRoot was called recursively. This is likely due to \r\na browser pause (e.g., breakpoint or alert). The work will be rescheduled.\r\n```\r\n\r\n### After Fix (Production):\r\n```\r\n(No error, work is silently rescheduled)\r\n```\r\n\r\n## Additional Notes\r\n\r\nThis fix takes a defensive programming approach - instead of assuming the scheduler will never be called re-entrantly, it handles the case gracefully. This makes React more robust against browser quirks and edge cases.\r\n\r\nThe fix is minimal and focused on the specific issue, without changing React's core scheduling logic or introducing new complexity.\r\n\r\n## Reviewers\r\nPlease pay special attention to:\r\n1. The re-entrance detection logic\r\n2. The use of `ensureRootIsScheduled()` for rescheduling\r\n3. The development warning message\r\n4. Test coverage for edge cases\r\n\r\n---\r\n\r\n**Issue Reference**: #17355 \r\n**Type**: Bug Fix \r\n**Priority**: Medium \r\n**Affected Versions**: All versions with MessageChannel-based scheduler \r\n**Target Version**: Next minor release",
228
+ "closed_by": null,
229
+ "reactions": {
230
+ "url": "https://api.github.com/repos/facebook/react/issues/35050/reactions",
231
+ "total_count": 0,
232
+ "+1": 0,
233
+ "-1": 0,
234
+ "laugh": 0,
235
+ "hooray": 0,
236
+ "confused": 0,
237
+ "heart": 0,
238
+ "rocket": 0,
239
+ "eyes": 0
240
+ },
241
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35050/timeline",
242
+ "performed_via_github_app": null,
243
+ "state_reason": null
244
+ },
245
+ {
246
+ "url": "https://api.github.com/repos/facebook/react/issues/35049",
247
+ "repository_url": "https://api.github.com/repos/facebook/react",
248
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35049/labels{/name}",
249
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35049/comments",
250
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35049/events",
251
+ "html_url": "https://github.com/facebook/react/issues/35049",
252
+ "id": 3590668436,
253
+ "node_id": "I_kwDOAJy2Ks7WBUCU",
254
+ "number": 35049,
255
+ "title": "[DevTools Bug] Cannot read properties of undefined (reading 'map')",
256
+ "user": {
257
+ "login": "Amurmurmur",
258
+ "id": 8608333,
259
+ "node_id": "MDQ6VXNlcjg2MDgzMzM=",
260
+ "avatar_url": "https://avatars.githubusercontent.com/u/8608333?v=4",
261
+ "gravatar_id": "",
262
+ "url": "https://api.github.com/users/Amurmurmur",
263
+ "html_url": "https://github.com/Amurmurmur",
264
+ "followers_url": "https://api.github.com/users/Amurmurmur/followers",
265
+ "following_url": "https://api.github.com/users/Amurmurmur/following{/other_user}",
266
+ "gists_url": "https://api.github.com/users/Amurmurmur/gists{/gist_id}",
267
+ "starred_url": "https://api.github.com/users/Amurmurmur/starred{/owner}{/repo}",
268
+ "subscriptions_url": "https://api.github.com/users/Amurmurmur/subscriptions",
269
+ "organizations_url": "https://api.github.com/users/Amurmurmur/orgs",
270
+ "repos_url": "https://api.github.com/users/Amurmurmur/repos",
271
+ "events_url": "https://api.github.com/users/Amurmurmur/events{/privacy}",
272
+ "received_events_url": "https://api.github.com/users/Amurmurmur/received_events",
273
+ "type": "User",
274
+ "user_view_type": "public",
275
+ "site_admin": false
276
+ },
277
+ "labels": [
278
+ {
279
+ "id": 40929151,
280
+ "node_id": "MDU6TGFiZWw0MDkyOTE1MQ==",
281
+ "url": "https://api.github.com/repos/facebook/react/labels/Type:%20Bug",
282
+ "name": "Type: Bug",
283
+ "color": "b60205",
284
+ "default": false,
285
+ "description": null
286
+ },
287
+ {
288
+ "id": 155984160,
289
+ "node_id": "MDU6TGFiZWwxNTU5ODQxNjA=",
290
+ "url": "https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed",
291
+ "name": "Status: Unconfirmed",
292
+ "color": "d4c5f9",
293
+ "default": false,
294
+ "description": "A potential issue that we haven't yet confirmed as a bug"
295
+ },
296
+ {
297
+ "id": 710573595,
298
+ "node_id": "MDU6TGFiZWw3MTA1NzM1OTU=",
299
+ "url": "https://api.github.com/repos/facebook/react/labels/Component:%20Developer%20Tools",
300
+ "name": "Component: Developer Tools",
301
+ "color": "fbca04",
302
+ "default": false,
303
+ "description": null
304
+ }
305
+ ],
306
+ "state": "open",
307
+ "locked": false,
308
+ "assignee": null,
309
+ "assignees": [],
310
+ "milestone": null,
311
+ "comments": 0,
312
+ "created_at": "2025-11-05T11:55:34Z",
313
+ "updated_at": "2025-11-05T11:55:34Z",
314
+ "closed_at": null,
315
+ "author_association": "NONE",
316
+ "type": null,
317
+ "active_lock_reason": null,
318
+ "sub_issues_summary": {
319
+ "total": 0,
320
+ "completed": 0,
321
+ "percent_completed": 0
322
+ },
323
+ "issue_dependencies_summary": {
324
+ "blocked_by": 0,
325
+ "total_blocked_by": 0,
326
+ "blocking": 0,
327
+ "total_blocking": 0
328
+ },
329
+ "body": "### Website or app\n\nProfiler crashed\n\n### Repro steps\n\nTried to record in the profiler.\nNavigated to another screen in my react-native app, and profiler crash.\n\n### How often does this bug happen?\n\nSometimes\n\n### DevTools package (automated)\n\nreact-devtools-fusebox\n\n### DevTools version (automated)\n\n6.1.4-9fd4c09d68\n\n### Error message (automated)\n\nCannot read properties of undefined (reading 'map')\n\n### Error call stack (automated)\n\n```text\nat Sl (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:891273)\n at zo (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:56181)\n at xl (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:78611)\n at Xl (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:89137)\n at Wf (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:140488)\n at Vf (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:140416)\n at Bf (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:140258)\n at Mf (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:136684)\n at yd (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:1:157182)\n at MessagePort.C (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:39:1432)\n```\n\n### Error component stack (automated)\n\n```text\nat Sl (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:891063)\n at div (<anonymous>)\n at div (<anonymous>)\n at bv (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:966955)\n at div (<anonymous>)\n at div (<anonymous>)\n at Dv (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:968200)\n at Pv (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:972397)\n at div (<anonymous>)\n at lr (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:775658)\n at div (<anonymous>)\n at Fv (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:971851)\n at div (<anonymous>)\n at div (<anonymous>)\n at div (<anonymous>)\n at jo (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:869288)\n at http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:1089658\n at el (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:884838)\n at http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:887488\n at div (<anonymous>)\n at div (<anonymous>)\n at div (<anonymous>)\n at tl (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:887322)\n at pc (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:898959)\n at Ud (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:959076)\n at Sd (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:951587)\n at jr (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:789938)\n at wt (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:817279)\n at Pf (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:939000)\n at oS (http://127.0.0.1:8081/debugger-frontend/third_party/react-devtools/react-devtools.js:41:1096424)\n```\n\n### GitHub query string (automated)\n\n```text\nhttps://api.github.com/search/issues?q=Cannot read properties of undefined (reading 'map') in:title is:issue is:open is:public label:\"Component: Developer Tools\" repo:facebook/react\n```",
330
+ "closed_by": null,
331
+ "reactions": {
332
+ "url": "https://api.github.com/repos/facebook/react/issues/35049/reactions",
333
+ "total_count": 0,
334
+ "+1": 0,
335
+ "-1": 0,
336
+ "laugh": 0,
337
+ "hooray": 0,
338
+ "confused": 0,
339
+ "heart": 0,
340
+ "rocket": 0,
341
+ "eyes": 0
342
+ },
343
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35049/timeline",
344
+ "performed_via_github_app": null,
345
+ "state_reason": null
346
+ },
347
+ {
348
+ "url": "https://api.github.com/repos/facebook/react/issues/35047",
349
+ "repository_url": "https://api.github.com/repos/facebook/react",
350
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35047/labels{/name}",
351
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35047/comments",
352
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35047/events",
353
+ "html_url": "https://github.com/facebook/react/pull/35047",
354
+ "id": 3588678311,
355
+ "node_id": "PR_kwDOAJy2Ks6xh55D",
356
+ "number": 35047,
357
+ "title": "[healthcheck] correct yargs scriptName and usage",
358
+ "user": {
359
+ "login": "henryqdineen",
360
+ "id": 682132,
361
+ "node_id": "MDQ6VXNlcjY4MjEzMg==",
362
+ "avatar_url": "https://avatars.githubusercontent.com/u/682132?v=4",
363
+ "gravatar_id": "",
364
+ "url": "https://api.github.com/users/henryqdineen",
365
+ "html_url": "https://github.com/henryqdineen",
366
+ "followers_url": "https://api.github.com/users/henryqdineen/followers",
367
+ "following_url": "https://api.github.com/users/henryqdineen/following{/other_user}",
368
+ "gists_url": "https://api.github.com/users/henryqdineen/gists{/gist_id}",
369
+ "starred_url": "https://api.github.com/users/henryqdineen/starred{/owner}{/repo}",
370
+ "subscriptions_url": "https://api.github.com/users/henryqdineen/subscriptions",
371
+ "organizations_url": "https://api.github.com/users/henryqdineen/orgs",
372
+ "repos_url": "https://api.github.com/users/henryqdineen/repos",
373
+ "events_url": "https://api.github.com/users/henryqdineen/events{/privacy}",
374
+ "received_events_url": "https://api.github.com/users/henryqdineen/received_events",
375
+ "type": "User",
376
+ "user_view_type": "public",
377
+ "site_admin": false
378
+ },
379
+ "labels": [
380
+ {
381
+ "id": 196858374,
382
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
383
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
384
+ "name": "CLA Signed",
385
+ "color": "e7e7e7",
386
+ "default": false,
387
+ "description": null
388
+ }
389
+ ],
390
+ "state": "open",
391
+ "locked": false,
392
+ "assignee": null,
393
+ "assignees": [],
394
+ "milestone": null,
395
+ "comments": 0,
396
+ "created_at": "2025-11-05T01:22:08Z",
397
+ "updated_at": "2025-11-05T01:22:55Z",
398
+ "closed_at": null,
399
+ "author_association": "CONTRIBUTOR",
400
+ "type": null,
401
+ "active_lock_reason": null,
402
+ "draft": false,
403
+ "pull_request": {
404
+ "url": "https://api.github.com/repos/facebook/react/pulls/35047",
405
+ "html_url": "https://github.com/facebook/react/pull/35047",
406
+ "diff_url": "https://github.com/facebook/react/pull/35047.diff",
407
+ "patch_url": "https://github.com/facebook/react/pull/35047.patch",
408
+ "merged_at": null
409
+ },
410
+ "body": "## Summary\r\n\r\nThis is something I noticed when looking at #35046. The `healthcheck` script was renamed in 63e533026062450f7e033af1e15545eb4463fce6 but the `yargs` configuration was never updated accordingly.\r\n\r\n## How did you test this change?\r\n\r\nI ran the script with `--help` locally.",
411
+ "closed_by": null,
412
+ "reactions": {
413
+ "url": "https://api.github.com/repos/facebook/react/issues/35047/reactions",
414
+ "total_count": 0,
415
+ "+1": 0,
416
+ "-1": 0,
417
+ "laugh": 0,
418
+ "hooray": 0,
419
+ "confused": 0,
420
+ "heart": 0,
421
+ "rocket": 0,
422
+ "eyes": 0
423
+ },
424
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35047/timeline",
425
+ "performed_via_github_app": null,
426
+ "state_reason": null
427
+ },
428
+ {
429
+ "url": "https://api.github.com/repos/facebook/react/issues/35046",
430
+ "repository_url": "https://api.github.com/repos/facebook/react",
431
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35046/labels{/name}",
432
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35046/comments",
433
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35046/events",
434
+ "html_url": "https://github.com/facebook/react/pull/35046",
435
+ "id": 3588635756,
436
+ "node_id": "PR_kwDOAJy2Ks6xhwo4",
437
+ "number": 35046,
438
+ "title": "[healthcheck] fix error false negatives",
439
+ "user": {
440
+ "login": "henryqdineen",
441
+ "id": 682132,
442
+ "node_id": "MDQ6VXNlcjY4MjEzMg==",
443
+ "avatar_url": "https://avatars.githubusercontent.com/u/682132?v=4",
444
+ "gravatar_id": "",
445
+ "url": "https://api.github.com/users/henryqdineen",
446
+ "html_url": "https://github.com/henryqdineen",
447
+ "followers_url": "https://api.github.com/users/henryqdineen/followers",
448
+ "following_url": "https://api.github.com/users/henryqdineen/following{/other_user}",
449
+ "gists_url": "https://api.github.com/users/henryqdineen/gists{/gist_id}",
450
+ "starred_url": "https://api.github.com/users/henryqdineen/starred{/owner}{/repo}",
451
+ "subscriptions_url": "https://api.github.com/users/henryqdineen/subscriptions",
452
+ "organizations_url": "https://api.github.com/users/henryqdineen/orgs",
453
+ "repos_url": "https://api.github.com/users/henryqdineen/repos",
454
+ "events_url": "https://api.github.com/users/henryqdineen/events{/privacy}",
455
+ "received_events_url": "https://api.github.com/users/henryqdineen/received_events",
456
+ "type": "User",
457
+ "user_view_type": "public",
458
+ "site_admin": false
459
+ },
460
+ "labels": [
461
+ {
462
+ "id": 196858374,
463
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
464
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
465
+ "name": "CLA Signed",
466
+ "color": "e7e7e7",
467
+ "default": false,
468
+ "description": null
469
+ }
470
+ ],
471
+ "state": "open",
472
+ "locked": false,
473
+ "assignee": null,
474
+ "assignees": [],
475
+ "milestone": null,
476
+ "comments": 0,
477
+ "created_at": "2025-11-05T01:05:13Z",
478
+ "updated_at": "2025-11-05T01:05:19Z",
479
+ "closed_at": null,
480
+ "author_association": "CONTRIBUTOR",
481
+ "type": null,
482
+ "active_lock_reason": null,
483
+ "draft": false,
484
+ "pull_request": {
485
+ "url": "https://api.github.com/repos/facebook/react/pulls/35046",
486
+ "html_url": "https://github.com/facebook/react/pull/35046",
487
+ "diff_url": "https://github.com/facebook/react/pull/35046.diff",
488
+ "patch_url": "https://github.com/facebook/react/pull/35046.patch",
489
+ "merged_at": null
490
+ },
491
+ "body": "## Summary\r\n\r\nI noticed a regression in `react-compiler-healthcheck` where `v1.0.0` will not report any errors.\r\n\r\n```sh\r\n> npx react-compiler-healthcheck@1.0.0\r\nSuccessfully compiled 197 out of 197 components.\r\nStrictMode usage not found.\r\nFound no usage of incompatible libraries.\r\n\r\n> npx react-compiler-healthcheck@19.1.0-rc.3\r\nSuccessfully compiled 190 out of 213 components.\r\nStrictMode usage not found.\r\nFound no usage of incompatible libraries.\r\n```\r\n\r\nWhen investigating the issue I noticed a couple TypeScript errors in the source. I believe `isActionableDiagnostic()` was falling through to the `default` case and throwing an error that was being swallowed. In this PR I fixed the TypeScript issue and updated `isActionableDiagnostic()` implementation. \r\n\r\n## How did you test this change?\r\n\r\nI ran locally in one of our repos.",
492
+ "closed_by": null,
493
+ "reactions": {
494
+ "url": "https://api.github.com/repos/facebook/react/issues/35046/reactions",
495
+ "total_count": 0,
496
+ "+1": 0,
497
+ "-1": 0,
498
+ "laugh": 0,
499
+ "hooray": 0,
500
+ "confused": 0,
501
+ "heart": 0,
502
+ "rocket": 0,
503
+ "eyes": 0
504
+ },
505
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35046/timeline",
506
+ "performed_via_github_app": null,
507
+ "state_reason": null
508
+ },
509
+ {
510
+ "url": "https://api.github.com/repos/facebook/react/issues/35045",
511
+ "repository_url": "https://api.github.com/repos/facebook/react",
512
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35045/labels{/name}",
513
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35045/comments",
514
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35045/events",
515
+ "html_url": "https://github.com/facebook/react/issues/35045",
516
+ "id": 3588447639,
517
+ "node_id": "I_kwDOAJy2Ks7V412X",
518
+ "number": 35045,
519
+ "title": "Bug: `eslint-plugin-react-hooks` - Broken resolution in `7.0.1`",
520
+ "user": {
521
+ "login": "eidryn",
522
+ "id": 241608637,
523
+ "node_id": "U_kgDODmanvQ",
524
+ "avatar_url": "https://avatars.githubusercontent.com/u/241608637?v=4",
525
+ "gravatar_id": "",
526
+ "url": "https://api.github.com/users/eidryn",
527
+ "html_url": "https://github.com/eidryn",
528
+ "followers_url": "https://api.github.com/users/eidryn/followers",
529
+ "following_url": "https://api.github.com/users/eidryn/following{/other_user}",
530
+ "gists_url": "https://api.github.com/users/eidryn/gists{/gist_id}",
531
+ "starred_url": "https://api.github.com/users/eidryn/starred{/owner}{/repo}",
532
+ "subscriptions_url": "https://api.github.com/users/eidryn/subscriptions",
533
+ "organizations_url": "https://api.github.com/users/eidryn/orgs",
534
+ "repos_url": "https://api.github.com/users/eidryn/repos",
535
+ "events_url": "https://api.github.com/users/eidryn/events{/privacy}",
536
+ "received_events_url": "https://api.github.com/users/eidryn/received_events",
537
+ "type": "User",
538
+ "user_view_type": "public",
539
+ "site_admin": false
540
+ },
541
+ "labels": [
542
+ {
543
+ "id": 155984160,
544
+ "node_id": "MDU6TGFiZWwxNTU5ODQxNjA=",
545
+ "url": "https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed",
546
+ "name": "Status: Unconfirmed",
547
+ "color": "d4c5f9",
548
+ "default": false,
549
+ "description": "A potential issue that we haven't yet confirmed as a bug"
550
+ }
551
+ ],
552
+ "state": "open",
553
+ "locked": false,
554
+ "assignee": null,
555
+ "assignees": [],
556
+ "milestone": null,
557
+ "comments": 1,
558
+ "created_at": "2025-11-04T23:33:01Z",
559
+ "updated_at": "2025-11-05T00:41:02Z",
560
+ "closed_at": null,
561
+ "author_association": "NONE",
562
+ "type": null,
563
+ "active_lock_reason": null,
564
+ "sub_issues_summary": {
565
+ "total": 0,
566
+ "completed": 0,
567
+ "percent_completed": 0
568
+ },
569
+ "issue_dependencies_summary": {
570
+ "blocked_by": 0,
571
+ "total_blocked_by": 0,
572
+ "blocking": 0,
573
+ "total_blocking": 0
574
+ },
575
+ "body": "React version: N/A\n\n## Steps To Reproduce\n\n1. Install `eslint-plugin-react-hooks@v7.0.1`\n2. Configure with a `.config.ts` configuration (although an [issue](https://github.com/causaly/zod-validation-error/issues/606) raised in `zod-validation-error` shows `esm/resolve` so may also flag with a `.js` config)\n3. Run `npx eslint .`\n4. Error printed:\n```\nError [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by \"exports\" in /node_modules/zod-validation-error/package.json\n at exportsNotFound (node:internal/modules/esm/resolve:313:10)\n at packageExportsResolve (node:internal/modules/esm/resolve:660:9)\n at resolveExports (node:internal/modules/cjs/loader:650:36)\n at Function._findPath (node:internal/modules/cjs/loader:717:31)\n at Function._resolveFilename (node:internal/modules/cjs/loader:1369:27)\n at Function.resolve (node:internal/modules/helpers:157:19)\n at jitiResolve (node_modules/jiti/dist/jiti.cjs:1:148703)\n at jitiRequire (node_modules/jiti/dist/jiti.cjs:1:150290)\n at node_modules/jiti/dist/jiti.cjs:1:157987\n at node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js:20:16\n```\n\n## The current behavior\nThere is an error when running eslint - Downgrading to `7.0.0` resolves both the above error, and the typescript issue below.\n\n## The expected behavior\nThere is no error running eslint.\n\n## Type Discrepancy\n\nAdditionally, with `v7.0.1`, typescript complains that the `react-hooks` plugin is not the correct type:\n```\n// Truncated\n Types of property 'configs' are incompatible.\n Type '{ recommended: { plugins: string[]; rules: RulesConfig; }; 'recommended-latest': { plugins: string[]; rules: RulesConfig; }; flat: { recommended: ReactHooksFlatConfig; \"recommended-latest\": ReactHooksFlatConfig; }; }' is not assignable to type 'Record<string, ConfigObject<RulesConfig> | LegacyConfigObject<RulesConfig, RulesConfig> | ConfigObject<RulesConfig>[]>'.\n Property 'flat' is incompatible with index signature.\n Type '{ recommended: ReactHooksFlatConfig; \"recommended-latest\": ReactHooksFlatConfig; }' is not assignable to type 'ConfigObject<RulesConfig> | LegacyConfigObject<RulesConfig, RulesConfig> | ConfigObject<RulesConfig>[]'\n// Truncated\n```\n",
576
+ "closed_by": null,
577
+ "reactions": {
578
+ "url": "https://api.github.com/repos/facebook/react/issues/35045/reactions",
579
+ "total_count": 0,
580
+ "+1": 0,
581
+ "-1": 0,
582
+ "laugh": 0,
583
+ "hooray": 0,
584
+ "confused": 0,
585
+ "heart": 0,
586
+ "rocket": 0,
587
+ "eyes": 0
588
+ },
589
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35045/timeline",
590
+ "performed_via_github_app": null,
591
+ "state_reason": null
592
+ },
593
+ {
594
+ "url": "https://api.github.com/repos/facebook/react/issues/35044",
595
+ "repository_url": "https://api.github.com/repos/facebook/react",
596
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35044/labels{/name}",
597
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35044/comments",
598
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35044/events",
599
+ "html_url": "https://github.com/facebook/react/pull/35044",
600
+ "id": 3588173401,
601
+ "node_id": "PR_kwDOAJy2Ks6xgQK1",
602
+ "number": 35044,
603
+ "title": "[compiler] Prevent local state source variables from depending on other state",
604
+ "user": {
605
+ "login": "jorge-cab",
606
+ "id": 57368278,
607
+ "node_id": "MDQ6VXNlcjU3MzY4Mjc4",
608
+ "avatar_url": "https://avatars.githubusercontent.com/u/57368278?v=4",
609
+ "gravatar_id": "",
610
+ "url": "https://api.github.com/users/jorge-cab",
611
+ "html_url": "https://github.com/jorge-cab",
612
+ "followers_url": "https://api.github.com/users/jorge-cab/followers",
613
+ "following_url": "https://api.github.com/users/jorge-cab/following{/other_user}",
614
+ "gists_url": "https://api.github.com/users/jorge-cab/gists{/gist_id}",
615
+ "starred_url": "https://api.github.com/users/jorge-cab/starred{/owner}{/repo}",
616
+ "subscriptions_url": "https://api.github.com/users/jorge-cab/subscriptions",
617
+ "organizations_url": "https://api.github.com/users/jorge-cab/orgs",
618
+ "repos_url": "https://api.github.com/users/jorge-cab/repos",
619
+ "events_url": "https://api.github.com/users/jorge-cab/events{/privacy}",
620
+ "received_events_url": "https://api.github.com/users/jorge-cab/received_events",
621
+ "type": "User",
622
+ "user_view_type": "public",
623
+ "site_admin": false
624
+ },
625
+ "labels": [
626
+ {
627
+ "id": 196858374,
628
+ "node_id": "MDU6TGFiZWwxOTY4NTgzNzQ=",
629
+ "url": "https://api.github.com/repos/facebook/react/labels/CLA%20Signed",
630
+ "name": "CLA Signed",
631
+ "color": "e7e7e7",
632
+ "default": false,
633
+ "description": null
634
+ }
635
+ ],
636
+ "state": "open",
637
+ "locked": false,
638
+ "assignee": null,
639
+ "assignees": [],
640
+ "milestone": null,
641
+ "comments": 0,
642
+ "created_at": "2025-11-04T21:15:33Z",
643
+ "updated_at": "2025-11-04T21:23:17Z",
644
+ "closed_at": null,
645
+ "author_association": "CONTRIBUTOR",
646
+ "type": null,
647
+ "active_lock_reason": null,
648
+ "draft": false,
649
+ "pull_request": {
650
+ "url": "https://api.github.com/repos/facebook/react/pulls/35044",
651
+ "html_url": "https://github.com/facebook/react/pull/35044",
652
+ "diff_url": "https://github.com/facebook/react/pull/35044.diff",
653
+ "patch_url": "https://github.com/facebook/react/pull/35044.patch",
654
+ "merged_at": null
655
+ },
656
+ "body": "\nSummary:\nWhen a local state is created sometimes it uses a `prop` or even other local state for its initial value.\n\nThis value is only relevant on first render so we shouldn't consider it part of our data flow\n\nTest Plan:\nAdded tests\n\n---\n[//]: # (BEGIN SAPLING FOOTER)\nStack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/35044).\n* __->__ #35044\n* #35020\n* #34973\n* #34972\n* #34995\n* #34967",
657
+ "closed_by": null,
658
+ "reactions": {
659
+ "url": "https://api.github.com/repos/facebook/react/issues/35044/reactions",
660
+ "total_count": 0,
661
+ "+1": 0,
662
+ "-1": 0,
663
+ "laugh": 0,
664
+ "hooray": 0,
665
+ "confused": 0,
666
+ "heart": 0,
667
+ "rocket": 0,
668
+ "eyes": 0
669
+ },
670
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35044/timeline",
671
+ "performed_via_github_app": null,
672
+ "state_reason": null
673
+ },
674
+ {
675
+ "url": "https://api.github.com/repos/facebook/react/issues/35043",
676
+ "repository_url": "https://api.github.com/repos/facebook/react",
677
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35043/labels{/name}",
678
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35043/comments",
679
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35043/events",
680
+ "html_url": "https://github.com/facebook/react/issues/35043",
681
+ "id": 3587716376,
682
+ "node_id": "I_kwDOAJy2Ks7V2DUY",
683
+ "number": 35043,
684
+ "title": "Bug:",
685
+ "user": {
686
+ "login": "b2232206-cmyk",
687
+ "id": 240061351,
688
+ "node_id": "U_kgDODk8Lpw",
689
+ "avatar_url": "https://avatars.githubusercontent.com/u/240061351?v=4",
690
+ "gravatar_id": "",
691
+ "url": "https://api.github.com/users/b2232206-cmyk",
692
+ "html_url": "https://github.com/b2232206-cmyk",
693
+ "followers_url": "https://api.github.com/users/b2232206-cmyk/followers",
694
+ "following_url": "https://api.github.com/users/b2232206-cmyk/following{/other_user}",
695
+ "gists_url": "https://api.github.com/users/b2232206-cmyk/gists{/gist_id}",
696
+ "starred_url": "https://api.github.com/users/b2232206-cmyk/starred{/owner}{/repo}",
697
+ "subscriptions_url": "https://api.github.com/users/b2232206-cmyk/subscriptions",
698
+ "organizations_url": "https://api.github.com/users/b2232206-cmyk/orgs",
699
+ "repos_url": "https://api.github.com/users/b2232206-cmyk/repos",
700
+ "events_url": "https://api.github.com/users/b2232206-cmyk/events{/privacy}",
701
+ "received_events_url": "https://api.github.com/users/b2232206-cmyk/received_events",
702
+ "type": "User",
703
+ "user_view_type": "public",
704
+ "site_admin": false
705
+ },
706
+ "labels": [
707
+ {
708
+ "id": 155984160,
709
+ "node_id": "MDU6TGFiZWwxNTU5ODQxNjA=",
710
+ "url": "https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed",
711
+ "name": "Status: Unconfirmed",
712
+ "color": "d4c5f9",
713
+ "default": false,
714
+ "description": "A potential issue that we haven't yet confirmed as a bug"
715
+ }
716
+ ],
717
+ "state": "open",
718
+ "locked": false,
719
+ "assignee": null,
720
+ "assignees": [],
721
+ "milestone": null,
722
+ "comments": 0,
723
+ "created_at": "2025-11-04T18:10:54Z",
724
+ "updated_at": "2025-11-04T18:10:54Z",
725
+ "closed_at": null,
726
+ "author_association": "NONE",
727
+ "type": null,
728
+ "active_lock_reason": null,
729
+ "sub_issues_summary": {
730
+ "total": 0,
731
+ "completed": 0,
732
+ "percent_completed": 0
733
+ },
734
+ "issue_dependencies_summary": {
735
+ "blocked_by": 0,
736
+ "total_blocked_by": 0,
737
+ "blocking": 0,
738
+ "total_blocking": 0
739
+ },
740
+ "body": "<!--\n Please provide a clear and concise description of what the bug is. Include\n screenshots if needed. Please test using the latest version of the relevant\n React packages to make sure your issue has not already been fixed.\n-->\n\nReact version:\n\n## Steps To Reproduce\n\n1.\n2.\n\n<!--\n Your bug will get fixed much faster if we can run your code and it doesn't\n have dependencies other than React. Issues without reproduction steps or\n code examples may be immediately closed as not actionable.\n-->\n\nLink to code example:\n\n<!--\n Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a\n repository on GitHub, or provide a minimal code example that reproduces the\n problem. You may provide a screenshot of the application if you think it is\n relevant to your bug report. Here are some tips for providing a minimal\n example: https://stackoverflow.com/help/mcve.\n-->\n\n## The current behavior\n\n\n## The expected behavior\n",
741
+ "closed_by": null,
742
+ "reactions": {
743
+ "url": "https://api.github.com/repos/facebook/react/issues/35043/reactions",
744
+ "total_count": 0,
745
+ "+1": 0,
746
+ "-1": 0,
747
+ "laugh": 0,
748
+ "hooray": 0,
749
+ "confused": 0,
750
+ "heart": 0,
751
+ "rocket": 0,
752
+ "eyes": 0
753
+ },
754
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35043/timeline",
755
+ "performed_via_github_app": null,
756
+ "state_reason": null
757
+ },
758
+ {
759
+ "url": "https://api.github.com/repos/facebook/react/issues/35040",
760
+ "repository_url": "https://api.github.com/repos/facebook/react",
761
+ "labels_url": "https://api.github.com/repos/facebook/react/issues/35040/labels{/name}",
762
+ "comments_url": "https://api.github.com/repos/facebook/react/issues/35040/comments",
763
+ "events_url": "https://api.github.com/repos/facebook/react/issues/35040/events",
764
+ "html_url": "https://github.com/facebook/react/issues/35040",
765
+ "id": 3587589589,
766
+ "node_id": "I_kwDOAJy2Ks7V1kXV",
767
+ "number": 35040,
768
+ "title": "Bug: Getting `Cannot access refs during render` error from event handler.",
769
+ "user": {
770
+ "login": "siamahnaf",
771
+ "id": 78312010,
772
+ "node_id": "MDQ6VXNlcjc4MzEyMDEw",
773
+ "avatar_url": "https://avatars.githubusercontent.com/u/78312010?v=4",
774
+ "gravatar_id": "",
775
+ "url": "https://api.github.com/users/siamahnaf",
776
+ "html_url": "https://github.com/siamahnaf",
777
+ "followers_url": "https://api.github.com/users/siamahnaf/followers",
778
+ "following_url": "https://api.github.com/users/siamahnaf/following{/other_user}",
779
+ "gists_url": "https://api.github.com/users/siamahnaf/gists{/gist_id}",
780
+ "starred_url": "https://api.github.com/users/siamahnaf/starred{/owner}{/repo}",
781
+ "subscriptions_url": "https://api.github.com/users/siamahnaf/subscriptions",
782
+ "organizations_url": "https://api.github.com/users/siamahnaf/orgs",
783
+ "repos_url": "https://api.github.com/users/siamahnaf/repos",
784
+ "events_url": "https://api.github.com/users/siamahnaf/events{/privacy}",
785
+ "received_events_url": "https://api.github.com/users/siamahnaf/received_events",
786
+ "type": "User",
787
+ "user_view_type": "public",
788
+ "site_admin": false
789
+ },
790
+ "labels": [
791
+ {
792
+ "id": 155984160,
793
+ "node_id": "MDU6TGFiZWwxNTU5ODQxNjA=",
794
+ "url": "https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed",
795
+ "name": "Status: Unconfirmed",
796
+ "color": "d4c5f9",
797
+ "default": false,
798
+ "description": "A potential issue that we haven't yet confirmed as a bug"
799
+ }
800
+ ],
801
+ "state": "open",
802
+ "locked": false,
803
+ "assignee": null,
804
+ "assignees": [],
805
+ "milestone": null,
806
+ "comments": 3,
807
+ "created_at": "2025-11-04T17:36:26Z",
808
+ "updated_at": "2025-11-06T02:21:33Z",
809
+ "closed_at": null,
810
+ "author_association": "NONE",
811
+ "type": null,
812
+ "active_lock_reason": null,
813
+ "sub_issues_summary": {
814
+ "total": 0,
815
+ "completed": 0,
816
+ "percent_completed": 0
817
+ },
818
+ "issue_dependencies_summary": {
819
+ "blocked_by": 0,
820
+ "total_blocked_by": 0,
821
+ "blocking": 0,
822
+ "total_blocking": 0
823
+ },
824
+ "body": "So on react official documentations, I found, it recommend to avoid direct read or write during render on ref. \n\nHere is the docs link (under pitfall)-\nhttps://react.dev/reference/react/useRef\n\nAnd here I also found that ref is safe to use on event handler or effect.\n\n`You can read or write refs from event handlers or effects instead.`\n\nSo, we can read `ref.current` from a onSubmit handler as it is a event handler. But when I combine it with `react-hook-form` I am getting the lint error with following context-\n\n```\nerror Error: Cannot access refs during render\n\nReact refs are values that are not needed for rendering. Refs should only be accessed outside of re\nnder, such as in event handlers or effects. Accessing a ref value (the `current` property) during r\nender can cause your component not to update as expected (https://react.dev/reference/react/useRef)\n```\n\nSo What I am doing on my code(see code)-\n\n```javascript\nconst onSubmit: SubmitHandler<ReceiptFormInput> = async (value) => {\n let sigUrl: string;\n if (sig) {\n const { blob } = await upload(ref.current?.toFile());\n sigUrl = blob?.url || \"\"\n } else {\n sigUrl = item.signature\n }\n if (template) {\n mutate({\n ...value,\n templateId: template.templateId,\n previewUrl: template.previewUrl,\n signature: sigUrl,\n id: item.id\n });\n }\n}\n```\n\nthis onSubmit handler is triggering from `form`\n\n```javascript\n<form onSubmit={handleSubmit(onSubmit)}>\n...\n</form>\n```\n\nSo here handleSubmit is coming from `react-hook-form` to disable default behavior.\n\nWe already discussed about this issues from `nextjs` discussion. Following is the link of that discussion\n\nhttps://github.com/vercel/next.js/discussions/85677",
825
+ "closed_by": null,
826
+ "reactions": {
827
+ "url": "https://api.github.com/repos/facebook/react/issues/35040/reactions",
828
+ "total_count": 0,
829
+ "+1": 0,
830
+ "-1": 0,
831
+ "laugh": 0,
832
+ "hooray": 0,
833
+ "confused": 0,
834
+ "heart": 0,
835
+ "rocket": 0,
836
+ "eyes": 0
837
+ },
838
+ "timeline_url": "https://api.github.com/repos/facebook/react/issues/35040/timeline",
839
+ "performed_via_github_app": null,
840
+ "state_reason": null
841
+ }
842
+ ]
github/issues_react.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_issues_react",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:44.442446",
5
+ "size_bytes": 54493,
6
+ "description": "React open issues",
7
+ "url": "https://api.github.com/repos/facebook/react/issues?per_page=10&state=open"
8
+ }
github/issues_rust.json ADDED
@@ -0,0 +1,1280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148561",
4
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
5
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148561/labels{/name}",
6
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148561/comments",
7
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148561/events",
8
+ "html_url": "https://github.com/rust-lang/rust/pull/148561",
9
+ "id": 3593732264,
10
+ "node_id": "PR_kwDOAAsO6M6xytUl",
11
+ "number": 148561,
12
+ "title": "Fix ICE from async closure variance",
13
+ "user": {
14
+ "login": "chenyukang",
15
+ "id": 230646,
16
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
17
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
18
+ "gravatar_id": "",
19
+ "url": "https://api.github.com/users/chenyukang",
20
+ "html_url": "https://github.com/chenyukang",
21
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
22
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
23
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
24
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
25
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
26
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
27
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
28
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
29
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
30
+ "type": "User",
31
+ "user_view_type": "public",
32
+ "site_admin": false
33
+ },
34
+ "labels": [
35
+ {
36
+ "id": 211668100,
37
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
38
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
39
+ "name": "T-compiler",
40
+ "color": "bfd4f2",
41
+ "default": false,
42
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
43
+ },
44
+ {
45
+ "id": 583426710,
46
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
47
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
48
+ "name": "S-waiting-on-review",
49
+ "color": "d3dddd",
50
+ "default": false,
51
+ "description": "Status: Awaiting review from the assignee but also interested parties."
52
+ }
53
+ ],
54
+ "state": "open",
55
+ "locked": false,
56
+ "assignee": {
57
+ "login": "fee1-dead",
58
+ "id": 43851243,
59
+ "node_id": "MDQ6VXNlcjQzODUxMjQz",
60
+ "avatar_url": "https://avatars.githubusercontent.com/u/43851243?v=4",
61
+ "gravatar_id": "",
62
+ "url": "https://api.github.com/users/fee1-dead",
63
+ "html_url": "https://github.com/fee1-dead",
64
+ "followers_url": "https://api.github.com/users/fee1-dead/followers",
65
+ "following_url": "https://api.github.com/users/fee1-dead/following{/other_user}",
66
+ "gists_url": "https://api.github.com/users/fee1-dead/gists{/gist_id}",
67
+ "starred_url": "https://api.github.com/users/fee1-dead/starred{/owner}{/repo}",
68
+ "subscriptions_url": "https://api.github.com/users/fee1-dead/subscriptions",
69
+ "organizations_url": "https://api.github.com/users/fee1-dead/orgs",
70
+ "repos_url": "https://api.github.com/users/fee1-dead/repos",
71
+ "events_url": "https://api.github.com/users/fee1-dead/events{/privacy}",
72
+ "received_events_url": "https://api.github.com/users/fee1-dead/received_events",
73
+ "type": "User",
74
+ "user_view_type": "public",
75
+ "site_admin": false
76
+ },
77
+ "assignees": [
78
+ {
79
+ "login": "fee1-dead",
80
+ "id": 43851243,
81
+ "node_id": "MDQ6VXNlcjQzODUxMjQz",
82
+ "avatar_url": "https://avatars.githubusercontent.com/u/43851243?v=4",
83
+ "gravatar_id": "",
84
+ "url": "https://api.github.com/users/fee1-dead",
85
+ "html_url": "https://github.com/fee1-dead",
86
+ "followers_url": "https://api.github.com/users/fee1-dead/followers",
87
+ "following_url": "https://api.github.com/users/fee1-dead/following{/other_user}",
88
+ "gists_url": "https://api.github.com/users/fee1-dead/gists{/gist_id}",
89
+ "starred_url": "https://api.github.com/users/fee1-dead/starred{/owner}{/repo}",
90
+ "subscriptions_url": "https://api.github.com/users/fee1-dead/subscriptions",
91
+ "organizations_url": "https://api.github.com/users/fee1-dead/orgs",
92
+ "repos_url": "https://api.github.com/users/fee1-dead/repos",
93
+ "events_url": "https://api.github.com/users/fee1-dead/events{/privacy}",
94
+ "received_events_url": "https://api.github.com/users/fee1-dead/received_events",
95
+ "type": "User",
96
+ "user_view_type": "public",
97
+ "site_admin": false
98
+ }
99
+ ],
100
+ "milestone": null,
101
+ "comments": 1,
102
+ "created_at": "2025-11-06T03:20:29Z",
103
+ "updated_at": "2025-11-06T03:20:34Z",
104
+ "closed_at": null,
105
+ "author_association": "MEMBER",
106
+ "type": null,
107
+ "active_lock_reason": null,
108
+ "draft": false,
109
+ "pull_request": {
110
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148561",
111
+ "html_url": "https://github.com/rust-lang/rust/pull/148561",
112
+ "diff_url": "https://github.com/rust-lang/rust/pull/148561.diff",
113
+ "patch_url": "https://github.com/rust-lang/rust/pull/148561.patch",
114
+ "merged_at": null
115
+ },
116
+ "body": "Fixes rust-lang/rust#148488\r\n\r\nThe fix is also a change from rust-lang/rust#148556",
117
+ "closed_by": null,
118
+ "reactions": {
119
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148561/reactions",
120
+ "total_count": 0,
121
+ "+1": 0,
122
+ "-1": 0,
123
+ "laugh": 0,
124
+ "hooray": 0,
125
+ "confused": 0,
126
+ "heart": 0,
127
+ "rocket": 0,
128
+ "eyes": 0
129
+ },
130
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148561/timeline",
131
+ "performed_via_github_app": null,
132
+ "state_reason": null
133
+ },
134
+ {
135
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148560",
136
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
137
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148560/labels{/name}",
138
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148560/comments",
139
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148560/events",
140
+ "html_url": "https://github.com/rust-lang/rust/pull/148560",
141
+ "id": 3593694295,
142
+ "node_id": "PR_kwDOAAsO6M6xyk5N",
143
+ "number": 148560,
144
+ "title": "Rollup of 7 pull requests",
145
+ "user": {
146
+ "login": "Zalathar",
147
+ "id": 20290842,
148
+ "node_id": "MDQ6VXNlcjIwMjkwODQy",
149
+ "avatar_url": "https://avatars.githubusercontent.com/u/20290842?v=4",
150
+ "gravatar_id": "",
151
+ "url": "https://api.github.com/users/Zalathar",
152
+ "html_url": "https://github.com/Zalathar",
153
+ "followers_url": "https://api.github.com/users/Zalathar/followers",
154
+ "following_url": "https://api.github.com/users/Zalathar/following{/other_user}",
155
+ "gists_url": "https://api.github.com/users/Zalathar/gists{/gist_id}",
156
+ "starred_url": "https://api.github.com/users/Zalathar/starred{/owner}{/repo}",
157
+ "subscriptions_url": "https://api.github.com/users/Zalathar/subscriptions",
158
+ "organizations_url": "https://api.github.com/users/Zalathar/orgs",
159
+ "repos_url": "https://api.github.com/users/Zalathar/repos",
160
+ "events_url": "https://api.github.com/users/Zalathar/events{/privacy}",
161
+ "received_events_url": "https://api.github.com/users/Zalathar/received_events",
162
+ "type": "User",
163
+ "user_view_type": "public",
164
+ "site_admin": false
165
+ },
166
+ "labels": [
167
+ {
168
+ "id": 108333,
169
+ "node_id": "MDU6TGFiZWwxMDgzMzM=",
170
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/A-LLVM",
171
+ "name": "A-LLVM",
172
+ "color": "f7e101",
173
+ "default": false,
174
+ "description": "Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues."
175
+ },
176
+ {
177
+ "id": 203738,
178
+ "node_id": "MDU6TGFiZWwyMDM3Mzg=",
179
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-rustdoc",
180
+ "name": "T-rustdoc",
181
+ "color": "bfd4f2",
182
+ "default": false,
183
+ "description": "Relevant to the rustdoc team, which will review and decide on the PR/issue."
184
+ },
185
+ {
186
+ "id": 211668100,
187
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
188
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
189
+ "name": "T-compiler",
190
+ "color": "bfd4f2",
191
+ "default": false,
192
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
193
+ },
194
+ {
195
+ "id": 583437191,
196
+ "node_id": "MDU6TGFiZWw1ODM0MzcxOTE=",
197
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-bors",
198
+ "name": "S-waiting-on-bors",
199
+ "color": "d3dddd",
200
+ "default": false,
201
+ "description": "Status: Waiting on bors to run and complete tests. Bors will change the label on completion."
202
+ },
203
+ {
204
+ "id": 1591757102,
205
+ "node_id": "MDU6TGFiZWwxNTkxNzU3MTAy",
206
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/rollup",
207
+ "name": "rollup",
208
+ "color": "f1ffa5",
209
+ "default": false,
210
+ "description": "A PR which is a rollup"
211
+ },
212
+ {
213
+ "id": 2011781731,
214
+ "node_id": "MDU6TGFiZWwyMDExNzgxNzMx",
215
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-libs",
216
+ "name": "T-libs",
217
+ "color": "bfd4f2",
218
+ "default": false,
219
+ "description": "Relevant to the library team, which will review and decide on the PR/issue."
220
+ },
221
+ {
222
+ "id": 7058675150,
223
+ "node_id": "LA_kwDOAAsO6M8AAAABpLrVzg",
224
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/A-run-make",
225
+ "name": "A-run-make",
226
+ "color": "f7e101",
227
+ "default": false,
228
+ "description": "Area: port run-make Makefiles to rmake.rs"
229
+ }
230
+ ],
231
+ "state": "open",
232
+ "locked": false,
233
+ "assignee": null,
234
+ "assignees": [],
235
+ "milestone": null,
236
+ "comments": 2,
237
+ "created_at": "2025-11-06T03:07:20Z",
238
+ "updated_at": "2025-11-06T03:09:40Z",
239
+ "closed_at": null,
240
+ "author_association": "MEMBER",
241
+ "type": null,
242
+ "active_lock_reason": null,
243
+ "draft": false,
244
+ "pull_request": {
245
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148560",
246
+ "html_url": "https://github.com/rust-lang/rust/pull/148560",
247
+ "diff_url": "https://github.com/rust-lang/rust/pull/148560.diff",
248
+ "patch_url": "https://github.com/rust-lang/rust/pull/148560.patch",
249
+ "merged_at": null
250
+ },
251
+ "body": "Successful merges:\n\n - rust-lang/rust#143037 (Make named asm_labels lint not trigger on hexagon register spans)\n - rust-lang/rust#147043 (Add default sanitizers to TargetOptions)\n - rust-lang/rust#147586 (std-detect: improve detect macro docs)\n - rust-lang/rust#147912 ([rustdoc] Gracefully handle error in case we cannot run the compiler in doctests)\n - rust-lang/rust#148540 (Minor fixes to StdNonZeroNumberProvider for gdb)\n - rust-lang/rust#148541 (Add num_children method to some gdb pretty-printers)\n - rust-lang/rust#148549 (Fix broken qemu-cskyv2 link)\n\nFailed merges:\n\n - rust-lang/rust#147935 (Add LLVM realtime sanitizer)\n\nr? @ghost\n@rustbot modify labels: rollup\n<!-- homu-ignore:start -->\n[Create a similar rollup](https://bors.rust-lang.org/queue/rust?prs=143037,147043,147586,147912,148540,148541,148549)\n<!-- homu-ignore:end -->",
252
+ "closed_by": null,
253
+ "reactions": {
254
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148560/reactions",
255
+ "total_count": 0,
256
+ "+1": 0,
257
+ "-1": 0,
258
+ "laugh": 0,
259
+ "hooray": 0,
260
+ "confused": 0,
261
+ "heart": 0,
262
+ "rocket": 0,
263
+ "eyes": 0
264
+ },
265
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148560/timeline",
266
+ "performed_via_github_app": null,
267
+ "state_reason": null
268
+ },
269
+ {
270
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148559",
271
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
272
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148559/labels{/name}",
273
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148559/comments",
274
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148559/events",
275
+ "html_url": "https://github.com/rust-lang/rust/pull/148559",
276
+ "id": 3593650245,
277
+ "node_id": "PR_kwDOAAsO6M6xybLW",
278
+ "number": 148559,
279
+ "title": "Add typo suggestion for a misspelt Cargo environment variable",
280
+ "user": {
281
+ "login": "chenyukang",
282
+ "id": 230646,
283
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
284
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
285
+ "gravatar_id": "",
286
+ "url": "https://api.github.com/users/chenyukang",
287
+ "html_url": "https://github.com/chenyukang",
288
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
289
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
290
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
291
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
292
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
293
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
294
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
295
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
296
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
297
+ "type": "User",
298
+ "user_view_type": "public",
299
+ "site_admin": false
300
+ },
301
+ "labels": [
302
+ {
303
+ "id": 211668100,
304
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
305
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
306
+ "name": "T-compiler",
307
+ "color": "bfd4f2",
308
+ "default": false,
309
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
310
+ },
311
+ {
312
+ "id": 583426710,
313
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
314
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
315
+ "name": "S-waiting-on-review",
316
+ "color": "d3dddd",
317
+ "default": false,
318
+ "description": "Status: Awaiting review from the assignee but also interested parties."
319
+ }
320
+ ],
321
+ "state": "open",
322
+ "locked": false,
323
+ "assignee": {
324
+ "login": "fee1-dead",
325
+ "id": 43851243,
326
+ "node_id": "MDQ6VXNlcjQzODUxMjQz",
327
+ "avatar_url": "https://avatars.githubusercontent.com/u/43851243?v=4",
328
+ "gravatar_id": "",
329
+ "url": "https://api.github.com/users/fee1-dead",
330
+ "html_url": "https://github.com/fee1-dead",
331
+ "followers_url": "https://api.github.com/users/fee1-dead/followers",
332
+ "following_url": "https://api.github.com/users/fee1-dead/following{/other_user}",
333
+ "gists_url": "https://api.github.com/users/fee1-dead/gists{/gist_id}",
334
+ "starred_url": "https://api.github.com/users/fee1-dead/starred{/owner}{/repo}",
335
+ "subscriptions_url": "https://api.github.com/users/fee1-dead/subscriptions",
336
+ "organizations_url": "https://api.github.com/users/fee1-dead/orgs",
337
+ "repos_url": "https://api.github.com/users/fee1-dead/repos",
338
+ "events_url": "https://api.github.com/users/fee1-dead/events{/privacy}",
339
+ "received_events_url": "https://api.github.com/users/fee1-dead/received_events",
340
+ "type": "User",
341
+ "user_view_type": "public",
342
+ "site_admin": false
343
+ },
344
+ "assignees": [
345
+ {
346
+ "login": "fee1-dead",
347
+ "id": 43851243,
348
+ "node_id": "MDQ6VXNlcjQzODUxMjQz",
349
+ "avatar_url": "https://avatars.githubusercontent.com/u/43851243?v=4",
350
+ "gravatar_id": "",
351
+ "url": "https://api.github.com/users/fee1-dead",
352
+ "html_url": "https://github.com/fee1-dead",
353
+ "followers_url": "https://api.github.com/users/fee1-dead/followers",
354
+ "following_url": "https://api.github.com/users/fee1-dead/following{/other_user}",
355
+ "gists_url": "https://api.github.com/users/fee1-dead/gists{/gist_id}",
356
+ "starred_url": "https://api.github.com/users/fee1-dead/starred{/owner}{/repo}",
357
+ "subscriptions_url": "https://api.github.com/users/fee1-dead/subscriptions",
358
+ "organizations_url": "https://api.github.com/users/fee1-dead/orgs",
359
+ "repos_url": "https://api.github.com/users/fee1-dead/repos",
360
+ "events_url": "https://api.github.com/users/fee1-dead/events{/privacy}",
361
+ "received_events_url": "https://api.github.com/users/fee1-dead/received_events",
362
+ "type": "User",
363
+ "user_view_type": "public",
364
+ "site_admin": false
365
+ }
366
+ ],
367
+ "milestone": null,
368
+ "comments": 2,
369
+ "created_at": "2025-11-06T02:49:47Z",
370
+ "updated_at": "2025-11-06T03:48:03Z",
371
+ "closed_at": null,
372
+ "author_association": "MEMBER",
373
+ "type": null,
374
+ "active_lock_reason": null,
375
+ "draft": false,
376
+ "pull_request": {
377
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148559",
378
+ "html_url": "https://github.com/rust-lang/rust/pull/148559",
379
+ "diff_url": "https://github.com/rust-lang/rust/pull/148559.diff",
380
+ "patch_url": "https://github.com/rust-lang/rust/pull/148559.patch",
381
+ "merged_at": null
382
+ },
383
+ "body": "Fixes rust-lang/rust#148439",
384
+ "closed_by": null,
385
+ "reactions": {
386
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148559/reactions",
387
+ "total_count": 0,
388
+ "+1": 0,
389
+ "-1": 0,
390
+ "laugh": 0,
391
+ "hooray": 0,
392
+ "confused": 0,
393
+ "heart": 0,
394
+ "rocket": 0,
395
+ "eyes": 0
396
+ },
397
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148559/timeline",
398
+ "performed_via_github_app": null,
399
+ "state_reason": null
400
+ },
401
+ {
402
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148558",
403
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
404
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148558/labels{/name}",
405
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148558/comments",
406
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148558/events",
407
+ "html_url": "https://github.com/rust-lang/rust/issues/148558",
408
+ "id": 3593613080,
409
+ "node_id": "I_kwDOAAsO6M7WMi8Y",
410
+ "number": 148558,
411
+ "title": "E0412 and E0425 are redundant",
412
+ "user": {
413
+ "login": "theemathas",
414
+ "id": 6120103,
415
+ "node_id": "MDQ6VXNlcjYxMjAxMDM=",
416
+ "avatar_url": "https://avatars.githubusercontent.com/u/6120103?v=4",
417
+ "gravatar_id": "",
418
+ "url": "https://api.github.com/users/theemathas",
419
+ "html_url": "https://github.com/theemathas",
420
+ "followers_url": "https://api.github.com/users/theemathas/followers",
421
+ "following_url": "https://api.github.com/users/theemathas/following{/other_user}",
422
+ "gists_url": "https://api.github.com/users/theemathas/gists{/gist_id}",
423
+ "starred_url": "https://api.github.com/users/theemathas/starred{/owner}{/repo}",
424
+ "subscriptions_url": "https://api.github.com/users/theemathas/subscriptions",
425
+ "organizations_url": "https://api.github.com/users/theemathas/orgs",
426
+ "repos_url": "https://api.github.com/users/theemathas/repos",
427
+ "events_url": "https://api.github.com/users/theemathas/events{/privacy}",
428
+ "received_events_url": "https://api.github.com/users/theemathas/received_events",
429
+ "type": "User",
430
+ "user_view_type": "public",
431
+ "site_admin": false
432
+ },
433
+ "labels": [
434
+ {
435
+ "id": 36996,
436
+ "node_id": "MDU6TGFiZWwzNjk5Ng==",
437
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/E-easy",
438
+ "name": "E-easy",
439
+ "color": "02e10c",
440
+ "default": false,
441
+ "description": "Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue."
442
+ },
443
+ {
444
+ "id": 37234,
445
+ "node_id": "MDU6TGFiZWwzNzIzNA==",
446
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/C-cleanup",
447
+ "name": "C-cleanup",
448
+ "color": "f5f1fd",
449
+ "default": false,
450
+ "description": "Category: PRs that clean code up or issues documenting cleanup."
451
+ },
452
+ {
453
+ "id": 235791,
454
+ "node_id": "MDU6TGFiZWwyMzU3OTE=",
455
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/A-diagnostics",
456
+ "name": "A-diagnostics",
457
+ "color": "f7e101",
458
+ "default": false,
459
+ "description": "Area: Messages for errors, warnings, and lints"
460
+ },
461
+ {
462
+ "id": 67766349,
463
+ "node_id": "MDU6TGFiZWw2Nzc2NjM0OQ==",
464
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/E-mentor",
465
+ "name": "E-mentor",
466
+ "color": "02E10C",
467
+ "default": false,
468
+ "description": "Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion."
469
+ },
470
+ {
471
+ "id": 211668100,
472
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
473
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
474
+ "name": "T-compiler",
475
+ "color": "bfd4f2",
476
+ "default": false,
477
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
478
+ },
479
+ {
480
+ "id": 650731663,
481
+ "node_id": "MDU6TGFiZWw2NTA3MzE2NjM=",
482
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/C-bug",
483
+ "name": "C-bug",
484
+ "color": "f5f1fd",
485
+ "default": false,
486
+ "description": "Category: This is a bug."
487
+ }
488
+ ],
489
+ "state": "open",
490
+ "locked": false,
491
+ "assignee": null,
492
+ "assignees": [],
493
+ "milestone": null,
494
+ "comments": 0,
495
+ "created_at": "2025-11-06T02:36:29Z",
496
+ "updated_at": "2025-11-06T03:01:38Z",
497
+ "closed_at": null,
498
+ "author_association": "CONTRIBUTOR",
499
+ "type": null,
500
+ "active_lock_reason": null,
501
+ "sub_issues_summary": {
502
+ "total": 0,
503
+ "completed": 0,
504
+ "percent_completed": 0
505
+ },
506
+ "issue_dependencies_summary": {
507
+ "blocked_by": 0,
508
+ "total_blocked_by": 0,
509
+ "blocking": 0,
510
+ "total_blocking": 0
511
+ },
512
+ "body": "The error codes [E0412](https://doc.rust-lang.org/1.90.0/error_codes/E0412.html) and [E0425](https://doc.rust-lang.org/1.90.0/error_codes/E0425.html) are redundant. They basically mean the same thing to users. They should probably be merged into one error code.\n\n### Meta\n\nIssue observed in rust 1.90.0.",
513
+ "closed_by": null,
514
+ "reactions": {
515
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148558/reactions",
516
+ "total_count": 0,
517
+ "+1": 0,
518
+ "-1": 0,
519
+ "laugh": 0,
520
+ "hooray": 0,
521
+ "confused": 0,
522
+ "heart": 0,
523
+ "rocket": 0,
524
+ "eyes": 0
525
+ },
526
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148558/timeline",
527
+ "performed_via_github_app": null,
528
+ "state_reason": null
529
+ },
530
+ {
531
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148557",
532
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
533
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148557/labels{/name}",
534
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148557/comments",
535
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148557/events",
536
+ "html_url": "https://github.com/rust-lang/rust/issues/148557",
537
+ "id": 3593588543,
538
+ "node_id": "I_kwDOAAsO6M7WMc8_",
539
+ "number": 148557,
540
+ "title": "`--open` does not work with error_index_generator",
541
+ "user": {
542
+ "login": "ehuss",
543
+ "id": 43198,
544
+ "node_id": "MDQ6VXNlcjQzMTk4",
545
+ "avatar_url": "https://avatars.githubusercontent.com/u/43198?v=4",
546
+ "gravatar_id": "",
547
+ "url": "https://api.github.com/users/ehuss",
548
+ "html_url": "https://github.com/ehuss",
549
+ "followers_url": "https://api.github.com/users/ehuss/followers",
550
+ "following_url": "https://api.github.com/users/ehuss/following{/other_user}",
551
+ "gists_url": "https://api.github.com/users/ehuss/gists{/gist_id}",
552
+ "starred_url": "https://api.github.com/users/ehuss/starred{/owner}{/repo}",
553
+ "subscriptions_url": "https://api.github.com/users/ehuss/subscriptions",
554
+ "organizations_url": "https://api.github.com/users/ehuss/orgs",
555
+ "repos_url": "https://api.github.com/users/ehuss/repos",
556
+ "events_url": "https://api.github.com/users/ehuss/events{/privacy}",
557
+ "received_events_url": "https://api.github.com/users/ehuss/received_events",
558
+ "type": "User",
559
+ "user_view_type": "public",
560
+ "site_admin": false
561
+ },
562
+ "labels": [
563
+ {
564
+ "id": 325438536,
565
+ "node_id": "MDU6TGFiZWwzMjU0Mzg1MzY=",
566
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-bootstrap",
567
+ "name": "T-bootstrap",
568
+ "color": "bfd4f2",
569
+ "default": false,
570
+ "description": "Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)"
571
+ },
572
+ {
573
+ "id": 650731663,
574
+ "node_id": "MDU6TGFiZWw2NTA3MzE2NjM=",
575
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/C-bug",
576
+ "name": "C-bug",
577
+ "color": "f5f1fd",
578
+ "default": false,
579
+ "description": "Category: This is a bug."
580
+ },
581
+ {
582
+ "id": 5705422536,
583
+ "node_id": "LA_kwDOAAsO6M8AAAABVBHWyA",
584
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/needs-triage",
585
+ "name": "needs-triage",
586
+ "color": "f28907",
587
+ "default": false,
588
+ "description": "This issue may need triage. Remove it if it has been sufficiently triaged."
589
+ }
590
+ ],
591
+ "state": "open",
592
+ "locked": false,
593
+ "assignee": null,
594
+ "assignees": [],
595
+ "milestone": null,
596
+ "comments": 0,
597
+ "created_at": "2025-11-06T02:26:15Z",
598
+ "updated_at": "2025-11-06T02:26:19Z",
599
+ "closed_at": null,
600
+ "author_association": "CONTRIBUTOR",
601
+ "type": null,
602
+ "active_lock_reason": null,
603
+ "sub_issues_summary": {
604
+ "total": 0,
605
+ "completed": 0,
606
+ "percent_completed": 0
607
+ },
608
+ "issue_dependencies_summary": {
609
+ "blocked_by": 0,
610
+ "total_blocked_by": 0,
611
+ "blocking": 0,
612
+ "total_blocking": 0
613
+ },
614
+ "body": "### Summary\n\nThe `--open` flag does nothing in:\n\n```sh\n./x doc src/tools/error_index_generator --open\n```\n\n### Expected behaviour\n\nOpens a web browser.\n\n### Actual behaviour\n\nDoesn't open a web browser.\n\n### Bootstrap configuration (bootstrap.toml)\n\nDefault\n\n### Operating system\n\nAny\n\n### HEAD\n\n401ae55427522984e4a89c37cff6562a4ddcf6b7\n",
615
+ "closed_by": null,
616
+ "reactions": {
617
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148557/reactions",
618
+ "total_count": 0,
619
+ "+1": 0,
620
+ "-1": 0,
621
+ "laugh": 0,
622
+ "hooray": 0,
623
+ "confused": 0,
624
+ "heart": 0,
625
+ "rocket": 0,
626
+ "eyes": 0
627
+ },
628
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148557/timeline",
629
+ "performed_via_github_app": null,
630
+ "state_reason": null
631
+ },
632
+ {
633
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148556",
634
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
635
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148556/labels{/name}",
636
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148556/comments",
637
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148556/events",
638
+ "html_url": "https://github.com/rust-lang/rust/pull/148556",
639
+ "id": 3593561838,
640
+ "node_id": "PR_kwDOAAsO6M6xyH6F",
641
+ "number": 148556,
642
+ "title": "Fix suggestion for returning async closures",
643
+ "user": {
644
+ "login": "chenyukang",
645
+ "id": 230646,
646
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
647
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
648
+ "gravatar_id": "",
649
+ "url": "https://api.github.com/users/chenyukang",
650
+ "html_url": "https://github.com/chenyukang",
651
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
652
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
653
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
654
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
655
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
656
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
657
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
658
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
659
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
660
+ "type": "User",
661
+ "user_view_type": "public",
662
+ "site_admin": false
663
+ },
664
+ "labels": [
665
+ {
666
+ "id": 211668100,
667
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
668
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
669
+ "name": "T-compiler",
670
+ "color": "bfd4f2",
671
+ "default": false,
672
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
673
+ },
674
+ {
675
+ "id": 583426710,
676
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
677
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
678
+ "name": "S-waiting-on-review",
679
+ "color": "d3dddd",
680
+ "default": false,
681
+ "description": "Status: Awaiting review from the assignee but also interested parties."
682
+ }
683
+ ],
684
+ "state": "open",
685
+ "locked": false,
686
+ "assignee": {
687
+ "login": "JonathanBrouwer",
688
+ "id": 7071132,
689
+ "node_id": "MDQ6VXNlcjcwNzExMzI=",
690
+ "avatar_url": "https://avatars.githubusercontent.com/u/7071132?v=4",
691
+ "gravatar_id": "",
692
+ "url": "https://api.github.com/users/JonathanBrouwer",
693
+ "html_url": "https://github.com/JonathanBrouwer",
694
+ "followers_url": "https://api.github.com/users/JonathanBrouwer/followers",
695
+ "following_url": "https://api.github.com/users/JonathanBrouwer/following{/other_user}",
696
+ "gists_url": "https://api.github.com/users/JonathanBrouwer/gists{/gist_id}",
697
+ "starred_url": "https://api.github.com/users/JonathanBrouwer/starred{/owner}{/repo}",
698
+ "subscriptions_url": "https://api.github.com/users/JonathanBrouwer/subscriptions",
699
+ "organizations_url": "https://api.github.com/users/JonathanBrouwer/orgs",
700
+ "repos_url": "https://api.github.com/users/JonathanBrouwer/repos",
701
+ "events_url": "https://api.github.com/users/JonathanBrouwer/events{/privacy}",
702
+ "received_events_url": "https://api.github.com/users/JonathanBrouwer/received_events",
703
+ "type": "User",
704
+ "user_view_type": "public",
705
+ "site_admin": false
706
+ },
707
+ "assignees": [
708
+ {
709
+ "login": "JonathanBrouwer",
710
+ "id": 7071132,
711
+ "node_id": "MDQ6VXNlcjcwNzExMzI=",
712
+ "avatar_url": "https://avatars.githubusercontent.com/u/7071132?v=4",
713
+ "gravatar_id": "",
714
+ "url": "https://api.github.com/users/JonathanBrouwer",
715
+ "html_url": "https://github.com/JonathanBrouwer",
716
+ "followers_url": "https://api.github.com/users/JonathanBrouwer/followers",
717
+ "following_url": "https://api.github.com/users/JonathanBrouwer/following{/other_user}",
718
+ "gists_url": "https://api.github.com/users/JonathanBrouwer/gists{/gist_id}",
719
+ "starred_url": "https://api.github.com/users/JonathanBrouwer/starred{/owner}{/repo}",
720
+ "subscriptions_url": "https://api.github.com/users/JonathanBrouwer/subscriptions",
721
+ "organizations_url": "https://api.github.com/users/JonathanBrouwer/orgs",
722
+ "repos_url": "https://api.github.com/users/JonathanBrouwer/repos",
723
+ "events_url": "https://api.github.com/users/JonathanBrouwer/events{/privacy}",
724
+ "received_events_url": "https://api.github.com/users/JonathanBrouwer/received_events",
725
+ "type": "User",
726
+ "user_view_type": "public",
727
+ "site_admin": false
728
+ }
729
+ ],
730
+ "milestone": null,
731
+ "comments": 1,
732
+ "created_at": "2025-11-06T02:15:10Z",
733
+ "updated_at": "2025-11-06T02:15:15Z",
734
+ "closed_at": null,
735
+ "author_association": "MEMBER",
736
+ "type": null,
737
+ "active_lock_reason": null,
738
+ "draft": false,
739
+ "pull_request": {
740
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148556",
741
+ "html_url": "https://github.com/rust-lang/rust/pull/148556",
742
+ "diff_url": "https://github.com/rust-lang/rust/pull/148556.diff",
743
+ "patch_url": "https://github.com/rust-lang/rust/pull/148556.patch",
744
+ "merged_at": null
745
+ },
746
+ "body": "Fixes rust-lang/rust#148493\r\n",
747
+ "closed_by": null,
748
+ "reactions": {
749
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148556/reactions",
750
+ "total_count": 0,
751
+ "+1": 0,
752
+ "-1": 0,
753
+ "laugh": 0,
754
+ "hooray": 0,
755
+ "confused": 0,
756
+ "heart": 0,
757
+ "rocket": 0,
758
+ "eyes": 0
759
+ },
760
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148556/timeline",
761
+ "performed_via_github_app": null,
762
+ "state_reason": null
763
+ },
764
+ {
765
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148555",
766
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
767
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148555/labels{/name}",
768
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148555/comments",
769
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148555/events",
770
+ "html_url": "https://github.com/rust-lang/rust/pull/148555",
771
+ "id": 3593554084,
772
+ "node_id": "PR_kwDOAAsO6M6xyGMv",
773
+ "number": 148555,
774
+ "title": "Fix rust-by-example spanish translation",
775
+ "user": {
776
+ "login": "ehuss",
777
+ "id": 43198,
778
+ "node_id": "MDQ6VXNlcjQzMTk4",
779
+ "avatar_url": "https://avatars.githubusercontent.com/u/43198?v=4",
780
+ "gravatar_id": "",
781
+ "url": "https://api.github.com/users/ehuss",
782
+ "html_url": "https://github.com/ehuss",
783
+ "followers_url": "https://api.github.com/users/ehuss/followers",
784
+ "following_url": "https://api.github.com/users/ehuss/following{/other_user}",
785
+ "gists_url": "https://api.github.com/users/ehuss/gists{/gist_id}",
786
+ "starred_url": "https://api.github.com/users/ehuss/starred{/owner}{/repo}",
787
+ "subscriptions_url": "https://api.github.com/users/ehuss/subscriptions",
788
+ "organizations_url": "https://api.github.com/users/ehuss/orgs",
789
+ "repos_url": "https://api.github.com/users/ehuss/repos",
790
+ "events_url": "https://api.github.com/users/ehuss/events{/privacy}",
791
+ "received_events_url": "https://api.github.com/users/ehuss/received_events",
792
+ "type": "User",
793
+ "user_view_type": "public",
794
+ "site_admin": false
795
+ },
796
+ "labels": [
797
+ {
798
+ "id": 325438536,
799
+ "node_id": "MDU6TGFiZWwzMjU0Mzg1MzY=",
800
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-bootstrap",
801
+ "name": "T-bootstrap",
802
+ "color": "bfd4f2",
803
+ "default": false,
804
+ "description": "Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)"
805
+ },
806
+ {
807
+ "id": 583426710,
808
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
809
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
810
+ "name": "S-waiting-on-review",
811
+ "color": "d3dddd",
812
+ "default": false,
813
+ "description": "Status: Awaiting review from the assignee but also interested parties."
814
+ }
815
+ ],
816
+ "state": "open",
817
+ "locked": false,
818
+ "assignee": {
819
+ "login": "Kobzol",
820
+ "id": 4539057,
821
+ "node_id": "MDQ6VXNlcjQ1MzkwNTc=",
822
+ "avatar_url": "https://avatars.githubusercontent.com/u/4539057?v=4",
823
+ "gravatar_id": "",
824
+ "url": "https://api.github.com/users/Kobzol",
825
+ "html_url": "https://github.com/Kobzol",
826
+ "followers_url": "https://api.github.com/users/Kobzol/followers",
827
+ "following_url": "https://api.github.com/users/Kobzol/following{/other_user}",
828
+ "gists_url": "https://api.github.com/users/Kobzol/gists{/gist_id}",
829
+ "starred_url": "https://api.github.com/users/Kobzol/starred{/owner}{/repo}",
830
+ "subscriptions_url": "https://api.github.com/users/Kobzol/subscriptions",
831
+ "organizations_url": "https://api.github.com/users/Kobzol/orgs",
832
+ "repos_url": "https://api.github.com/users/Kobzol/repos",
833
+ "events_url": "https://api.github.com/users/Kobzol/events{/privacy}",
834
+ "received_events_url": "https://api.github.com/users/Kobzol/received_events",
835
+ "type": "User",
836
+ "user_view_type": "public",
837
+ "site_admin": false
838
+ },
839
+ "assignees": [
840
+ {
841
+ "login": "Kobzol",
842
+ "id": 4539057,
843
+ "node_id": "MDQ6VXNlcjQ1MzkwNTc=",
844
+ "avatar_url": "https://avatars.githubusercontent.com/u/4539057?v=4",
845
+ "gravatar_id": "",
846
+ "url": "https://api.github.com/users/Kobzol",
847
+ "html_url": "https://github.com/Kobzol",
848
+ "followers_url": "https://api.github.com/users/Kobzol/followers",
849
+ "following_url": "https://api.github.com/users/Kobzol/following{/other_user}",
850
+ "gists_url": "https://api.github.com/users/Kobzol/gists{/gist_id}",
851
+ "starred_url": "https://api.github.com/users/Kobzol/starred{/owner}{/repo}",
852
+ "subscriptions_url": "https://api.github.com/users/Kobzol/subscriptions",
853
+ "organizations_url": "https://api.github.com/users/Kobzol/orgs",
854
+ "repos_url": "https://api.github.com/users/Kobzol/repos",
855
+ "events_url": "https://api.github.com/users/Kobzol/events{/privacy}",
856
+ "received_events_url": "https://api.github.com/users/Kobzol/received_events",
857
+ "type": "User",
858
+ "user_view_type": "public",
859
+ "site_admin": false
860
+ }
861
+ ],
862
+ "milestone": null,
863
+ "comments": 1,
864
+ "created_at": "2025-11-06T02:12:05Z",
865
+ "updated_at": "2025-11-06T02:12:09Z",
866
+ "closed_at": null,
867
+ "author_association": "CONTRIBUTOR",
868
+ "type": null,
869
+ "active_lock_reason": null,
870
+ "draft": false,
871
+ "pull_request": {
872
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148555",
873
+ "html_url": "https://github.com/rust-lang/rust/pull/148555",
874
+ "diff_url": "https://github.com/rust-lang/rust/pull/148555.diff",
875
+ "patch_url": "https://github.com/rust-lang/rust/pull/148555.patch",
876
+ "merged_at": null
877
+ },
878
+ "body": "A spanish translation was added in https://github.com/rust-lang/rust-by-example/pull/1910, but the upstream integration was never added.\r\n\r\n@marioidival, I assume you intended for this to go live?\r\n",
879
+ "closed_by": null,
880
+ "reactions": {
881
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148555/reactions",
882
+ "total_count": 0,
883
+ "+1": 0,
884
+ "-1": 0,
885
+ "laugh": 0,
886
+ "hooray": 0,
887
+ "confused": 0,
888
+ "heart": 0,
889
+ "rocket": 0,
890
+ "eyes": 0
891
+ },
892
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148555/timeline",
893
+ "performed_via_github_app": null,
894
+ "state_reason": null
895
+ },
896
+ {
897
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148554",
898
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
899
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148554/labels{/name}",
900
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148554/comments",
901
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148554/events",
902
+ "html_url": "https://github.com/rust-lang/rust/pull/148554",
903
+ "id": 3593480465,
904
+ "node_id": "PR_kwDOAAsO6M6xx2YL",
905
+ "number": 148554,
906
+ "title": "Add regression test for issue 148542",
907
+ "user": {
908
+ "login": "chenyukang",
909
+ "id": 230646,
910
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
911
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
912
+ "gravatar_id": "",
913
+ "url": "https://api.github.com/users/chenyukang",
914
+ "html_url": "https://github.com/chenyukang",
915
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
916
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
917
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
918
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
919
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
920
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
921
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
922
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
923
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
924
+ "type": "User",
925
+ "user_view_type": "public",
926
+ "site_admin": false
927
+ },
928
+ "labels": [
929
+ {
930
+ "id": 211668100,
931
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
932
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
933
+ "name": "T-compiler",
934
+ "color": "bfd4f2",
935
+ "default": false,
936
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
937
+ },
938
+ {
939
+ "id": 583426710,
940
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
941
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
942
+ "name": "S-waiting-on-review",
943
+ "color": "d3dddd",
944
+ "default": false,
945
+ "description": "Status: Awaiting review from the assignee but also interested parties."
946
+ }
947
+ ],
948
+ "state": "open",
949
+ "locked": false,
950
+ "assignee": {
951
+ "login": "madsmtm",
952
+ "id": 10577181,
953
+ "node_id": "MDQ6VXNlcjEwNTc3MTgx",
954
+ "avatar_url": "https://avatars.githubusercontent.com/u/10577181?v=4",
955
+ "gravatar_id": "",
956
+ "url": "https://api.github.com/users/madsmtm",
957
+ "html_url": "https://github.com/madsmtm",
958
+ "followers_url": "https://api.github.com/users/madsmtm/followers",
959
+ "following_url": "https://api.github.com/users/madsmtm/following{/other_user}",
960
+ "gists_url": "https://api.github.com/users/madsmtm/gists{/gist_id}",
961
+ "starred_url": "https://api.github.com/users/madsmtm/starred{/owner}{/repo}",
962
+ "subscriptions_url": "https://api.github.com/users/madsmtm/subscriptions",
963
+ "organizations_url": "https://api.github.com/users/madsmtm/orgs",
964
+ "repos_url": "https://api.github.com/users/madsmtm/repos",
965
+ "events_url": "https://api.github.com/users/madsmtm/events{/privacy}",
966
+ "received_events_url": "https://api.github.com/users/madsmtm/received_events",
967
+ "type": "User",
968
+ "user_view_type": "public",
969
+ "site_admin": false
970
+ },
971
+ "assignees": [
972
+ {
973
+ "login": "madsmtm",
974
+ "id": 10577181,
975
+ "node_id": "MDQ6VXNlcjEwNTc3MTgx",
976
+ "avatar_url": "https://avatars.githubusercontent.com/u/10577181?v=4",
977
+ "gravatar_id": "",
978
+ "url": "https://api.github.com/users/madsmtm",
979
+ "html_url": "https://github.com/madsmtm",
980
+ "followers_url": "https://api.github.com/users/madsmtm/followers",
981
+ "following_url": "https://api.github.com/users/madsmtm/following{/other_user}",
982
+ "gists_url": "https://api.github.com/users/madsmtm/gists{/gist_id}",
983
+ "starred_url": "https://api.github.com/users/madsmtm/starred{/owner}{/repo}",
984
+ "subscriptions_url": "https://api.github.com/users/madsmtm/subscriptions",
985
+ "organizations_url": "https://api.github.com/users/madsmtm/orgs",
986
+ "repos_url": "https://api.github.com/users/madsmtm/repos",
987
+ "events_url": "https://api.github.com/users/madsmtm/events{/privacy}",
988
+ "received_events_url": "https://api.github.com/users/madsmtm/received_events",
989
+ "type": "User",
990
+ "user_view_type": "public",
991
+ "site_admin": false
992
+ }
993
+ ],
994
+ "milestone": null,
995
+ "comments": 2,
996
+ "created_at": "2025-11-06T01:40:12Z",
997
+ "updated_at": "2025-11-06T01:41:47Z",
998
+ "closed_at": null,
999
+ "author_association": "MEMBER",
1000
+ "type": null,
1001
+ "active_lock_reason": null,
1002
+ "draft": false,
1003
+ "pull_request": {
1004
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148554",
1005
+ "html_url": "https://github.com/rust-lang/rust/pull/148554",
1006
+ "diff_url": "https://github.com/rust-lang/rust/pull/148554.diff",
1007
+ "patch_url": "https://github.com/rust-lang/rust/pull/148554.patch",
1008
+ "merged_at": null
1009
+ },
1010
+ "body": "Closes rust-lang/rust#148542",
1011
+ "closed_by": null,
1012
+ "reactions": {
1013
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148554/reactions",
1014
+ "total_count": 0,
1015
+ "+1": 0,
1016
+ "-1": 0,
1017
+ "laugh": 0,
1018
+ "hooray": 0,
1019
+ "confused": 0,
1020
+ "heart": 0,
1021
+ "rocket": 0,
1022
+ "eyes": 0
1023
+ },
1024
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148554/timeline",
1025
+ "performed_via_github_app": null,
1026
+ "state_reason": null
1027
+ },
1028
+ {
1029
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148552",
1030
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
1031
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148552/labels{/name}",
1032
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148552/comments",
1033
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148552/events",
1034
+ "html_url": "https://github.com/rust-lang/rust/pull/148552",
1035
+ "id": 3593404060,
1036
+ "node_id": "PR_kwDOAAsO6M6xxoBv",
1037
+ "number": 148552,
1038
+ "title": "Provide more general note for borrowing outside of closure",
1039
+ "user": {
1040
+ "login": "chenyukang",
1041
+ "id": 230646,
1042
+ "node_id": "MDQ6VXNlcjIzMDY0Ng==",
1043
+ "avatar_url": "https://avatars.githubusercontent.com/u/230646?v=4",
1044
+ "gravatar_id": "",
1045
+ "url": "https://api.github.com/users/chenyukang",
1046
+ "html_url": "https://github.com/chenyukang",
1047
+ "followers_url": "https://api.github.com/users/chenyukang/followers",
1048
+ "following_url": "https://api.github.com/users/chenyukang/following{/other_user}",
1049
+ "gists_url": "https://api.github.com/users/chenyukang/gists{/gist_id}",
1050
+ "starred_url": "https://api.github.com/users/chenyukang/starred{/owner}{/repo}",
1051
+ "subscriptions_url": "https://api.github.com/users/chenyukang/subscriptions",
1052
+ "organizations_url": "https://api.github.com/users/chenyukang/orgs",
1053
+ "repos_url": "https://api.github.com/users/chenyukang/repos",
1054
+ "events_url": "https://api.github.com/users/chenyukang/events{/privacy}",
1055
+ "received_events_url": "https://api.github.com/users/chenyukang/received_events",
1056
+ "type": "User",
1057
+ "user_view_type": "public",
1058
+ "site_admin": false
1059
+ },
1060
+ "labels": [
1061
+ {
1062
+ "id": 211668100,
1063
+ "node_id": "MDU6TGFiZWwyMTE2NjgxMDA=",
1064
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-compiler",
1065
+ "name": "T-compiler",
1066
+ "color": "bfd4f2",
1067
+ "default": false,
1068
+ "description": "Relevant to the compiler team, which will review and decide on the PR/issue."
1069
+ },
1070
+ {
1071
+ "id": 583426710,
1072
+ "node_id": "MDU6TGFiZWw1ODM0MjY3MTA=",
1073
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/S-waiting-on-review",
1074
+ "name": "S-waiting-on-review",
1075
+ "color": "d3dddd",
1076
+ "default": false,
1077
+ "description": "Status: Awaiting review from the assignee but also interested parties."
1078
+ }
1079
+ ],
1080
+ "state": "open",
1081
+ "locked": false,
1082
+ "assignee": {
1083
+ "login": "petrochenkov",
1084
+ "id": 5751617,
1085
+ "node_id": "MDQ6VXNlcjU3NTE2MTc=",
1086
+ "avatar_url": "https://avatars.githubusercontent.com/u/5751617?v=4",
1087
+ "gravatar_id": "",
1088
+ "url": "https://api.github.com/users/petrochenkov",
1089
+ "html_url": "https://github.com/petrochenkov",
1090
+ "followers_url": "https://api.github.com/users/petrochenkov/followers",
1091
+ "following_url": "https://api.github.com/users/petrochenkov/following{/other_user}",
1092
+ "gists_url": "https://api.github.com/users/petrochenkov/gists{/gist_id}",
1093
+ "starred_url": "https://api.github.com/users/petrochenkov/starred{/owner}{/repo}",
1094
+ "subscriptions_url": "https://api.github.com/users/petrochenkov/subscriptions",
1095
+ "organizations_url": "https://api.github.com/users/petrochenkov/orgs",
1096
+ "repos_url": "https://api.github.com/users/petrochenkov/repos",
1097
+ "events_url": "https://api.github.com/users/petrochenkov/events{/privacy}",
1098
+ "received_events_url": "https://api.github.com/users/petrochenkov/received_events",
1099
+ "type": "User",
1100
+ "user_view_type": "public",
1101
+ "site_admin": false
1102
+ },
1103
+ "assignees": [
1104
+ {
1105
+ "login": "petrochenkov",
1106
+ "id": 5751617,
1107
+ "node_id": "MDQ6VXNlcjU3NTE2MTc=",
1108
+ "avatar_url": "https://avatars.githubusercontent.com/u/5751617?v=4",
1109
+ "gravatar_id": "",
1110
+ "url": "https://api.github.com/users/petrochenkov",
1111
+ "html_url": "https://github.com/petrochenkov",
1112
+ "followers_url": "https://api.github.com/users/petrochenkov/followers",
1113
+ "following_url": "https://api.github.com/users/petrochenkov/following{/other_user}",
1114
+ "gists_url": "https://api.github.com/users/petrochenkov/gists{/gist_id}",
1115
+ "starred_url": "https://api.github.com/users/petrochenkov/starred{/owner}{/repo}",
1116
+ "subscriptions_url": "https://api.github.com/users/petrochenkov/subscriptions",
1117
+ "organizations_url": "https://api.github.com/users/petrochenkov/orgs",
1118
+ "repos_url": "https://api.github.com/users/petrochenkov/repos",
1119
+ "events_url": "https://api.github.com/users/petrochenkov/events{/privacy}",
1120
+ "received_events_url": "https://api.github.com/users/petrochenkov/received_events",
1121
+ "type": "User",
1122
+ "user_view_type": "public",
1123
+ "site_admin": false
1124
+ }
1125
+ ],
1126
+ "milestone": null,
1127
+ "comments": 1,
1128
+ "created_at": "2025-11-06T00:59:49Z",
1129
+ "updated_at": "2025-11-06T00:59:54Z",
1130
+ "closed_at": null,
1131
+ "author_association": "MEMBER",
1132
+ "type": null,
1133
+ "active_lock_reason": null,
1134
+ "draft": false,
1135
+ "pull_request": {
1136
+ "url": "https://api.github.com/repos/rust-lang/rust/pulls/148552",
1137
+ "html_url": "https://github.com/rust-lang/rust/pull/148552",
1138
+ "diff_url": "https://github.com/rust-lang/rust/pull/148552.diff",
1139
+ "patch_url": "https://github.com/rust-lang/rust/pull/148552.patch",
1140
+ "merged_at": null
1141
+ },
1142
+ "body": "Fixes rust-lang/rust#148392\r\n",
1143
+ "closed_by": null,
1144
+ "reactions": {
1145
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148552/reactions",
1146
+ "total_count": 0,
1147
+ "+1": 0,
1148
+ "-1": 0,
1149
+ "laugh": 0,
1150
+ "hooray": 0,
1151
+ "confused": 0,
1152
+ "heart": 0,
1153
+ "rocket": 0,
1154
+ "eyes": 0
1155
+ },
1156
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148552/timeline",
1157
+ "performed_via_github_app": null,
1158
+ "state_reason": null
1159
+ },
1160
+ {
1161
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148551",
1162
+ "repository_url": "https://api.github.com/repos/rust-lang/rust",
1163
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/issues/148551/labels{/name}",
1164
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/issues/148551/comments",
1165
+ "events_url": "https://api.github.com/repos/rust-lang/rust/issues/148551/events",
1166
+ "html_url": "https://github.com/rust-lang/rust/issues/148551",
1167
+ "id": 3593123723,
1168
+ "node_id": "I_kwDOAAsO6M7WKreL",
1169
+ "number": 148551,
1170
+ "title": "Consider treating `docsrs` doc cfg as hidden by default",
1171
+ "user": {
1172
+ "login": "dtolnay",
1173
+ "id": 1940490,
1174
+ "node_id": "MDQ6VXNlcjE5NDA0OTA=",
1175
+ "avatar_url": "https://avatars.githubusercontent.com/u/1940490?v=4",
1176
+ "gravatar_id": "",
1177
+ "url": "https://api.github.com/users/dtolnay",
1178
+ "html_url": "https://github.com/dtolnay",
1179
+ "followers_url": "https://api.github.com/users/dtolnay/followers",
1180
+ "following_url": "https://api.github.com/users/dtolnay/following{/other_user}",
1181
+ "gists_url": "https://api.github.com/users/dtolnay/gists{/gist_id}",
1182
+ "starred_url": "https://api.github.com/users/dtolnay/starred{/owner}{/repo}",
1183
+ "subscriptions_url": "https://api.github.com/users/dtolnay/subscriptions",
1184
+ "organizations_url": "https://api.github.com/users/dtolnay/orgs",
1185
+ "repos_url": "https://api.github.com/users/dtolnay/repos",
1186
+ "events_url": "https://api.github.com/users/dtolnay/events{/privacy}",
1187
+ "received_events_url": "https://api.github.com/users/dtolnay/received_events",
1188
+ "type": "User",
1189
+ "user_view_type": "public",
1190
+ "site_admin": false
1191
+ },
1192
+ "labels": [
1193
+ {
1194
+ "id": 203738,
1195
+ "node_id": "MDU6TGFiZWwyMDM3Mzg=",
1196
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/T-rustdoc",
1197
+ "name": "T-rustdoc",
1198
+ "color": "bfd4f2",
1199
+ "default": false,
1200
+ "description": "Relevant to the rustdoc team, which will review and decide on the PR/issue."
1201
+ },
1202
+ {
1203
+ "id": 630652267,
1204
+ "node_id": "MDU6TGFiZWw2MzA2NTIyNjc=",
1205
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/C-feature-request",
1206
+ "name": "C-feature-request",
1207
+ "color": "f5f1fd",
1208
+ "default": false,
1209
+ "description": "Category: A feature request, i.e: not implemented / a PR."
1210
+ },
1211
+ {
1212
+ "id": 2524183809,
1213
+ "node_id": "MDU6TGFiZWwyNTI0MTgzODA5",
1214
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/F-doc_cfg",
1215
+ "name": "F-doc_cfg",
1216
+ "color": "f9c0cc",
1217
+ "default": false,
1218
+ "description": "`#![feature(doc_cfg)]`"
1219
+ },
1220
+ {
1221
+ "id": 3609405544,
1222
+ "node_id": "LA_kwDOAAsO6M7XIyho",
1223
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/F-doc_auto_cfg",
1224
+ "name": "F-doc_auto_cfg",
1225
+ "color": "f9c0cc",
1226
+ "default": false,
1227
+ "description": "`#![feature(doc_auto_cfg)]`"
1228
+ },
1229
+ {
1230
+ "id": 7583700160,
1231
+ "node_id": "LA_kwDOAAsO6M8AAAABxAYUwA",
1232
+ "url": "https://api.github.com/repos/rust-lang/rust/labels/A-cfg",
1233
+ "name": "A-cfg",
1234
+ "color": "f7e101",
1235
+ "default": false,
1236
+ "description": "Area: `cfg` conditional compilation"
1237
+ }
1238
+ ],
1239
+ "state": "open",
1240
+ "locked": false,
1241
+ "assignee": null,
1242
+ "assignees": [],
1243
+ "milestone": null,
1244
+ "comments": 0,
1245
+ "created_at": "2025-11-05T22:53:45Z",
1246
+ "updated_at": "2025-11-05T23:09:11Z",
1247
+ "closed_at": null,
1248
+ "author_association": "MEMBER",
1249
+ "type": null,
1250
+ "active_lock_reason": null,
1251
+ "sub_issues_summary": {
1252
+ "total": 0,
1253
+ "completed": 0,
1254
+ "percent_completed": 0
1255
+ },
1256
+ "issue_dependencies_summary": {
1257
+ "blocked_by": 0,
1258
+ "total_blocked_by": 0,
1259
+ "blocking": 0,
1260
+ "total_blocking": 0
1261
+ },
1262
+ "body": "As a followup to #138907, consider making a special case for `cfg(docsrs)` as if every crate were written with `#![doc(auto_cfg(hide(docsrs)))]` at the crate root. It pretty much never makes sense for rustdoc to render _\"Available on **docsrs** only\"_.\n\nAn example usage of `cfg(docsrs)` is in the following idiom that works around `impl Trait<'a>` not having a syntax to express that the opaque type either has no Drop or allows the lifetime to dangle during drop (`unsafe impl<#[may_dangle] 'a> Drop for ConcreteType<'a>`).\n\n```rust\n#![cfg_attr(docsrs, feature(doc_cfg))]\n#![allow(mismatched_lifetime_syntaxes)]\n\nmacro_rules! return_impl_trait {\n (\n $(#[$attr:meta])*\n $vis:vis fn $name:ident $args:tt -> $impl_trait:ty [$concrete:ty] $body:block\n ) => {\n #[cfg(not(docsrs))]\n $(#[$attr])*\n $vis fn $name $args -> $concrete $body\n\n #[cfg(docsrs)]\n $(#[$attr])*\n $vis fn $name $args -> $impl_trait $body\n };\n}\n\npub struct Generics;\npub struct LifetimeParam;\n\nimpl Generics {\n return_impl_trait! {\n pub fn lifetimes(&self) -> impl Iterator<Item = &LifetimeParam> [iter::Lifetimes] {\n iter::Lifetimes(&[/*...*/])\n }\n }\n}\n\nmod iter {\n use crate::LifetimeParam;\n\n pub struct Lifetimes<'a>(pub(crate) &'a [LifetimeParam]);\n\n impl<'a> Iterator for Lifetimes<'a> {\n type Item = &'a LifetimeParam;\n fn next(&mut self) -> Option<Self::Item> {\n let (first, rest) = self.0.split_first()?;\n self.0 = rest;\n Some(first)\n }\n }\n}\n```\n\n<img width=\"1253\" height=\"360\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/900dc4e4-add9-4b3e-944e-b0dd6fd1a39d\" />",
1263
+ "closed_by": null,
1264
+ "reactions": {
1265
+ "url": "https://api.github.com/repos/rust-lang/rust/issues/148551/reactions",
1266
+ "total_count": 0,
1267
+ "+1": 0,
1268
+ "-1": 0,
1269
+ "laugh": 0,
1270
+ "hooray": 0,
1271
+ "confused": 0,
1272
+ "heart": 0,
1273
+ "rocket": 0,
1274
+ "eyes": 0
1275
+ },
1276
+ "timeline_url": "https://api.github.com/repos/rust-lang/rust/issues/148551/timeline",
1277
+ "performed_via_github_app": null,
1278
+ "state_reason": null
1279
+ }
1280
+ ]
github/issues_rust.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_issues_rust",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:39.764389",
5
+ "size_bytes": 57355,
6
+ "description": "Rust open issues",
7
+ "url": "https://api.github.com/repos/rust-lang/rust/issues?per_page=10&state=open"
8
+ }
github/issues_vscode.json ADDED
@@ -0,0 +1,1169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275735",
4
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
5
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275735/labels{/name}",
6
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275735/comments",
7
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275735/events",
8
+ "html_url": "https://github.com/microsoft/vscode/issues/275735",
9
+ "id": 3593694244,
10
+ "node_id": "I_kwDOAn8RLM7WM2wk",
11
+ "number": 275735,
12
+ "title": "No lowest priority node found (path: zye) (at tsx element Dg)",
13
+ "user": {
14
+ "login": "songyang-dev",
15
+ "id": 10444460,
16
+ "node_id": "MDQ6VXNlcjEwNDQ0NDYw",
17
+ "avatar_url": "https://avatars.githubusercontent.com/u/10444460?v=4",
18
+ "gravatar_id": "",
19
+ "url": "https://api.github.com/users/songyang-dev",
20
+ "html_url": "https://github.com/songyang-dev",
21
+ "followers_url": "https://api.github.com/users/songyang-dev/followers",
22
+ "following_url": "https://api.github.com/users/songyang-dev/following{/other_user}",
23
+ "gists_url": "https://api.github.com/users/songyang-dev/gists{/gist_id}",
24
+ "starred_url": "https://api.github.com/users/songyang-dev/starred{/owner}{/repo}",
25
+ "subscriptions_url": "https://api.github.com/users/songyang-dev/subscriptions",
26
+ "organizations_url": "https://api.github.com/users/songyang-dev/orgs",
27
+ "repos_url": "https://api.github.com/users/songyang-dev/repos",
28
+ "events_url": "https://api.github.com/users/songyang-dev/events{/privacy}",
29
+ "received_events_url": "https://api.github.com/users/songyang-dev/received_events",
30
+ "type": "User",
31
+ "user_view_type": "public",
32
+ "site_admin": false
33
+ },
34
+ "labels": [],
35
+ "state": "open",
36
+ "locked": false,
37
+ "assignee": {
38
+ "login": "roblourens",
39
+ "id": 323878,
40
+ "node_id": "MDQ6VXNlcjMyMzg3OA==",
41
+ "avatar_url": "https://avatars.githubusercontent.com/u/323878?v=4",
42
+ "gravatar_id": "",
43
+ "url": "https://api.github.com/users/roblourens",
44
+ "html_url": "https://github.com/roblourens",
45
+ "followers_url": "https://api.github.com/users/roblourens/followers",
46
+ "following_url": "https://api.github.com/users/roblourens/following{/other_user}",
47
+ "gists_url": "https://api.github.com/users/roblourens/gists{/gist_id}",
48
+ "starred_url": "https://api.github.com/users/roblourens/starred{/owner}{/repo}",
49
+ "subscriptions_url": "https://api.github.com/users/roblourens/subscriptions",
50
+ "organizations_url": "https://api.github.com/users/roblourens/orgs",
51
+ "repos_url": "https://api.github.com/users/roblourens/repos",
52
+ "events_url": "https://api.github.com/users/roblourens/events{/privacy}",
53
+ "received_events_url": "https://api.github.com/users/roblourens/received_events",
54
+ "type": "User",
55
+ "user_view_type": "public",
56
+ "site_admin": true
57
+ },
58
+ "assignees": [
59
+ {
60
+ "login": "roblourens",
61
+ "id": 323878,
62
+ "node_id": "MDQ6VXNlcjMyMzg3OA==",
63
+ "avatar_url": "https://avatars.githubusercontent.com/u/323878?v=4",
64
+ "gravatar_id": "",
65
+ "url": "https://api.github.com/users/roblourens",
66
+ "html_url": "https://github.com/roblourens",
67
+ "followers_url": "https://api.github.com/users/roblourens/followers",
68
+ "following_url": "https://api.github.com/users/roblourens/following{/other_user}",
69
+ "gists_url": "https://api.github.com/users/roblourens/gists{/gist_id}",
70
+ "starred_url": "https://api.github.com/users/roblourens/starred{/owner}{/repo}",
71
+ "subscriptions_url": "https://api.github.com/users/roblourens/subscriptions",
72
+ "organizations_url": "https://api.github.com/users/roblourens/orgs",
73
+ "repos_url": "https://api.github.com/users/roblourens/repos",
74
+ "events_url": "https://api.github.com/users/roblourens/events{/privacy}",
75
+ "received_events_url": "https://api.github.com/users/roblourens/received_events",
76
+ "type": "User",
77
+ "user_view_type": "public",
78
+ "site_admin": true
79
+ }
80
+ ],
81
+ "milestone": null,
82
+ "comments": 0,
83
+ "created_at": "2025-11-06T03:07:18Z",
84
+ "updated_at": "2025-11-06T03:08:09Z",
85
+ "closed_at": null,
86
+ "author_association": "NONE",
87
+ "type": null,
88
+ "active_lock_reason": null,
89
+ "sub_issues_summary": {
90
+ "total": 0,
91
+ "completed": 0,
92
+ "percent_completed": 0
93
+ },
94
+ "issue_dependencies_summary": {
95
+ "blocked_by": 0,
96
+ "total_blocked_by": 0,
97
+ "blocking": 0,
98
+ "total_blocking": 0
99
+ },
100
+ "body": "(The author of #272381 closed the issue but I'm still experiencing it.)\n\nI am using my own local Ollama models in Agent mode. This issue does not happen in Edit and Ask modes. What does this error message mean? I think a clearer message would be helpful.\n\n<img width=\"369\" height=\"300\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b80f980f-712c-4982-9d6d-bb91426fc801\" />\n\nMy system:\n\nVersion: 1.105.1 (Universal)\nCommit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084\nDate: 2025-10-14T22:33:36.618Z\nElectron: 37.6.0\nElectronBuildId: 12502201\nChromium: 138.0.7204.251\nNode.js: 22.19.0\nV8: 13.8.258.32-electron.0\nOS: Darwin arm64 24.6.0",
101
+ "closed_by": null,
102
+ "reactions": {
103
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275735/reactions",
104
+ "total_count": 0,
105
+ "+1": 0,
106
+ "-1": 0,
107
+ "laugh": 0,
108
+ "hooray": 0,
109
+ "confused": 0,
110
+ "heart": 0,
111
+ "rocket": 0,
112
+ "eyes": 0
113
+ },
114
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275735/timeline",
115
+ "performed_via_github_app": null,
116
+ "state_reason": null
117
+ },
118
+ {
119
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275734",
120
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
121
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275734/labels{/name}",
122
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275734/comments",
123
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275734/events",
124
+ "html_url": "https://github.com/microsoft/vscode/pull/275734",
125
+ "id": 3593678860,
126
+ "node_id": "PR_kwDOAn8RLM6xyheK",
127
+ "number": 275734,
128
+ "title": "runSubagent2 -> runSubagent",
129
+ "user": {
130
+ "login": "roblourens",
131
+ "id": 323878,
132
+ "node_id": "MDQ6VXNlcjMyMzg3OA==",
133
+ "avatar_url": "https://avatars.githubusercontent.com/u/323878?v=4",
134
+ "gravatar_id": "",
135
+ "url": "https://api.github.com/users/roblourens",
136
+ "html_url": "https://github.com/roblourens",
137
+ "followers_url": "https://api.github.com/users/roblourens/followers",
138
+ "following_url": "https://api.github.com/users/roblourens/following{/other_user}",
139
+ "gists_url": "https://api.github.com/users/roblourens/gists{/gist_id}",
140
+ "starred_url": "https://api.github.com/users/roblourens/starred{/owner}{/repo}",
141
+ "subscriptions_url": "https://api.github.com/users/roblourens/subscriptions",
142
+ "organizations_url": "https://api.github.com/users/roblourens/orgs",
143
+ "repos_url": "https://api.github.com/users/roblourens/repos",
144
+ "events_url": "https://api.github.com/users/roblourens/events{/privacy}",
145
+ "received_events_url": "https://api.github.com/users/roblourens/received_events",
146
+ "type": "User",
147
+ "user_view_type": "public",
148
+ "site_admin": true
149
+ },
150
+ "labels": [],
151
+ "state": "open",
152
+ "locked": false,
153
+ "assignee": {
154
+ "login": "roblourens",
155
+ "id": 323878,
156
+ "node_id": "MDQ6VXNlcjMyMzg3OA==",
157
+ "avatar_url": "https://avatars.githubusercontent.com/u/323878?v=4",
158
+ "gravatar_id": "",
159
+ "url": "https://api.github.com/users/roblourens",
160
+ "html_url": "https://github.com/roblourens",
161
+ "followers_url": "https://api.github.com/users/roblourens/followers",
162
+ "following_url": "https://api.github.com/users/roblourens/following{/other_user}",
163
+ "gists_url": "https://api.github.com/users/roblourens/gists{/gist_id}",
164
+ "starred_url": "https://api.github.com/users/roblourens/starred{/owner}{/repo}",
165
+ "subscriptions_url": "https://api.github.com/users/roblourens/subscriptions",
166
+ "organizations_url": "https://api.github.com/users/roblourens/orgs",
167
+ "repos_url": "https://api.github.com/users/roblourens/repos",
168
+ "events_url": "https://api.github.com/users/roblourens/events{/privacy}",
169
+ "received_events_url": "https://api.github.com/users/roblourens/received_events",
170
+ "type": "User",
171
+ "user_view_type": "public",
172
+ "site_admin": true
173
+ },
174
+ "assignees": [
175
+ {
176
+ "login": "roblourens",
177
+ "id": 323878,
178
+ "node_id": "MDQ6VXNlcjMyMzg3OA==",
179
+ "avatar_url": "https://avatars.githubusercontent.com/u/323878?v=4",
180
+ "gravatar_id": "",
181
+ "url": "https://api.github.com/users/roblourens",
182
+ "html_url": "https://github.com/roblourens",
183
+ "followers_url": "https://api.github.com/users/roblourens/followers",
184
+ "following_url": "https://api.github.com/users/roblourens/following{/other_user}",
185
+ "gists_url": "https://api.github.com/users/roblourens/gists{/gist_id}",
186
+ "starred_url": "https://api.github.com/users/roblourens/starred{/owner}{/repo}",
187
+ "subscriptions_url": "https://api.github.com/users/roblourens/subscriptions",
188
+ "organizations_url": "https://api.github.com/users/roblourens/orgs",
189
+ "repos_url": "https://api.github.com/users/roblourens/repos",
190
+ "events_url": "https://api.github.com/users/roblourens/events{/privacy}",
191
+ "received_events_url": "https://api.github.com/users/roblourens/received_events",
192
+ "type": "User",
193
+ "user_view_type": "public",
194
+ "site_admin": true
195
+ }
196
+ ],
197
+ "milestone": null,
198
+ "comments": 0,
199
+ "created_at": "2025-11-06T03:01:25Z",
200
+ "updated_at": "2025-11-06T03:11:31Z",
201
+ "closed_at": null,
202
+ "author_association": "MEMBER",
203
+ "type": null,
204
+ "active_lock_reason": null,
205
+ "draft": false,
206
+ "pull_request": {
207
+ "url": "https://api.github.com/repos/microsoft/vscode/pulls/275734",
208
+ "html_url": "https://github.com/microsoft/vscode/pull/275734",
209
+ "diff_url": "https://github.com/microsoft/vscode/pull/275734.diff",
210
+ "patch_url": "https://github.com/microsoft/vscode/pull/275734.patch",
211
+ "merged_at": null
212
+ },
213
+ "body": "<!-- Thank you for submitting a Pull Request. Please:\n* Read our Pull Request guidelines:\n https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests\n* Associate an issue with the Pull Request.\n* Ensure that the code is up-to-date with the `main` branch.\n* Include a description of the proposed changes and how to test them.\n-->\n",
214
+ "closed_by": null,
215
+ "reactions": {
216
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275734/reactions",
217
+ "total_count": 0,
218
+ "+1": 0,
219
+ "-1": 0,
220
+ "laugh": 0,
221
+ "hooray": 0,
222
+ "confused": 0,
223
+ "heart": 0,
224
+ "rocket": 0,
225
+ "eyes": 0
226
+ },
227
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275734/timeline",
228
+ "performed_via_github_app": null,
229
+ "state_reason": null
230
+ },
231
+ {
232
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275733",
233
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
234
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275733/labels{/name}",
235
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275733/comments",
236
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275733/events",
237
+ "html_url": "https://github.com/microsoft/vscode/issues/275733",
238
+ "id": 3593662894,
239
+ "node_id": "I_kwDOAn8RLM7WMvGu",
240
+ "number": 275733,
241
+ "title": "freezed",
242
+ "user": {
243
+ "login": "realtordemchenko-cmyk",
244
+ "id": 230877280,
245
+ "node_id": "U_kgDODcLoYA",
246
+ "avatar_url": "https://avatars.githubusercontent.com/u/230877280?v=4",
247
+ "gravatar_id": "",
248
+ "url": "https://api.github.com/users/realtordemchenko-cmyk",
249
+ "html_url": "https://github.com/realtordemchenko-cmyk",
250
+ "followers_url": "https://api.github.com/users/realtordemchenko-cmyk/followers",
251
+ "following_url": "https://api.github.com/users/realtordemchenko-cmyk/following{/other_user}",
252
+ "gists_url": "https://api.github.com/users/realtordemchenko-cmyk/gists{/gist_id}",
253
+ "starred_url": "https://api.github.com/users/realtordemchenko-cmyk/starred{/owner}{/repo}",
254
+ "subscriptions_url": "https://api.github.com/users/realtordemchenko-cmyk/subscriptions",
255
+ "organizations_url": "https://api.github.com/users/realtordemchenko-cmyk/orgs",
256
+ "repos_url": "https://api.github.com/users/realtordemchenko-cmyk/repos",
257
+ "events_url": "https://api.github.com/users/realtordemchenko-cmyk/events{/privacy}",
258
+ "received_events_url": "https://api.github.com/users/realtordemchenko-cmyk/received_events",
259
+ "type": "User",
260
+ "user_view_type": "public",
261
+ "site_admin": false
262
+ },
263
+ "labels": [
264
+ {
265
+ "id": 272689423,
266
+ "node_id": "MDU6TGFiZWwyNzI2ODk0MjM=",
267
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/info-needed",
268
+ "name": "info-needed",
269
+ "color": "E2A1C2",
270
+ "default": false,
271
+ "description": "Issue requires more information from poster"
272
+ },
273
+ {
274
+ "id": 3642736325,
275
+ "node_id": "LA_kwDOAn8RLM7ZH77F",
276
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/triage-needed",
277
+ "name": "triage-needed",
278
+ "color": "D4C5F9",
279
+ "default": false,
280
+ "description": ""
281
+ }
282
+ ],
283
+ "state": "open",
284
+ "locked": false,
285
+ "assignee": null,
286
+ "assignees": [],
287
+ "milestone": null,
288
+ "comments": 1,
289
+ "created_at": "2025-11-06T02:54:49Z",
290
+ "updated_at": "2025-11-06T02:56:16Z",
291
+ "closed_at": null,
292
+ "author_association": "NONE",
293
+ "type": null,
294
+ "active_lock_reason": null,
295
+ "sub_issues_summary": {
296
+ "total": 0,
297
+ "completed": 0,
298
+ "percent_completed": 0
299
+ },
300
+ "issue_dependencies_summary": {
301
+ "blocked_by": 0,
302
+ "total_blocked_by": 0,
303
+ "blocking": 0,
304
+ "total_blocking": 0
305
+ },
306
+ "body": "\nType: <b>Bug</b>\n\nworking badly. MOst of the conversation about how to fix ai. \n\n\nExtension version: 0.32.4\nVS Code version: Code 1.105.1 (7d842fb85a0275a4a8e4d7e040d2625abbf7f084, 2025-10-14T22:33:36.618Z)\nOS version: Windows_NT x64 10.0.26200\nModes:\n\n<details>\n<summary>System Info</summary>\n\n|Item|Value|\n|---|---|\n|CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2592)|\n|GPU Status|2d_canvas: enabled<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>trees_in_viz: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|\n|Load (avg)|undefined|\n|Memory (System)|15.85GB (2.05GB free)|\n|Process Argv|--crash-reporter-id 94d40fff-df91-4841-a27e-e3d870d07947|\n|Screen Reader|yes|\n|VM|0%|\n</details><details>\n<summary>A/B Experiments</summary>\n\n```\nvsliv368cf:30146710\nbinariesv615:30325510\nnativeloc1:31344060\ndwcopilot:31170013\ndwoutputs:31242946\ncopilot_t_ci:31333650\ne5gg6876:31282496\npythonrdcb7:31342333\naj953862:31281341\nnes-set-on:31351930\n6abeh943:31336334\nenvsactivate1:31353494\nc12345:31413568\ngaj49834:31404438\ncloudbuttont:31379625\ntodos-1:31405332\nv66_all_req:31402695\ntreatment_gpt5applypatchexclusively:31412086\n3efgi100_wstrepl:31403338\ntrigger-command-fix:31379601\nauto_model_enabled:31385282\nuse-responses-api:31390855\napplesignin:31399435\nsonnet_45_3e700918:31414247\nje187915:31401257\ncontrol_gfa0i828:31406506\n2a0ce269:31405347\nff8f5884:31411053\n\n```\n\n</details>\n\n<!-- generated by issue reporter -->",
307
+ "closed_by": null,
308
+ "reactions": {
309
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275733/reactions",
310
+ "total_count": 0,
311
+ "+1": 0,
312
+ "-1": 0,
313
+ "laugh": 0,
314
+ "hooray": 0,
315
+ "confused": 0,
316
+ "heart": 0,
317
+ "rocket": 0,
318
+ "eyes": 0
319
+ },
320
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275733/timeline",
321
+ "performed_via_github_app": null,
322
+ "state_reason": null
323
+ },
324
+ {
325
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275732",
326
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
327
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275732/labels{/name}",
328
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275732/comments",
329
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275732/events",
330
+ "html_url": "https://github.com/microsoft/vscode/issues/275732",
331
+ "id": 3593585943,
332
+ "node_id": "I_kwDOAn8RLM7WMcUX",
333
+ "number": 275732,
334
+ "title": "Error folder code place",
335
+ "user": {
336
+ "login": "namtanfilm17-hue",
337
+ "id": 242321678,
338
+ "node_id": "U_kgDODnGJDg",
339
+ "avatar_url": "https://avatars.githubusercontent.com/u/242321678?v=4",
340
+ "gravatar_id": "",
341
+ "url": "https://api.github.com/users/namtanfilm17-hue",
342
+ "html_url": "https://github.com/namtanfilm17-hue",
343
+ "followers_url": "https://api.github.com/users/namtanfilm17-hue/followers",
344
+ "following_url": "https://api.github.com/users/namtanfilm17-hue/following{/other_user}",
345
+ "gists_url": "https://api.github.com/users/namtanfilm17-hue/gists{/gist_id}",
346
+ "starred_url": "https://api.github.com/users/namtanfilm17-hue/starred{/owner}{/repo}",
347
+ "subscriptions_url": "https://api.github.com/users/namtanfilm17-hue/subscriptions",
348
+ "organizations_url": "https://api.github.com/users/namtanfilm17-hue/orgs",
349
+ "repos_url": "https://api.github.com/users/namtanfilm17-hue/repos",
350
+ "events_url": "https://api.github.com/users/namtanfilm17-hue/events{/privacy}",
351
+ "received_events_url": "https://api.github.com/users/namtanfilm17-hue/received_events",
352
+ "type": "User",
353
+ "user_view_type": "public",
354
+ "site_admin": false
355
+ },
356
+ "labels": [
357
+ {
358
+ "id": 3642736325,
359
+ "node_id": "LA_kwDOAn8RLM7ZH77F",
360
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/triage-needed",
361
+ "name": "triage-needed",
362
+ "color": "D4C5F9",
363
+ "default": false,
364
+ "description": ""
365
+ },
366
+ {
367
+ "id": 8836684221,
368
+ "node_id": "LA_kwDOAn8RLM8AAAACDrUZvQ",
369
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/ai-translated",
370
+ "name": "ai-translated",
371
+ "color": "aaaaaa",
372
+ "default": false,
373
+ "description": "issues translated by the classifier notebook llm"
374
+ }
375
+ ],
376
+ "state": "open",
377
+ "locked": false,
378
+ "assignee": {
379
+ "login": "bryanchen-d",
380
+ "id": 41454397,
381
+ "node_id": "MDQ6VXNlcjQxNDU0Mzk3",
382
+ "avatar_url": "https://avatars.githubusercontent.com/u/41454397?v=4",
383
+ "gravatar_id": "",
384
+ "url": "https://api.github.com/users/bryanchen-d",
385
+ "html_url": "https://github.com/bryanchen-d",
386
+ "followers_url": "https://api.github.com/users/bryanchen-d/followers",
387
+ "following_url": "https://api.github.com/users/bryanchen-d/following{/other_user}",
388
+ "gists_url": "https://api.github.com/users/bryanchen-d/gists{/gist_id}",
389
+ "starred_url": "https://api.github.com/users/bryanchen-d/starred{/owner}{/repo}",
390
+ "subscriptions_url": "https://api.github.com/users/bryanchen-d/subscriptions",
391
+ "organizations_url": "https://api.github.com/users/bryanchen-d/orgs",
392
+ "repos_url": "https://api.github.com/users/bryanchen-d/repos",
393
+ "events_url": "https://api.github.com/users/bryanchen-d/events{/privacy}",
394
+ "received_events_url": "https://api.github.com/users/bryanchen-d/received_events",
395
+ "type": "User",
396
+ "user_view_type": "public",
397
+ "site_admin": true
398
+ },
399
+ "assignees": [
400
+ {
401
+ "login": "bryanchen-d",
402
+ "id": 41454397,
403
+ "node_id": "MDQ6VXNlcjQxNDU0Mzk3",
404
+ "avatar_url": "https://avatars.githubusercontent.com/u/41454397?v=4",
405
+ "gravatar_id": "",
406
+ "url": "https://api.github.com/users/bryanchen-d",
407
+ "html_url": "https://github.com/bryanchen-d",
408
+ "followers_url": "https://api.github.com/users/bryanchen-d/followers",
409
+ "following_url": "https://api.github.com/users/bryanchen-d/following{/other_user}",
410
+ "gists_url": "https://api.github.com/users/bryanchen-d/gists{/gist_id}",
411
+ "starred_url": "https://api.github.com/users/bryanchen-d/starred{/owner}{/repo}",
412
+ "subscriptions_url": "https://api.github.com/users/bryanchen-d/subscriptions",
413
+ "organizations_url": "https://api.github.com/users/bryanchen-d/orgs",
414
+ "repos_url": "https://api.github.com/users/bryanchen-d/repos",
415
+ "events_url": "https://api.github.com/users/bryanchen-d/events{/privacy}",
416
+ "received_events_url": "https://api.github.com/users/bryanchen-d/received_events",
417
+ "type": "User",
418
+ "user_view_type": "public",
419
+ "site_admin": true
420
+ }
421
+ ],
422
+ "milestone": null,
423
+ "comments": 2,
424
+ "created_at": "2025-11-06T02:25:01Z",
425
+ "updated_at": "2025-11-06T02:44:14Z",
426
+ "closed_at": null,
427
+ "author_association": "NONE",
428
+ "type": null,
429
+ "active_lock_reason": null,
430
+ "sub_issues_summary": {
431
+ "total": 0,
432
+ "completed": 0,
433
+ "percent_completed": 0
434
+ },
435
+ "issue_dependencies_summary": {
436
+ "blocked_by": 0,
437
+ "total_blocked_by": 0,
438
+ "blocking": 0,
439
+ "total_blocking": 0
440
+ },
441
+ "body": "\nType: <b>Bug</b>\n\nkéo thả thư mục hỏi về nội dung thư mục thì trả lời sai thư mục nằm ở đườngg dẫn khác (thư mục cùng tên nhưng ở đường dẫn khác so với thư mục được kéo thả vào\n\nVS Code version: Code 1.98.1 (2fc07b811f760549dab9be9d2bedd06c51dfcb9a, 2025-03-10T15:38:08.854Z)\nOS version: Windows_NT x64 10.0.26200\nModes: Unsupported\n\n<details>\n<summary>System Info</summary>\n\n|Item|Value|\n|---|---|\n|CPUs|12th Gen Intel(R) Core(TM) i5-1240P (16 x 2112)|\n|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|\n|Load (avg)|undefined|\n|Memory (System)|15.69GB (3.89GB free)|\n|Process Argv|--crash-reporter-id 55842eab-4d6a-4c65-9089-0ebe45d07364|\n|Screen Reader|no|\n|VM|50%|\n</details><details><summary>Extensions (75)</summary>\n\nExtension|Author (truncated)|Version\n---|---|---\nbetter-comments|aar|3.0.2\namazon-q-vscode|ama|1.102.0\nbootstrap5-vscode|Anb|0.4.4\nhtml-class-suggestions|And|1.2.1\nhtml-end-tag-labels|ant|1.0.0\ncolor-info|bie|0.7.2\nvscode-intelephense-client|bme|1.14.4\nhtmltagwrap|bra|1.0.0\nvscode-tailwindcss|bra|0.14.29\nturbo-console-log|Cha|3.9.2\npath-intellisense|chr|2.10.0\nvue-peek|dar|1.0.2\nvscode-eslint|dba|3.0.16\ncomposer-php-vscode|DEV|1.62.18042\nintelli-php-vscode|DEV|0.12.17700\nphptools-vscode|DEV|1.62.18042\nprofiler-php-vscode|DEV|1.62.18042\njquerysnippets|don|0.0.1\nxml|Dot|2.5.1\ngitlens|eam|17.6.2\nvscode-html-css|ecm|2.0.13\nprettier-vscode|esb|11.0.0\nevondev-snippets|evo|0.4.44\ngenerate-css-class|evo|0.0.10\nindent-rainbow-palettes|evo|0.0.20\nauto-close-tag|for|0.5.15\nauto-complete-tag|for|0.1.0\nauto-rename-tag|for|0.1.10\ncode-runner|for|0.12.2\ncopilot|Git|1.372.0\ncopilot-chat|Git|0.25.1\ngeminicodeassist|goo|2.56.0\nvue-snippets|hol|1.0.4\nbeautify|Hoo|1.5.0\nvscode-power-mode|hoo|3.0.2\nbootstrap-intellisense|hos|3.0.4\nstyled-components-snippets|jon|0.10.0\nvscode-language-babel|mgm|0.0.40\ndotenv|mik|1.0.1\nvscode-containers|ms-|2.1.0\ndebugpy|ms-|2025.14.1\npython|ms-|2025.16.0\nvscode-pylance|ms-|2025.4.1\njupyter|ms-|2025.2.0\njupyter-keymap|ms-|1.1.2\njupyter-renderers|ms-|1.3.0\nvscode-jupyter-cell-tags|ms-|0.1.9\nvscode-jupyter-slideshow|ms-|0.1.6\nlive-server|ms-|0.4.16\nlive-server-preview|neg|0.1.4\nindent-rainbow|ode|8.3.1\nmaterial-icon-theme|PKi|5.28.0\nvscode-css-peek|pra|4.4.3\nvscode-thunder-client|ran|2.38.2\nformat-html-in-php|rif|1.7.0\nvscode-fix-checksums-next|Rim|1.4.0\nLiveServer|rit|5.7.9\nsnippets-ranger|rob|1.8.0\nvue-vscode-snippets|sdr|3.2.0\nhtml5-boilerplate|sid|1.1.1\nhtml-to-css-autocompletion|sol|1.1.2\ncss-auto-prefix|spo|0.1.7\nautoimport|ste|1.5.4\nvscode-styled-components|sty|1.7.8\nvscode-stylelint|sty|1.5.3\nes6-string-html|Tob|2.17.0\nhighlight-matching-tag|vin|0.11.0\nintellicode-api-usage-examples|Vis|0.2.9\nvscodeintellicode|Vis|1.3.2\nvolar|Vue|3.1.3\nquokka-vscode|Wal|1.0.742\nvscode-import-cost|wix|3.3.0\nmarkdown-all-in-one|yzh|3.6.3\nhtml-css-class-completion|Zig|1.20.0\nclassnametocss|zit|0.0.7\n\n(1 theme extensions excluded)\n\n</details><details>\n<summary>A/B Experiments</summary>\n\n```\nvsliv368:30146709\nbinariesv615:30325510\nnativeloc1:31344060\ndwcopilot:31170013\ndwoutputs:31242946\ncopilot_t_ci:31333650\nf5992895:31277799\n0339e702:31259951\npythonrdcb7:31342333\naj953862:31281341\ntestaa123cf:31335227\n63221493:31336333\neditstats-enabled:31346257\naa_t:31379598\nt123456:31413567\ncloudbuttont:31379625\nv66_all_req:31402695\n3efgi100_wstrepl:31403338\napplesignin:31399435\n6g47h526:31399759\nd472g771:31401736\nff8f5884:31411053\n\n```\n\n</details>\n\n<!-- generated by issue reporter -->",
442
+ "closed_by": null,
443
+ "reactions": {
444
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275732/reactions",
445
+ "total_count": 0,
446
+ "+1": 0,
447
+ "-1": 0,
448
+ "laugh": 0,
449
+ "hooray": 0,
450
+ "confused": 0,
451
+ "heart": 0,
452
+ "rocket": 0,
453
+ "eyes": 0
454
+ },
455
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275732/timeline",
456
+ "performed_via_github_app": null,
457
+ "state_reason": null
458
+ },
459
+ {
460
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275731",
461
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
462
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275731/labels{/name}",
463
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275731/comments",
464
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275731/events",
465
+ "html_url": "https://github.com/microsoft/vscode/issues/275731",
466
+ "id": 3593582091,
467
+ "node_id": "I_kwDOAn8RLM7WMbYL",
468
+ "number": 275731,
469
+ "title": "Slow response on GitHub Copilot chat even for an easy task",
470
+ "user": {
471
+ "login": "daffaaprilio",
472
+ "id": 181429286,
473
+ "node_id": "U_kgDOCtBkJg",
474
+ "avatar_url": "https://avatars.githubusercontent.com/u/181429286?v=4",
475
+ "gravatar_id": "",
476
+ "url": "https://api.github.com/users/daffaaprilio",
477
+ "html_url": "https://github.com/daffaaprilio",
478
+ "followers_url": "https://api.github.com/users/daffaaprilio/followers",
479
+ "following_url": "https://api.github.com/users/daffaaprilio/following{/other_user}",
480
+ "gists_url": "https://api.github.com/users/daffaaprilio/gists{/gist_id}",
481
+ "starred_url": "https://api.github.com/users/daffaaprilio/starred{/owner}{/repo}",
482
+ "subscriptions_url": "https://api.github.com/users/daffaaprilio/subscriptions",
483
+ "organizations_url": "https://api.github.com/users/daffaaprilio/orgs",
484
+ "repos_url": "https://api.github.com/users/daffaaprilio/repos",
485
+ "events_url": "https://api.github.com/users/daffaaprilio/events{/privacy}",
486
+ "received_events_url": "https://api.github.com/users/daffaaprilio/received_events",
487
+ "type": "User",
488
+ "user_view_type": "public",
489
+ "site_admin": false
490
+ },
491
+ "labels": [],
492
+ "state": "open",
493
+ "locked": false,
494
+ "assignee": {
495
+ "login": "chrmarti",
496
+ "id": 9205389,
497
+ "node_id": "MDQ6VXNlcjkyMDUzODk=",
498
+ "avatar_url": "https://avatars.githubusercontent.com/u/9205389?v=4",
499
+ "gravatar_id": "",
500
+ "url": "https://api.github.com/users/chrmarti",
501
+ "html_url": "https://github.com/chrmarti",
502
+ "followers_url": "https://api.github.com/users/chrmarti/followers",
503
+ "following_url": "https://api.github.com/users/chrmarti/following{/other_user}",
504
+ "gists_url": "https://api.github.com/users/chrmarti/gists{/gist_id}",
505
+ "starred_url": "https://api.github.com/users/chrmarti/starred{/owner}{/repo}",
506
+ "subscriptions_url": "https://api.github.com/users/chrmarti/subscriptions",
507
+ "organizations_url": "https://api.github.com/users/chrmarti/orgs",
508
+ "repos_url": "https://api.github.com/users/chrmarti/repos",
509
+ "events_url": "https://api.github.com/users/chrmarti/events{/privacy}",
510
+ "received_events_url": "https://api.github.com/users/chrmarti/received_events",
511
+ "type": "User",
512
+ "user_view_type": "public",
513
+ "site_admin": true
514
+ },
515
+ "assignees": [
516
+ {
517
+ "login": "chrmarti",
518
+ "id": 9205389,
519
+ "node_id": "MDQ6VXNlcjkyMDUzODk=",
520
+ "avatar_url": "https://avatars.githubusercontent.com/u/9205389?v=4",
521
+ "gravatar_id": "",
522
+ "url": "https://api.github.com/users/chrmarti",
523
+ "html_url": "https://github.com/chrmarti",
524
+ "followers_url": "https://api.github.com/users/chrmarti/followers",
525
+ "following_url": "https://api.github.com/users/chrmarti/following{/other_user}",
526
+ "gists_url": "https://api.github.com/users/chrmarti/gists{/gist_id}",
527
+ "starred_url": "https://api.github.com/users/chrmarti/starred{/owner}{/repo}",
528
+ "subscriptions_url": "https://api.github.com/users/chrmarti/subscriptions",
529
+ "organizations_url": "https://api.github.com/users/chrmarti/orgs",
530
+ "repos_url": "https://api.github.com/users/chrmarti/repos",
531
+ "events_url": "https://api.github.com/users/chrmarti/events{/privacy}",
532
+ "received_events_url": "https://api.github.com/users/chrmarti/received_events",
533
+ "type": "User",
534
+ "user_view_type": "public",
535
+ "site_admin": true
536
+ }
537
+ ],
538
+ "milestone": null,
539
+ "comments": 0,
540
+ "created_at": "2025-11-06T02:23:29Z",
541
+ "updated_at": "2025-11-06T02:25:01Z",
542
+ "closed_at": null,
543
+ "author_association": "NONE",
544
+ "type": null,
545
+ "active_lock_reason": null,
546
+ "sub_issues_summary": {
547
+ "total": 0,
548
+ "completed": 0,
549
+ "percent_completed": 0
550
+ },
551
+ "issue_dependencies_summary": {
552
+ "blocked_by": 0,
553
+ "total_blocked_by": 0,
554
+ "blocking": 0,
555
+ "total_blocking": 0
556
+ },
557
+ "body": "\nType: <b>Performance Issue</b>\n\nResponse made after around 1-2 minutes. When usually it takes less than 10 seconds to start answering.\n\nThe same prompt was raised in ChatGPT application (in local, not server). answered in less than 5 seconds\n\nExtension version: 0.32.4\nVS Code version: Code 1.105.1 (Universal) (7d842fb85a0275a4a8e4d7e040d2625abbf7f084, 2025-10-14T22:33:36.618Z)\nOS version: Darwin arm64 25.0.0\nModes:\nRemote OS version: Linux x64 5.14.0-427.22.1.el9_4.x86_64\n\n<details>\n<summary>System Info</summary>\n\n|Item|Value|\n|---|---|\n|CPUs|Apple M1 Max (10 x 2400)|\n|GPU Status|2d_canvas: enabled<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: enabled_on<br>trees_in_viz: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|\n|Load (avg)|6, 6, 4|\n|Memory (System)|64.00GB (8.15GB free)|\n|Process Argv|--crash-reporter-id ceef31e8-27e5-4bf2-a0d3-33c0a8ca1f0d|\n|Screen Reader|no|\n|VM|0%|\n\n|Item|Value|\n|---|---|\n|Remote|SSH: cosmo|\n|OS|Linux x64 5.14.0-427.22.1.el9_4.x86_64|\n|CPUs|Intel(R) Xeon(R) Silver 4310 CPU @ 2.10GHz (48 x 3300)|\n|Memory (System)|754.79GB (587.90GB free)|\n|VM|0%|\n</details><details>\n<summary>Process Info</summary>\n\n```\nCPU %\tMem MB\t PID\tProcess\n 1\t315251973916\t 1083\tcode\n 1\t90071992547\t 1088\t gpu-process\n 0\t45035996274\t 1089\t utility-network-service\n 0\t225179981369\t 1109\tshared-process\n 0\t 0\t 86189\t /bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command=\n 0\t90071992547\t 61822\tpty-host\n 1\t4188347653455\t 85210\twindow [15] (x-43-ComBat.RNA-seq.SGI2EGI.R — rnaseq-coexpression-vanilla [SSH: cosmo])\n 0\t225179981369\t 85347\textension-host [15]\n 0\t45035996274\t 85348\tfile-watcher [15]\n\nRemote: SSH: cosmo\nCPU %\tMem MB\t PID\tProcess\n 0\t7435945346712\t431547\tremote-server\n 0\t 0\t431743\t ptyHost\n 0\t 0\t720164\t /bin/bash --init-file /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh\n 0\t 0\t721569\t /usr/lib64/R/bin/exec/R\n 0\t 0\t721578\t sh -c '/usr/lib64/R/bin/pager' < '/tmp/RtmpnldBTU/b02a17dcd15ea'\n 0\t 0\t721579\t /usr/bin/more\n 0\t 0\t720912\t /bin/bash --init-file /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh\n 0\t531138953337\t719870\t extension-host\n 0\t 0\t720380\t /usr/lib64/R/bin/exec/R --silent --no-echo --no-save --no-restore -e base::source(base::commandArgs(TRUE)) --args /home/daffa/.vscode-server/extensions/reditorsupport.r-2.8.6/R/help/helpServer.R\n 0\t 0\t720390\t /usr/lib64/R/bin/exec/R --silent --no-echo --no-save --no-restore -e base::source(base::commandArgs(TRUE)) --args /home/daffa/.vscode-server/extensions/reditorsupport.r-2.8.6/R/languageServer.R\n 0\t 0\t720421\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720423\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720425\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720427\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720429\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720431\t /usr/lib64/R/bin/exec/R --no-readline --slave --no-save --no-restore\n 0\t 0\t720401\t /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/node /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/extensions/json-language-features/server/dist/node/jsonServerMain --node-ipc --clientProcessId=719870\n 0\t 0\t720594\t /home/daffa/.vscode-server/extensions/ms-python.python-2025.16.0-linux-x64/python-env-tools/bin/pet server\n 0\t 0\t720790\t /home/daffa/.vscode-server/extensions/ms-vscode.cpptools-1.28.3-linux-x64/bin/cpptools\n 0\t 0\t721192\t /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/node /home/daffa/.vscode-server/extensions/ms-python.vscode-pylance-2025.9.1/dist/server.bundle.js --cancellationReceive=file:e0166212092f219c0c9293d00132b2ded23afa1c69 --node-ipc --clientProcessId=719870\n 0\t 0\t721470\t /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/node /home/daffa/.vscode-server/cli/servers/Stable-7d842fb85a0275a4a8e4d7e040d2625abbf7f084/server/extensions/markdown-language-features/dist/serverWorkerMain --node-ipc --clientProcessId=719870\n 0\t 0\t719903\t fileWatcher\n 0\t 0\t721650\t /usr/bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command=\n```\n\n</details>\n<details>\n<summary>Workspace Info</summary>\n\n```\n\n| Remote: SSH: cosmo| Folder (rnaseq-coexpression-vanilla): more than 31084 files| File types: txt(107) sh(6) bin(5) probe(5) smp(5) subagging(4) c(4)\n| gc(4) combat(4) ave_1000(4)\n| Conf files:;\n```\n\n</details>\n<details>\n<summary>A/B Experiments</summary>\n\n```\nvsliv368:30146709\nbinariesv615:30325510\nnativeloc1:31344060\ndwcopilot:31170013\ndwoutputs:31242946\ncopilot_t_ci:31333650\ne5gg6876:31282496\npythonrdcb7:31342333\naj953862:31281341\n4f60g487:31327383\nnes-set-on:31351930\n6abeh943:31336334\nt123456:31413567\ngaj49834:31404438\ncloudbuttont:31379625\ntodos-1:31405332\nv66_all_req:31402695\ntreatment_gpt5applypatchexclusively:31412086\n42190218_ostrepl:31403339\ntrigger-command-fix:31379601\nauto_model_enabled:31385282\nuse-responses-api:31390855\napplesignin:31399435\ndcggh915:31405779\n6j29d282:31407606\n2a0ce269:31405347\nff8f5884:31411053\n\n```\n\n</details>\n\n<!-- generated by issue reporter -->",
558
+ "closed_by": null,
559
+ "reactions": {
560
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275731/reactions",
561
+ "total_count": 0,
562
+ "+1": 0,
563
+ "-1": 0,
564
+ "laugh": 0,
565
+ "hooray": 0,
566
+ "confused": 0,
567
+ "heart": 0,
568
+ "rocket": 0,
569
+ "eyes": 0
570
+ },
571
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275731/timeline",
572
+ "performed_via_github_app": null,
573
+ "state_reason": null
574
+ },
575
+ {
576
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275730",
577
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
578
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275730/labels{/name}",
579
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275730/comments",
580
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275730/events",
581
+ "html_url": "https://github.com/microsoft/vscode/issues/275730",
582
+ "id": 3593580691,
583
+ "node_id": "I_kwDOAn8RLM7WMbCT",
584
+ "number": 275730,
585
+ "title": "Grok Code Fast is PROVIDING FALSE INFORMATION WITH CONFIDENCE",
586
+ "user": {
587
+ "login": "nowshad-hossain-rahat",
588
+ "id": 65206853,
589
+ "node_id": "MDQ6VXNlcjY1MjA2ODUz",
590
+ "avatar_url": "https://avatars.githubusercontent.com/u/65206853?v=4",
591
+ "gravatar_id": "",
592
+ "url": "https://api.github.com/users/nowshad-hossain-rahat",
593
+ "html_url": "https://github.com/nowshad-hossain-rahat",
594
+ "followers_url": "https://api.github.com/users/nowshad-hossain-rahat/followers",
595
+ "following_url": "https://api.github.com/users/nowshad-hossain-rahat/following{/other_user}",
596
+ "gists_url": "https://api.github.com/users/nowshad-hossain-rahat/gists{/gist_id}",
597
+ "starred_url": "https://api.github.com/users/nowshad-hossain-rahat/starred{/owner}{/repo}",
598
+ "subscriptions_url": "https://api.github.com/users/nowshad-hossain-rahat/subscriptions",
599
+ "organizations_url": "https://api.github.com/users/nowshad-hossain-rahat/orgs",
600
+ "repos_url": "https://api.github.com/users/nowshad-hossain-rahat/repos",
601
+ "events_url": "https://api.github.com/users/nowshad-hossain-rahat/events{/privacy}",
602
+ "received_events_url": "https://api.github.com/users/nowshad-hossain-rahat/received_events",
603
+ "type": "User",
604
+ "user_view_type": "public",
605
+ "site_admin": false
606
+ },
607
+ "labels": [
608
+ {
609
+ "id": 272689423,
610
+ "node_id": "MDU6TGFiZWwyNzI2ODk0MjM=",
611
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/info-needed",
612
+ "name": "info-needed",
613
+ "color": "E2A1C2",
614
+ "default": false,
615
+ "description": "Issue requires more information from poster"
616
+ },
617
+ {
618
+ "id": 3642736325,
619
+ "node_id": "LA_kwDOAn8RLM7ZH77F",
620
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/triage-needed",
621
+ "name": "triage-needed",
622
+ "color": "D4C5F9",
623
+ "default": false,
624
+ "description": ""
625
+ }
626
+ ],
627
+ "state": "open",
628
+ "locked": false,
629
+ "assignee": null,
630
+ "assignees": [],
631
+ "milestone": null,
632
+ "comments": 1,
633
+ "created_at": "2025-11-06T02:22:56Z",
634
+ "updated_at": "2025-11-06T02:24:37Z",
635
+ "closed_at": null,
636
+ "author_association": "NONE",
637
+ "type": null,
638
+ "active_lock_reason": null,
639
+ "sub_issues_summary": {
640
+ "total": 0,
641
+ "completed": 0,
642
+ "percent_completed": 0
643
+ },
644
+ "issue_dependencies_summary": {
645
+ "blocked_by": 0,
646
+ "total_blocked_by": 0,
647
+ "blocking": 0,
648
+ "total_blocking": 0
649
+ },
650
+ "body": "\nType: <b>Bug</b>\n\nit's not talking to the mcp server even after giving instruction to do so, and also giving critical false information with confidence and even page link that actually doesn't have what it's saying it have\n\nExtension version: 0.32.4\nVS Code version: Code 1.105.1 (7d842fb85a0275a4a8e4d7e040d2625abbf7f084, 2025-10-14T22:33:36.618Z)\nOS version: Linux x64 6.16.8-1-MANJARO\nModes:\n\n\n<!-- generated by issue reporter -->",
651
+ "closed_by": null,
652
+ "reactions": {
653
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275730/reactions",
654
+ "total_count": 0,
655
+ "+1": 0,
656
+ "-1": 0,
657
+ "laugh": 0,
658
+ "hooray": 0,
659
+ "confused": 0,
660
+ "heart": 0,
661
+ "rocket": 0,
662
+ "eyes": 0
663
+ },
664
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275730/timeline",
665
+ "performed_via_github_app": null,
666
+ "state_reason": null
667
+ },
668
+ {
669
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275727",
670
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
671
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275727/labels{/name}",
672
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275727/comments",
673
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275727/events",
674
+ "html_url": "https://github.com/microsoft/vscode/issues/275727",
675
+ "id": 3593515451,
676
+ "node_id": "I_kwDOAn8RLM7WMLG7",
677
+ "number": 275727,
678
+ "title": "Make it easier for Playwright to write to a Monaco editor",
679
+ "user": {
680
+ "login": "TylerLeonhardt",
681
+ "id": 2644648,
682
+ "node_id": "MDQ6VXNlcjI2NDQ2NDg=",
683
+ "avatar_url": "https://avatars.githubusercontent.com/u/2644648?v=4",
684
+ "gravatar_id": "",
685
+ "url": "https://api.github.com/users/TylerLeonhardt",
686
+ "html_url": "https://github.com/TylerLeonhardt",
687
+ "followers_url": "https://api.github.com/users/TylerLeonhardt/followers",
688
+ "following_url": "https://api.github.com/users/TylerLeonhardt/following{/other_user}",
689
+ "gists_url": "https://api.github.com/users/TylerLeonhardt/gists{/gist_id}",
690
+ "starred_url": "https://api.github.com/users/TylerLeonhardt/starred{/owner}{/repo}",
691
+ "subscriptions_url": "https://api.github.com/users/TylerLeonhardt/subscriptions",
692
+ "organizations_url": "https://api.github.com/users/TylerLeonhardt/orgs",
693
+ "repos_url": "https://api.github.com/users/TylerLeonhardt/repos",
694
+ "events_url": "https://api.github.com/users/TylerLeonhardt/events{/privacy}",
695
+ "received_events_url": "https://api.github.com/users/TylerLeonhardt/received_events",
696
+ "type": "User",
697
+ "user_view_type": "public",
698
+ "site_admin": true
699
+ },
700
+ "labels": [],
701
+ "state": "open",
702
+ "locked": false,
703
+ "assignee": {
704
+ "login": "alexdima",
705
+ "id": 5047891,
706
+ "node_id": "MDQ6VXNlcjUwNDc4OTE=",
707
+ "avatar_url": "https://avatars.githubusercontent.com/u/5047891?v=4",
708
+ "gravatar_id": "",
709
+ "url": "https://api.github.com/users/alexdima",
710
+ "html_url": "https://github.com/alexdima",
711
+ "followers_url": "https://api.github.com/users/alexdima/followers",
712
+ "following_url": "https://api.github.com/users/alexdima/following{/other_user}",
713
+ "gists_url": "https://api.github.com/users/alexdima/gists{/gist_id}",
714
+ "starred_url": "https://api.github.com/users/alexdima/starred{/owner}{/repo}",
715
+ "subscriptions_url": "https://api.github.com/users/alexdima/subscriptions",
716
+ "organizations_url": "https://api.github.com/users/alexdima/orgs",
717
+ "repos_url": "https://api.github.com/users/alexdima/repos",
718
+ "events_url": "https://api.github.com/users/alexdima/events{/privacy}",
719
+ "received_events_url": "https://api.github.com/users/alexdima/received_events",
720
+ "type": "User",
721
+ "user_view_type": "public",
722
+ "site_admin": true
723
+ },
724
+ "assignees": [
725
+ {
726
+ "login": "hediet",
727
+ "id": 2931520,
728
+ "node_id": "MDQ6VXNlcjI5MzE1MjA=",
729
+ "avatar_url": "https://avatars.githubusercontent.com/u/2931520?v=4",
730
+ "gravatar_id": "",
731
+ "url": "https://api.github.com/users/hediet",
732
+ "html_url": "https://github.com/hediet",
733
+ "followers_url": "https://api.github.com/users/hediet/followers",
734
+ "following_url": "https://api.github.com/users/hediet/following{/other_user}",
735
+ "gists_url": "https://api.github.com/users/hediet/gists{/gist_id}",
736
+ "starred_url": "https://api.github.com/users/hediet/starred{/owner}{/repo}",
737
+ "subscriptions_url": "https://api.github.com/users/hediet/subscriptions",
738
+ "organizations_url": "https://api.github.com/users/hediet/orgs",
739
+ "repos_url": "https://api.github.com/users/hediet/repos",
740
+ "events_url": "https://api.github.com/users/hediet/events{/privacy}",
741
+ "received_events_url": "https://api.github.com/users/hediet/received_events",
742
+ "type": "User",
743
+ "user_view_type": "public",
744
+ "site_admin": true
745
+ },
746
+ {
747
+ "login": "alexdima",
748
+ "id": 5047891,
749
+ "node_id": "MDQ6VXNlcjUwNDc4OTE=",
750
+ "avatar_url": "https://avatars.githubusercontent.com/u/5047891?v=4",
751
+ "gravatar_id": "",
752
+ "url": "https://api.github.com/users/alexdima",
753
+ "html_url": "https://github.com/alexdima",
754
+ "followers_url": "https://api.github.com/users/alexdima/followers",
755
+ "following_url": "https://api.github.com/users/alexdima/following{/other_user}",
756
+ "gists_url": "https://api.github.com/users/alexdima/gists{/gist_id}",
757
+ "starred_url": "https://api.github.com/users/alexdima/starred{/owner}{/repo}",
758
+ "subscriptions_url": "https://api.github.com/users/alexdima/subscriptions",
759
+ "organizations_url": "https://api.github.com/users/alexdima/orgs",
760
+ "repos_url": "https://api.github.com/users/alexdima/repos",
761
+ "events_url": "https://api.github.com/users/alexdima/events{/privacy}",
762
+ "received_events_url": "https://api.github.com/users/alexdima/received_events",
763
+ "type": "User",
764
+ "user_view_type": "public",
765
+ "site_admin": true
766
+ }
767
+ ],
768
+ "milestone": null,
769
+ "comments": 0,
770
+ "created_at": "2025-11-06T01:55:44Z",
771
+ "updated_at": "2025-11-06T01:55:44Z",
772
+ "closed_at": null,
773
+ "author_association": "MEMBER",
774
+ "type": null,
775
+ "active_lock_reason": null,
776
+ "sub_issues_summary": {
777
+ "total": 0,
778
+ "completed": 0,
779
+ "percent_completed": 0
780
+ },
781
+ "issue_dependencies_summary": {
782
+ "blocked_by": 0,
783
+ "total_blocked_by": 0,
784
+ "blocking": 0,
785
+ "total_blocking": 0
786
+ },
787
+ "body": "For the past few months, I have been working on a few different prompts (which became [an agent](https://github.com/microsoft/vscode/blob/bf23ba954584bef3f2f4a74763e96aa7b0b02cfd/.github/agents/demonstrate.md)) & [an MCP Server that can control a local instance of VS Code](https://github.com/microsoft/vscode/blob/bf23ba954584bef3f2f4a74763e96aa7b0b02cfd/test/mcp/README.md).\n\nWhile doing this, I have hit over and over again the difficulty that is getting Playwright automation to write from a Monaco editor... of which we use all over the VS Code from editors to input boxes (in Extension view, Settings search, chat input).\n\nAnd I'm not alone... There are many others before me that struggled to get playwright & Monaco to play nice together:\n* [Monaco and Playwright don't \"play right\" together](https://giacomocerquone.com/notes/monaco-playwright/)\n* [How to enter text into monaco-editor control using Playwright](https://github.com/microsoft/playwright/issues/14126)\n* [How to insert code in monaco editor using Playwright?](https://stackoverflow.com/questions/69375890/how-to-insert-code-in-monaco-editor-using-playwright)\n\nWhile these folks have come up with workarounds that are... clever... my scenario is worse than theirs, because it is non-deterministic. I rely on an LLM to call the MCP Tool to write in the Monaco editor.\n\nI've tried so so hard to prompt this to work nicely. Look at this section in my agent prompt:\nhttps://github.com/microsoft/vscode/blob/bf23ba954584bef3f2f4a74763e96aa7b0b02cfd/.github/agents/demonstrate.md#L68-L96\n\nbut the prompt also suffers greatly from having a LOT of context in an agent session (it queries GitHub MCP a bunch... queries the dom a bunch... context is quickly filled up)\n\nWhen these instructions get forgotten about, I see the model mostly trying to type in the `textarea` inside of the Monaco Editor.... which frankly, I don't blame it! That would be the obvious thing to write to if you didn't know how to interact with Monaco properly.\n\nI continue to workaround this by either:\n* prompting _harder_\n* adding specific mcp tools for different areas of the product\n\n... but sadly that has its limits if context gets filled/or a Monaco editor not covered by specific tools is needing to be written to.\n\nMy ask is... can we help Playwright out here? Can we somehow make it easier to write (and maybe read) to Monaco from Dom manipulation and whatever else playwright does?\n\nTo truly have powerful autonomous control of VS Code, I think we have to solve this at the Monaco layer.",
788
+ "closed_by": null,
789
+ "reactions": {
790
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275727/reactions",
791
+ "total_count": 0,
792
+ "+1": 0,
793
+ "-1": 0,
794
+ "laugh": 0,
795
+ "hooray": 0,
796
+ "confused": 0,
797
+ "heart": 0,
798
+ "rocket": 0,
799
+ "eyes": 0
800
+ },
801
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275727/timeline",
802
+ "performed_via_github_app": null,
803
+ "state_reason": null
804
+ },
805
+ {
806
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275726",
807
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
808
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275726/labels{/name}",
809
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275726/comments",
810
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275726/events",
811
+ "html_url": "https://github.com/microsoft/vscode/issues/275726",
812
+ "id": 3593505914,
813
+ "node_id": "I_kwDOAn8RLM7WMIx6",
814
+ "number": 275726,
815
+ "title": "Sorry, there was a network error. Please try again later. Request id: 29e4be39-8553-4d2f-bc8a-15f1dd440fd3 Reason: Please check your firewall rules and network connection then try again. Error Code: net::ERR_CONNECTION_CLOSED.",
816
+ "user": {
817
+ "login": "Huiui-np",
818
+ "id": 67141774,
819
+ "node_id": "MDQ6VXNlcjY3MTQxNzc0",
820
+ "avatar_url": "https://avatars.githubusercontent.com/u/67141774?v=4",
821
+ "gravatar_id": "",
822
+ "url": "https://api.github.com/users/Huiui-np",
823
+ "html_url": "https://github.com/Huiui-np",
824
+ "followers_url": "https://api.github.com/users/Huiui-np/followers",
825
+ "following_url": "https://api.github.com/users/Huiui-np/following{/other_user}",
826
+ "gists_url": "https://api.github.com/users/Huiui-np/gists{/gist_id}",
827
+ "starred_url": "https://api.github.com/users/Huiui-np/starred{/owner}{/repo}",
828
+ "subscriptions_url": "https://api.github.com/users/Huiui-np/subscriptions",
829
+ "organizations_url": "https://api.github.com/users/Huiui-np/orgs",
830
+ "repos_url": "https://api.github.com/users/Huiui-np/repos",
831
+ "events_url": "https://api.github.com/users/Huiui-np/events{/privacy}",
832
+ "received_events_url": "https://api.github.com/users/Huiui-np/received_events",
833
+ "type": "User",
834
+ "user_view_type": "public",
835
+ "site_admin": false
836
+ },
837
+ "labels": [],
838
+ "state": "open",
839
+ "locked": false,
840
+ "assignee": {
841
+ "login": "chrmarti",
842
+ "id": 9205389,
843
+ "node_id": "MDQ6VXNlcjkyMDUzODk=",
844
+ "avatar_url": "https://avatars.githubusercontent.com/u/9205389?v=4",
845
+ "gravatar_id": "",
846
+ "url": "https://api.github.com/users/chrmarti",
847
+ "html_url": "https://github.com/chrmarti",
848
+ "followers_url": "https://api.github.com/users/chrmarti/followers",
849
+ "following_url": "https://api.github.com/users/chrmarti/following{/other_user}",
850
+ "gists_url": "https://api.github.com/users/chrmarti/gists{/gist_id}",
851
+ "starred_url": "https://api.github.com/users/chrmarti/starred{/owner}{/repo}",
852
+ "subscriptions_url": "https://api.github.com/users/chrmarti/subscriptions",
853
+ "organizations_url": "https://api.github.com/users/chrmarti/orgs",
854
+ "repos_url": "https://api.github.com/users/chrmarti/repos",
855
+ "events_url": "https://api.github.com/users/chrmarti/events{/privacy}",
856
+ "received_events_url": "https://api.github.com/users/chrmarti/received_events",
857
+ "type": "User",
858
+ "user_view_type": "public",
859
+ "site_admin": true
860
+ },
861
+ "assignees": [
862
+ {
863
+ "login": "chrmarti",
864
+ "id": 9205389,
865
+ "node_id": "MDQ6VXNlcjkyMDUzODk=",
866
+ "avatar_url": "https://avatars.githubusercontent.com/u/9205389?v=4",
867
+ "gravatar_id": "",
868
+ "url": "https://api.github.com/users/chrmarti",
869
+ "html_url": "https://github.com/chrmarti",
870
+ "followers_url": "https://api.github.com/users/chrmarti/followers",
871
+ "following_url": "https://api.github.com/users/chrmarti/following{/other_user}",
872
+ "gists_url": "https://api.github.com/users/chrmarti/gists{/gist_id}",
873
+ "starred_url": "https://api.github.com/users/chrmarti/starred{/owner}{/repo}",
874
+ "subscriptions_url": "https://api.github.com/users/chrmarti/subscriptions",
875
+ "organizations_url": "https://api.github.com/users/chrmarti/orgs",
876
+ "repos_url": "https://api.github.com/users/chrmarti/repos",
877
+ "events_url": "https://api.github.com/users/chrmarti/events{/privacy}",
878
+ "received_events_url": "https://api.github.com/users/chrmarti/received_events",
879
+ "type": "User",
880
+ "user_view_type": "public",
881
+ "site_admin": true
882
+ }
883
+ ],
884
+ "milestone": null,
885
+ "comments": 0,
886
+ "created_at": "2025-11-06T01:52:02Z",
887
+ "updated_at": "2025-11-06T01:53:16Z",
888
+ "closed_at": null,
889
+ "author_association": "NONE",
890
+ "type": null,
891
+ "active_lock_reason": null,
892
+ "sub_issues_summary": {
893
+ "total": 0,
894
+ "completed": 0,
895
+ "percent_completed": 0
896
+ },
897
+ "issue_dependencies_summary": {
898
+ "blocked_by": 0,
899
+ "total_blocked_by": 0,
900
+ "blocking": 0,
901
+ "total_blocking": 0
902
+ },
903
+ "body": "\nType: <b>Bug</b>\n\nwhen i use copilot's agent, it happened this problem:\n\"Sorry, there was a network error. Please try again later. Request id: 29e4be39-8553-4d2f-bc8a-15f1dd440fd3\n\nReason: Please check your firewall rules and network connection then try again. Error Code: net::ERR_CONNECTION_CLOSED.\"\n\n\nonly agent has this problem, ask is ok.\n\neverytime it happened, it consumed my advanced request limit.\n\nExtension version: 1.388.0\nVS Code version: Code 1.105.1 (7d842fb85a0275a4a8e4d7e040d2625abbf7f084, 2025-10-14T22:33:36.618Z)\nOS version: Windows_NT x64 10.0.19045\nModes:\n\n<details>\n<summary>System Info</summary>\n\n|Item|Value|\n|---|---|\n|CPUs|13th Gen Intel(R) Core(TM) i5-13500H (16 x 3187)|\n|GPU Status|2d_canvas: enabled<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>trees_in_viz: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled<br>webnn: disabled_off|\n|Load (avg)|undefined|\n|Memory (System)|15.73GB (3.99GB free)|\n|Process Argv|--crash-reporter-id 102033a4-b29f-46e6-a521-100e64a6453c|\n|Screen Reader|no|\n|VM|0%|\n</details><details>\n<summary>A/B Experiments</summary>\n\n```\nvsliv368cf:30146710\nvswsl492:30256859\nbinariesv615:30325510\nnativeloc1:31344060\ndwcopilot:31170013\ndwoutputs:31242946\ncopilot_t_ci:31333650\ne5gg6876:31282496\npythonrdcb7:31342333\naj953862:31281341\nnes-set-on:31340697\n6abeh943:31336334\nenvsactivate1:31353494\naa_c:31379599\nt123456:31413567\n0574c672:31404437\ncloudbuttont:31379625\ntodos-1:31405332\nqwen_all_req:31402696\ncontrol_gpt5applypatchexclusively:31412085\n3efgi100_wstrepl:31403338\ntrigger-command-fix:31379601\nauto_model_enabled:31385282\nuse-responses-api:31390855\napplesignin:31399435\nanonusage:31403420\ndcggh915:31405779\nje187915:31401254\nd5i5i512:31405346\ncontrol_aa407747:31408715\nxtab-281-v2-bs48-ctrl:31413328\nff8f5884:31411053\n\n```\n\n</details>\n\n<!-- generated by issue reporter -->",
904
+ "closed_by": null,
905
+ "reactions": {
906
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275726/reactions",
907
+ "total_count": 0,
908
+ "+1": 0,
909
+ "-1": 0,
910
+ "laugh": 0,
911
+ "hooray": 0,
912
+ "confused": 0,
913
+ "heart": 0,
914
+ "rocket": 0,
915
+ "eyes": 0
916
+ },
917
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275726/timeline",
918
+ "performed_via_github_app": null,
919
+ "state_reason": null
920
+ },
921
+ {
922
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275725",
923
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
924
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275725/labels{/name}",
925
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275725/comments",
926
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275725/events",
927
+ "html_url": "https://github.com/microsoft/vscode/issues/275725",
928
+ "id": 3593484403,
929
+ "node_id": "I_kwDOAn8RLM7WMDhz",
930
+ "number": 275725,
931
+ "title": "Agent always stalls out whenever it runs a terminal command",
932
+ "user": {
933
+ "login": "jacobcoro",
934
+ "id": 52448067,
935
+ "node_id": "MDQ6VXNlcjUyNDQ4MDY3",
936
+ "avatar_url": "https://avatars.githubusercontent.com/u/52448067?v=4",
937
+ "gravatar_id": "",
938
+ "url": "https://api.github.com/users/jacobcoro",
939
+ "html_url": "https://github.com/jacobcoro",
940
+ "followers_url": "https://api.github.com/users/jacobcoro/followers",
941
+ "following_url": "https://api.github.com/users/jacobcoro/following{/other_user}",
942
+ "gists_url": "https://api.github.com/users/jacobcoro/gists{/gist_id}",
943
+ "starred_url": "https://api.github.com/users/jacobcoro/starred{/owner}{/repo}",
944
+ "subscriptions_url": "https://api.github.com/users/jacobcoro/subscriptions",
945
+ "organizations_url": "https://api.github.com/users/jacobcoro/orgs",
946
+ "repos_url": "https://api.github.com/users/jacobcoro/repos",
947
+ "events_url": "https://api.github.com/users/jacobcoro/events{/privacy}",
948
+ "received_events_url": "https://api.github.com/users/jacobcoro/received_events",
949
+ "type": "User",
950
+ "user_view_type": "public",
951
+ "site_admin": false
952
+ },
953
+ "labels": [],
954
+ "state": "open",
955
+ "locked": false,
956
+ "assignee": {
957
+ "login": "Tyriar",
958
+ "id": 2193314,
959
+ "node_id": "MDQ6VXNlcjIxOTMzMTQ=",
960
+ "avatar_url": "https://avatars.githubusercontent.com/u/2193314?v=4",
961
+ "gravatar_id": "",
962
+ "url": "https://api.github.com/users/Tyriar",
963
+ "html_url": "https://github.com/Tyriar",
964
+ "followers_url": "https://api.github.com/users/Tyriar/followers",
965
+ "following_url": "https://api.github.com/users/Tyriar/following{/other_user}",
966
+ "gists_url": "https://api.github.com/users/Tyriar/gists{/gist_id}",
967
+ "starred_url": "https://api.github.com/users/Tyriar/starred{/owner}{/repo}",
968
+ "subscriptions_url": "https://api.github.com/users/Tyriar/subscriptions",
969
+ "organizations_url": "https://api.github.com/users/Tyriar/orgs",
970
+ "repos_url": "https://api.github.com/users/Tyriar/repos",
971
+ "events_url": "https://api.github.com/users/Tyriar/events{/privacy}",
972
+ "received_events_url": "https://api.github.com/users/Tyriar/received_events",
973
+ "type": "User",
974
+ "user_view_type": "public",
975
+ "site_admin": true
976
+ },
977
+ "assignees": [
978
+ {
979
+ "login": "Tyriar",
980
+ "id": 2193314,
981
+ "node_id": "MDQ6VXNlcjIxOTMzMTQ=",
982
+ "avatar_url": "https://avatars.githubusercontent.com/u/2193314?v=4",
983
+ "gravatar_id": "",
984
+ "url": "https://api.github.com/users/Tyriar",
985
+ "html_url": "https://github.com/Tyriar",
986
+ "followers_url": "https://api.github.com/users/Tyriar/followers",
987
+ "following_url": "https://api.github.com/users/Tyriar/following{/other_user}",
988
+ "gists_url": "https://api.github.com/users/Tyriar/gists{/gist_id}",
989
+ "starred_url": "https://api.github.com/users/Tyriar/starred{/owner}{/repo}",
990
+ "subscriptions_url": "https://api.github.com/users/Tyriar/subscriptions",
991
+ "organizations_url": "https://api.github.com/users/Tyriar/orgs",
992
+ "repos_url": "https://api.github.com/users/Tyriar/repos",
993
+ "events_url": "https://api.github.com/users/Tyriar/events{/privacy}",
994
+ "received_events_url": "https://api.github.com/users/Tyriar/received_events",
995
+ "type": "User",
996
+ "user_view_type": "public",
997
+ "site_admin": true
998
+ }
999
+ ],
1000
+ "milestone": null,
1001
+ "comments": 1,
1002
+ "created_at": "2025-11-06T01:41:49Z",
1003
+ "updated_at": "2025-11-06T02:15:50Z",
1004
+ "closed_at": null,
1005
+ "author_association": "NONE",
1006
+ "type": null,
1007
+ "active_lock_reason": null,
1008
+ "sub_issues_summary": {
1009
+ "total": 0,
1010
+ "completed": 0,
1011
+ "percent_completed": 0
1012
+ },
1013
+ "issue_dependencies_summary": {
1014
+ "blocked_by": 0,
1015
+ "total_blocked_by": 0,
1016
+ "blocking": 0,
1017
+ "total_blocking": 0
1018
+ },
1019
+ "body": "Agent always stalls out whenever it runs a terminal command \n\n<img width=\"3777\" height=\"1008\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/535a32f7-0baa-4ac2-a54e-ce67886d62be\" />\n\n<!-- Please attach logs to help us diagnose your issue -->\n\n- Copilot Chat Extension Version: Latest\n- Feature (e.g. agent/edit/ask mode): Agent\n- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): Claude Sonnet 4\n- VS Code Version: 1.105.1 (user setup)\nCommit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084\nDate: 2025-10-14T22:33:36.618Z\nElectron: 37.6.0\nElectronBuildId: 12502201\nChromium: 138.0.7204.251\nNode.js: 22.19.0\nV8: 13.8.258.32-electron.0\nOS: Windows_NT x64 10.0.19045\n\nSteps to Reproduce:\n\n1. Ask the agent to do something in the terminal\n2. It hangs\n",
1020
+ "closed_by": null,
1021
+ "reactions": {
1022
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275725/reactions",
1023
+ "total_count": 1,
1024
+ "+1": 0,
1025
+ "-1": 0,
1026
+ "laugh": 0,
1027
+ "hooray": 0,
1028
+ "confused": 0,
1029
+ "heart": 0,
1030
+ "rocket": 0,
1031
+ "eyes": 1
1032
+ },
1033
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275725/timeline",
1034
+ "performed_via_github_app": null,
1035
+ "state_reason": null
1036
+ },
1037
+ {
1038
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275724",
1039
+ "repository_url": "https://api.github.com/repos/microsoft/vscode",
1040
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/275724/labels{/name}",
1041
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/275724/comments",
1042
+ "events_url": "https://api.github.com/repos/microsoft/vscode/issues/275724/events",
1043
+ "html_url": "https://github.com/microsoft/vscode/pull/275724",
1044
+ "id": 3593463938,
1045
+ "node_id": "PR_kwDOAn8RLM6xxzIq",
1046
+ "number": 275724,
1047
+ "title": "updated walkthrough chat panel illustration",
1048
+ "user": {
1049
+ "login": "eli-w-king",
1050
+ "id": 201316543,
1051
+ "node_id": "U_kgDOC__Yvw",
1052
+ "avatar_url": "https://avatars.githubusercontent.com/u/201316543?v=4",
1053
+ "gravatar_id": "",
1054
+ "url": "https://api.github.com/users/eli-w-king",
1055
+ "html_url": "https://github.com/eli-w-king",
1056
+ "followers_url": "https://api.github.com/users/eli-w-king/followers",
1057
+ "following_url": "https://api.github.com/users/eli-w-king/following{/other_user}",
1058
+ "gists_url": "https://api.github.com/users/eli-w-king/gists{/gist_id}",
1059
+ "starred_url": "https://api.github.com/users/eli-w-king/starred{/owner}{/repo}",
1060
+ "subscriptions_url": "https://api.github.com/users/eli-w-king/subscriptions",
1061
+ "organizations_url": "https://api.github.com/users/eli-w-king/orgs",
1062
+ "repos_url": "https://api.github.com/users/eli-w-king/repos",
1063
+ "events_url": "https://api.github.com/users/eli-w-king/events{/privacy}",
1064
+ "received_events_url": "https://api.github.com/users/eli-w-king/received_events",
1065
+ "type": "User",
1066
+ "user_view_type": "public",
1067
+ "site_admin": true
1068
+ },
1069
+ "labels": [
1070
+ {
1071
+ "id": 296838217,
1072
+ "node_id": "MDU6TGFiZWwyOTY4MzgyMTc=",
1073
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/ux",
1074
+ "name": "ux",
1075
+ "color": "c5def5",
1076
+ "default": false,
1077
+ "description": "User experience issues"
1078
+ },
1079
+ {
1080
+ "id": 752419772,
1081
+ "node_id": "MDU6TGFiZWw3NTI0MTk3NzI=",
1082
+ "url": "https://api.github.com/repos/microsoft/vscode/labels/workbench-welcome",
1083
+ "name": "workbench-welcome",
1084
+ "color": "c5def5",
1085
+ "default": false,
1086
+ "description": "Welcome page issues"
1087
+ }
1088
+ ],
1089
+ "state": "open",
1090
+ "locked": false,
1091
+ "assignee": {
1092
+ "login": "eli-w-king",
1093
+ "id": 201316543,
1094
+ "node_id": "U_kgDOC__Yvw",
1095
+ "avatar_url": "https://avatars.githubusercontent.com/u/201316543?v=4",
1096
+ "gravatar_id": "",
1097
+ "url": "https://api.github.com/users/eli-w-king",
1098
+ "html_url": "https://github.com/eli-w-king",
1099
+ "followers_url": "https://api.github.com/users/eli-w-king/followers",
1100
+ "following_url": "https://api.github.com/users/eli-w-king/following{/other_user}",
1101
+ "gists_url": "https://api.github.com/users/eli-w-king/gists{/gist_id}",
1102
+ "starred_url": "https://api.github.com/users/eli-w-king/starred{/owner}{/repo}",
1103
+ "subscriptions_url": "https://api.github.com/users/eli-w-king/subscriptions",
1104
+ "organizations_url": "https://api.github.com/users/eli-w-king/orgs",
1105
+ "repos_url": "https://api.github.com/users/eli-w-king/repos",
1106
+ "events_url": "https://api.github.com/users/eli-w-king/events{/privacy}",
1107
+ "received_events_url": "https://api.github.com/users/eli-w-king/received_events",
1108
+ "type": "User",
1109
+ "user_view_type": "public",
1110
+ "site_admin": true
1111
+ },
1112
+ "assignees": [
1113
+ {
1114
+ "login": "eli-w-king",
1115
+ "id": 201316543,
1116
+ "node_id": "U_kgDOC__Yvw",
1117
+ "avatar_url": "https://avatars.githubusercontent.com/u/201316543?v=4",
1118
+ "gravatar_id": "",
1119
+ "url": "https://api.github.com/users/eli-w-king",
1120
+ "html_url": "https://github.com/eli-w-king",
1121
+ "followers_url": "https://api.github.com/users/eli-w-king/followers",
1122
+ "following_url": "https://api.github.com/users/eli-w-king/following{/other_user}",
1123
+ "gists_url": "https://api.github.com/users/eli-w-king/gists{/gist_id}",
1124
+ "starred_url": "https://api.github.com/users/eli-w-king/starred{/owner}{/repo}",
1125
+ "subscriptions_url": "https://api.github.com/users/eli-w-king/subscriptions",
1126
+ "organizations_url": "https://api.github.com/users/eli-w-king/orgs",
1127
+ "repos_url": "https://api.github.com/users/eli-w-king/repos",
1128
+ "events_url": "https://api.github.com/users/eli-w-king/events{/privacy}",
1129
+ "received_events_url": "https://api.github.com/users/eli-w-king/received_events",
1130
+ "type": "User",
1131
+ "user_view_type": "public",
1132
+ "site_admin": true
1133
+ }
1134
+ ],
1135
+ "milestone": null,
1136
+ "comments": 0,
1137
+ "created_at": "2025-11-06T01:31:46Z",
1138
+ "updated_at": "2025-11-06T01:34:50Z",
1139
+ "closed_at": null,
1140
+ "author_association": "CONTRIBUTOR",
1141
+ "type": null,
1142
+ "active_lock_reason": null,
1143
+ "draft": false,
1144
+ "pull_request": {
1145
+ "url": "https://api.github.com/repos/microsoft/vscode/pulls/275724",
1146
+ "html_url": "https://github.com/microsoft/vscode/pull/275724",
1147
+ "diff_url": "https://github.com/microsoft/vscode/pull/275724.diff",
1148
+ "patch_url": "https://github.com/microsoft/vscode/pull/275724.patch",
1149
+ "merged_at": null
1150
+ },
1151
+ "body": "<!-- Thank you for submitting a Pull Request. Please:\r\n* Read our Pull Request guidelines:\r\n https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests\r\n* Associate an issue with the Pull Request.\r\n* Ensure that the code is up-to-date with the `main` branch.\r\n* Include a description of the proposed changes and how to test them.\r\n-->\r\nReplaced outdated chat panel with chat session example on website. Detailed in https://github.com/microsoft/vscode/issues/273900\r\n![multi-file-edits](https://github.com/user-attachments/assets/56eb8fba-e483-4b75-ab26-a921ebaa1110)\r\n\r\n",
1152
+ "closed_by": null,
1153
+ "reactions": {
1154
+ "url": "https://api.github.com/repos/microsoft/vscode/issues/275724/reactions",
1155
+ "total_count": 0,
1156
+ "+1": 0,
1157
+ "-1": 0,
1158
+ "laugh": 0,
1159
+ "hooray": 0,
1160
+ "confused": 0,
1161
+ "heart": 0,
1162
+ "rocket": 0,
1163
+ "eyes": 0
1164
+ },
1165
+ "timeline_url": "https://api.github.com/repos/microsoft/vscode/issues/275724/timeline",
1166
+ "performed_via_github_app": null,
1167
+ "state_reason": null
1168
+ }
1169
+ ]
github/issues_vscode.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_issues_vscode",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:42.124332",
5
+ "size_bytes": 70166,
6
+ "description": "VS Code open issues",
7
+ "url": "https://api.github.com/repos/microsoft/vscode/issues?per_page=10&state=open"
8
+ }
github/org_apache.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "login": "apache",
3
+ "id": 47359,
4
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
5
+ "url": "https://api.github.com/orgs/apache",
6
+ "repos_url": "https://api.github.com/orgs/apache/repos",
7
+ "events_url": "https://api.github.com/orgs/apache/events",
8
+ "hooks_url": "https://api.github.com/orgs/apache/hooks",
9
+ "issues_url": "https://api.github.com/orgs/apache/issues",
10
+ "members_url": "https://api.github.com/orgs/apache/members{/member}",
11
+ "public_members_url": "https://api.github.com/orgs/apache/public_members{/member}",
12
+ "avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
13
+ "description": "",
14
+ "name": "The Apache Software Foundation",
15
+ "company": null,
16
+ "blog": "https://www.apache.org/",
17
+ "location": null,
18
+ "email": null,
19
+ "twitter_username": null,
20
+ "is_verified": true,
21
+ "has_organization_projects": true,
22
+ "has_repository_projects": true,
23
+ "public_repos": 2829,
24
+ "public_gists": 0,
25
+ "followers": 20337,
26
+ "following": 0,
27
+ "html_url": "https://github.com/apache",
28
+ "created_at": "2009-01-17T20:14:40Z",
29
+ "updated_at": "2025-10-12T11:25:39Z",
30
+ "archived_at": null,
31
+ "type": "Organization"
32
+ }
github/org_apache.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_org_apache",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:11.240851",
5
+ "size_bytes": 1135,
6
+ "description": "Apache organization",
7
+ "url": "https://api.github.com/orgs/apache"
8
+ }
github/org_facebook.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "login": "facebook",
3
+ "id": 69631,
4
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5NjMx",
5
+ "url": "https://api.github.com/orgs/facebook",
6
+ "repos_url": "https://api.github.com/orgs/facebook/repos",
7
+ "events_url": "https://api.github.com/orgs/facebook/events",
8
+ "hooks_url": "https://api.github.com/orgs/facebook/hooks",
9
+ "issues_url": "https://api.github.com/orgs/facebook/issues",
10
+ "members_url": "https://api.github.com/orgs/facebook/members{/member}",
11
+ "public_members_url": "https://api.github.com/orgs/facebook/public_members{/member}",
12
+ "avatar_url": "https://avatars.githubusercontent.com/u/69631?v=4",
13
+ "description": "We are working to build community through open source technology. NB: members must have two-factor auth.",
14
+ "name": "Meta",
15
+ "company": null,
16
+ "blog": "https://opensource.fb.com",
17
+ "location": "Menlo Park, California",
18
+ "email": null,
19
+ "twitter_username": "MetaOpenSource",
20
+ "is_verified": true,
21
+ "has_organization_projects": true,
22
+ "has_repository_projects": true,
23
+ "public_repos": 155,
24
+ "public_gists": 12,
25
+ "followers": 32898,
26
+ "following": 0,
27
+ "html_url": "https://github.com/facebook",
28
+ "created_at": "2009-04-02T03:35:22Z",
29
+ "updated_at": "2024-12-27T21:10:02Z",
30
+ "archived_at": null,
31
+ "type": "Organization"
32
+ }
github/org_facebook.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_org_facebook",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:09.100888",
5
+ "size_bytes": 1265,
6
+ "description": "Facebook organization",
7
+ "url": "https://api.github.com/orgs/facebook"
8
+ }
github/org_google.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "login": "google",
3
+ "id": 1342004,
4
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=",
5
+ "url": "https://api.github.com/orgs/google",
6
+ "repos_url": "https://api.github.com/orgs/google/repos",
7
+ "events_url": "https://api.github.com/orgs/google/events",
8
+ "hooks_url": "https://api.github.com/orgs/google/hooks",
9
+ "issues_url": "https://api.github.com/orgs/google/issues",
10
+ "members_url": "https://api.github.com/orgs/google/members{/member}",
11
+ "public_members_url": "https://api.github.com/orgs/google/public_members{/member}",
12
+ "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
13
+ "description": "Google ❤️ Open Source",
14
+ "name": "Google",
15
+ "company": null,
16
+ "blog": "https://opensource.google/",
17
+ "location": "United States of America",
18
+ "email": "opensource@google.com",
19
+ "twitter_username": "GoogleOSS",
20
+ "is_verified": true,
21
+ "has_organization_projects": true,
22
+ "has_repository_projects": true,
23
+ "public_repos": 2810,
24
+ "public_gists": 0,
25
+ "followers": 62198,
26
+ "following": 0,
27
+ "html_url": "https://github.com/google",
28
+ "created_at": "2012-01-18T01:30:18Z",
29
+ "updated_at": "2025-06-28T19:58:20Z",
30
+ "archived_at": null,
31
+ "type": "Organization"
32
+ }
github/org_google.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_org_google",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:06.973346",
5
+ "size_bytes": 1195,
6
+ "description": "Google organization",
7
+ "url": "https://api.github.com/orgs/google"
8
+ }
github/org_microsoft.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "login": "microsoft",
3
+ "id": 6154722,
4
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=",
5
+ "url": "https://api.github.com/orgs/microsoft",
6
+ "repos_url": "https://api.github.com/orgs/microsoft/repos",
7
+ "events_url": "https://api.github.com/orgs/microsoft/events",
8
+ "hooks_url": "https://api.github.com/orgs/microsoft/hooks",
9
+ "issues_url": "https://api.github.com/orgs/microsoft/issues",
10
+ "members_url": "https://api.github.com/orgs/microsoft/members{/member}",
11
+ "public_members_url": "https://api.github.com/orgs/microsoft/public_members{/member}",
12
+ "avatar_url": "https://avatars.githubusercontent.com/u/6154722?v=4",
13
+ "description": "Open source projects and samples from Microsoft",
14
+ "name": "Microsoft",
15
+ "company": null,
16
+ "blog": "https://opensource.microsoft.com",
17
+ "location": "Redmond, WA",
18
+ "email": "opensource@microsoft.com",
19
+ "twitter_username": "OpenAtMicrosoft",
20
+ "is_verified": true,
21
+ "has_organization_projects": true,
22
+ "has_repository_projects": true,
23
+ "public_repos": 7309,
24
+ "public_gists": 0,
25
+ "followers": 106085,
26
+ "following": 0,
27
+ "html_url": "https://github.com/microsoft",
28
+ "created_at": "2013-12-10T19:06:48Z",
29
+ "updated_at": "2025-06-06T20:30:56Z",
30
+ "archived_at": null,
31
+ "type": "Organization"
32
+ }
github/org_microsoft.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_org_microsoft",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:04.822665",
5
+ "size_bytes": 1250,
6
+ "description": "Microsoft organization",
7
+ "url": "https://api.github.com/orgs/microsoft"
8
+ }
github/pulls_kubernetes.json ADDED
The diff for this file is too large to render. See raw diff
 
github/pulls_kubernetes.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_pulls_kubernetes",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:46.855413",
5
+ "size_bytes": 283446,
6
+ "description": "Kubernetes pull requests",
7
+ "url": "https://api.github.com/repos/kubernetes/kubernetes/pulls?per_page=10&state=open"
8
+ }
github/pulls_tensorflow.json ADDED
The diff for this file is too large to render. See raw diff
 
github/pulls_tensorflow.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_pulls_tensorflow",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:49.204695",
5
+ "size_bytes": 198542,
6
+ "description": "TensorFlow pull requests",
7
+ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls?per_page=10&state=open"
8
+ }
github/releases_nodejs.json ADDED
The diff for this file is too large to render. See raw diff
 
github/releases_nodejs.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_releases_nodejs",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:02.664124",
5
+ "size_bytes": 217781,
6
+ "description": "Node.js releases",
7
+ "url": "https://api.github.com/repos/nodejs/node/releases?per_page=10"
8
+ }
github/releases_rust.json ADDED
The diff for this file is too large to render. See raw diff
 
github/releases_rust.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_releases_rust",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:51:00.350090",
5
+ "size_bytes": 107359,
6
+ "description": "Rust releases",
7
+ "url": "https://api.github.com/repos/rust-lang/rust/releases?per_page=10"
8
+ }
github/repos_django.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 4164482,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnk0MTY0NDgy",
4
+ "name": "django",
5
+ "full_name": "django/django",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "django",
9
+ "id": 27804,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3ODA0",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/27804?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/django",
14
+ "html_url": "https://github.com/django",
15
+ "followers_url": "https://api.github.com/users/django/followers",
16
+ "following_url": "https://api.github.com/users/django/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/django/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/django/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/django/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/django/orgs",
21
+ "repos_url": "https://api.github.com/users/django/repos",
22
+ "events_url": "https://api.github.com/users/django/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/django/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/django/django",
29
+ "description": "The Web framework for perfectionists with deadlines.",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/django/django",
32
+ "forks_url": "https://api.github.com/repos/django/django/forks",
33
+ "keys_url": "https://api.github.com/repos/django/django/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/django/django/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/django/django/teams",
36
+ "hooks_url": "https://api.github.com/repos/django/django/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/django/django/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/django/django/events",
39
+ "assignees_url": "https://api.github.com/repos/django/django/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/django/django/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/django/django/tags",
42
+ "blobs_url": "https://api.github.com/repos/django/django/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/django/django/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/django/django/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/django/django/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/django/django/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/django/django/languages",
48
+ "stargazers_url": "https://api.github.com/repos/django/django/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/django/django/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/django/django/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/django/django/subscription",
52
+ "commits_url": "https://api.github.com/repos/django/django/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/django/django/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/django/django/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/django/django/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/django/django/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/django/django/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/django/django/merges",
59
+ "archive_url": "https://api.github.com/repos/django/django/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/django/django/downloads",
61
+ "issues_url": "https://api.github.com/repos/django/django/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/django/django/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/django/django/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/django/django/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/django/django/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/django/django/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/django/django/deployments",
68
+ "created_at": "2012-04-28T02:47:18Z",
69
+ "updated_at": "2025-11-06T01:22:06Z",
70
+ "pushed_at": "2025-11-05T22:06:51Z",
71
+ "git_url": "git://github.com/django/django.git",
72
+ "ssh_url": "git@github.com:django/django.git",
73
+ "clone_url": "https://github.com/django/django.git",
74
+ "svn_url": "https://github.com/django/django",
75
+ "homepage": "https://www.djangoproject.com/",
76
+ "size": 274548,
77
+ "stargazers_count": 85664,
78
+ "watchers_count": 85664,
79
+ "language": "Python",
80
+ "has_issues": false,
81
+ "has_projects": false,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 33194,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 356,
91
+ "license": {
92
+ "key": "bsd-3-clause",
93
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
94
+ "spdx_id": "BSD-3-Clause",
95
+ "url": "https://api.github.com/licenses/bsd-3-clause",
96
+ "node_id": "MDc6TGljZW5zZTU="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "apps",
103
+ "django",
104
+ "framework",
105
+ "models",
106
+ "orm",
107
+ "python",
108
+ "templates",
109
+ "views",
110
+ "web"
111
+ ],
112
+ "visibility": "public",
113
+ "forks": 33194,
114
+ "open_issues": 356,
115
+ "watchers": 85664,
116
+ "default_branch": "main",
117
+ "temp_clone_token": null,
118
+ "custom_properties": {},
119
+ "organization": {
120
+ "login": "django",
121
+ "id": 27804,
122
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3ODA0",
123
+ "avatar_url": "https://avatars.githubusercontent.com/u/27804?v=4",
124
+ "gravatar_id": "",
125
+ "url": "https://api.github.com/users/django",
126
+ "html_url": "https://github.com/django",
127
+ "followers_url": "https://api.github.com/users/django/followers",
128
+ "following_url": "https://api.github.com/users/django/following{/other_user}",
129
+ "gists_url": "https://api.github.com/users/django/gists{/gist_id}",
130
+ "starred_url": "https://api.github.com/users/django/starred{/owner}{/repo}",
131
+ "subscriptions_url": "https://api.github.com/users/django/subscriptions",
132
+ "organizations_url": "https://api.github.com/users/django/orgs",
133
+ "repos_url": "https://api.github.com/users/django/repos",
134
+ "events_url": "https://api.github.com/users/django/events{/privacy}",
135
+ "received_events_url": "https://api.github.com/users/django/received_events",
136
+ "type": "Organization",
137
+ "user_view_type": "public",
138
+ "site_admin": false
139
+ },
140
+ "network_count": 33194,
141
+ "subscribers_count": 2265
142
+ }
github/repos_django.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_django",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:24.545279",
5
+ "size_bytes": 6714,
6
+ "description": "Django repository info",
7
+ "url": "https://api.github.com/repos/django/django"
8
+ }
github/repos_golang.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 23096959,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5Njk1OQ==",
4
+ "name": "go",
5
+ "full_name": "golang/go",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "golang",
9
+ "id": 4314092,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjQzMTQwOTI=",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/4314092?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/golang",
14
+ "html_url": "https://github.com/golang",
15
+ "followers_url": "https://api.github.com/users/golang/followers",
16
+ "following_url": "https://api.github.com/users/golang/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/golang/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/golang/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/golang/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/golang/orgs",
21
+ "repos_url": "https://api.github.com/users/golang/repos",
22
+ "events_url": "https://api.github.com/users/golang/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/golang/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/golang/go",
29
+ "description": "The Go programming language",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/golang/go",
32
+ "forks_url": "https://api.github.com/repos/golang/go/forks",
33
+ "keys_url": "https://api.github.com/repos/golang/go/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/golang/go/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/golang/go/teams",
36
+ "hooks_url": "https://api.github.com/repos/golang/go/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/golang/go/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/golang/go/events",
39
+ "assignees_url": "https://api.github.com/repos/golang/go/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/golang/go/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/golang/go/tags",
42
+ "blobs_url": "https://api.github.com/repos/golang/go/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/golang/go/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/golang/go/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/golang/go/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/golang/go/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/golang/go/languages",
48
+ "stargazers_url": "https://api.github.com/repos/golang/go/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/golang/go/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/golang/go/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/golang/go/subscription",
52
+ "commits_url": "https://api.github.com/repos/golang/go/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/golang/go/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/golang/go/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/golang/go/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/golang/go/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/golang/go/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/golang/go/merges",
59
+ "archive_url": "https://api.github.com/repos/golang/go/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/golang/go/downloads",
61
+ "issues_url": "https://api.github.com/repos/golang/go/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/golang/go/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/golang/go/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/golang/go/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/golang/go/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/golang/go/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/golang/go/deployments",
68
+ "created_at": "2014-08-19T04:33:40Z",
69
+ "updated_at": "2025-11-06T02:20:34Z",
70
+ "pushed_at": "2025-11-06T00:43:44Z",
71
+ "git_url": "git://github.com/golang/go.git",
72
+ "ssh_url": "git@github.com:golang/go.git",
73
+ "clone_url": "https://github.com/golang/go.git",
74
+ "svn_url": "https://github.com/golang/go",
75
+ "homepage": "https://go.dev",
76
+ "size": 417045,
77
+ "stargazers_count": 130694,
78
+ "watchers_count": 130694,
79
+ "language": "Go",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": true,
84
+ "has_pages": false,
85
+ "has_discussions": true,
86
+ "forks_count": 18434,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 9612,
91
+ "license": {
92
+ "key": "bsd-3-clause",
93
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
94
+ "spdx_id": "BSD-3-Clause",
95
+ "url": "https://api.github.com/licenses/bsd-3-clause",
96
+ "node_id": "MDc6TGljZW5zZTU="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "go",
103
+ "golang",
104
+ "language",
105
+ "programming-language"
106
+ ],
107
+ "visibility": "public",
108
+ "forks": 18434,
109
+ "open_issues": 9612,
110
+ "watchers": 130694,
111
+ "default_branch": "master",
112
+ "temp_clone_token": null,
113
+ "custom_properties": {
114
+ "requires_action_scanning": "false",
115
+ "requires_two_party_review": "false"
116
+ },
117
+ "organization": {
118
+ "login": "golang",
119
+ "id": 4314092,
120
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjQzMTQwOTI=",
121
+ "avatar_url": "https://avatars.githubusercontent.com/u/4314092?v=4",
122
+ "gravatar_id": "",
123
+ "url": "https://api.github.com/users/golang",
124
+ "html_url": "https://github.com/golang",
125
+ "followers_url": "https://api.github.com/users/golang/followers",
126
+ "following_url": "https://api.github.com/users/golang/following{/other_user}",
127
+ "gists_url": "https://api.github.com/users/golang/gists{/gist_id}",
128
+ "starred_url": "https://api.github.com/users/golang/starred{/owner}{/repo}",
129
+ "subscriptions_url": "https://api.github.com/users/golang/subscriptions",
130
+ "organizations_url": "https://api.github.com/users/golang/orgs",
131
+ "repos_url": "https://api.github.com/users/golang/repos",
132
+ "events_url": "https://api.github.com/users/golang/events{/privacy}",
133
+ "received_events_url": "https://api.github.com/users/golang/received_events",
134
+ "type": "Organization",
135
+ "user_view_type": "public",
136
+ "site_admin": false
137
+ },
138
+ "network_count": 18434,
139
+ "subscribers_count": 3341
140
+ }
github/repos_golang.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_golang",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:20.149620",
5
+ "size_bytes": 6547,
6
+ "description": "Go repository info",
7
+ "url": "https://api.github.com/repos/golang/go"
8
+ }
github/repos_kubernetes.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 20580498,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==",
4
+ "name": "kubernetes",
5
+ "full_name": "kubernetes/kubernetes",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "kubernetes",
9
+ "id": 13629408,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/13629408?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/kubernetes",
14
+ "html_url": "https://github.com/kubernetes",
15
+ "followers_url": "https://api.github.com/users/kubernetes/followers",
16
+ "following_url": "https://api.github.com/users/kubernetes/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/kubernetes/orgs",
21
+ "repos_url": "https://api.github.com/users/kubernetes/repos",
22
+ "events_url": "https://api.github.com/users/kubernetes/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/kubernetes/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/kubernetes/kubernetes",
29
+ "description": "Production-Grade Container Scheduling and Management",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/kubernetes/kubernetes",
32
+ "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks",
33
+ "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams",
36
+ "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events",
39
+ "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags",
42
+ "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages",
48
+ "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription",
52
+ "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges",
59
+ "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads",
61
+ "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments",
68
+ "created_at": "2014-06-06T22:56:04Z",
69
+ "updated_at": "2025-11-06T02:53:21Z",
70
+ "pushed_at": "2025-11-06T02:53:12Z",
71
+ "git_url": "git://github.com/kubernetes/kubernetes.git",
72
+ "ssh_url": "git@github.com:kubernetes/kubernetes.git",
73
+ "clone_url": "https://github.com/kubernetes/kubernetes.git",
74
+ "svn_url": "https://github.com/kubernetes/kubernetes",
75
+ "homepage": "https://kubernetes.io",
76
+ "size": 1425263,
77
+ "stargazers_count": 118414,
78
+ "watchers_count": 118414,
79
+ "language": "Go",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 41643,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 2528,
91
+ "license": {
92
+ "key": "apache-2.0",
93
+ "name": "Apache License 2.0",
94
+ "spdx_id": "Apache-2.0",
95
+ "url": "https://api.github.com/licenses/apache-2.0",
96
+ "node_id": "MDc6TGljZW5zZTI="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "cncf",
103
+ "containers",
104
+ "go",
105
+ "kubernetes"
106
+ ],
107
+ "visibility": "public",
108
+ "forks": 41643,
109
+ "open_issues": 2528,
110
+ "watchers": 118414,
111
+ "default_branch": "master",
112
+ "temp_clone_token": null,
113
+ "custom_properties": {},
114
+ "organization": {
115
+ "login": "kubernetes",
116
+ "id": 13629408,
117
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4",
118
+ "avatar_url": "https://avatars.githubusercontent.com/u/13629408?v=4",
119
+ "gravatar_id": "",
120
+ "url": "https://api.github.com/users/kubernetes",
121
+ "html_url": "https://github.com/kubernetes",
122
+ "followers_url": "https://api.github.com/users/kubernetes/followers",
123
+ "following_url": "https://api.github.com/users/kubernetes/following{/other_user}",
124
+ "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}",
125
+ "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}",
126
+ "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions",
127
+ "organizations_url": "https://api.github.com/users/kubernetes/orgs",
128
+ "repos_url": "https://api.github.com/users/kubernetes/repos",
129
+ "events_url": "https://api.github.com/users/kubernetes/events{/privacy}",
130
+ "received_events_url": "https://api.github.com/users/kubernetes/received_events",
131
+ "type": "Organization",
132
+ "user_view_type": "public",
133
+ "site_admin": false
134
+ },
135
+ "network_count": 41643,
136
+ "subscribers_count": 3189
137
+ }
github/repos_kubernetes.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_kubernetes",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:06.864068",
5
+ "size_bytes": 7080,
6
+ "description": "Kubernetes repository info",
7
+ "url": "https://api.github.com/repos/kubernetes/kubernetes"
8
+ }
github/repos_nodejs.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 27193779,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNzE5Mzc3OQ==",
4
+ "name": "node",
5
+ "full_name": "nodejs/node",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "nodejs",
9
+ "id": 9950313,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NTAzMTM=",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/9950313?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/nodejs",
14
+ "html_url": "https://github.com/nodejs",
15
+ "followers_url": "https://api.github.com/users/nodejs/followers",
16
+ "following_url": "https://api.github.com/users/nodejs/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/nodejs/orgs",
21
+ "repos_url": "https://api.github.com/users/nodejs/repos",
22
+ "events_url": "https://api.github.com/users/nodejs/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/nodejs/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/nodejs/node",
29
+ "description": "Node.js JavaScript runtime ✨🐢🚀✨",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/nodejs/node",
32
+ "forks_url": "https://api.github.com/repos/nodejs/node/forks",
33
+ "keys_url": "https://api.github.com/repos/nodejs/node/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/nodejs/node/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/nodejs/node/teams",
36
+ "hooks_url": "https://api.github.com/repos/nodejs/node/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/nodejs/node/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/nodejs/node/events",
39
+ "assignees_url": "https://api.github.com/repos/nodejs/node/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/nodejs/node/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/nodejs/node/tags",
42
+ "blobs_url": "https://api.github.com/repos/nodejs/node/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/nodejs/node/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/nodejs/node/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/nodejs/node/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/nodejs/node/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/nodejs/node/languages",
48
+ "stargazers_url": "https://api.github.com/repos/nodejs/node/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/nodejs/node/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/nodejs/node/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/nodejs/node/subscription",
52
+ "commits_url": "https://api.github.com/repos/nodejs/node/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/nodejs/node/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/nodejs/node/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/nodejs/node/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/nodejs/node/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/nodejs/node/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/nodejs/node/merges",
59
+ "archive_url": "https://api.github.com/repos/nodejs/node/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/nodejs/node/downloads",
61
+ "issues_url": "https://api.github.com/repos/nodejs/node/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/nodejs/node/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/nodejs/node/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/nodejs/node/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/nodejs/node/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/nodejs/node/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/nodejs/node/deployments",
68
+ "created_at": "2014-11-26T19:57:11Z",
69
+ "updated_at": "2025-11-05T22:54:56Z",
70
+ "pushed_at": "2025-11-05T22:45:09Z",
71
+ "git_url": "git://github.com/nodejs/node.git",
72
+ "ssh_url": "git@github.com:nodejs/node.git",
73
+ "clone_url": "https://github.com/nodejs/node.git",
74
+ "svn_url": "https://github.com/nodejs/node",
75
+ "homepage": "https://nodejs.org",
76
+ "size": 1364456,
77
+ "stargazers_count": 114160,
78
+ "watchers_count": 114160,
79
+ "language": "JavaScript",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 33685,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 2384,
91
+ "license": {
92
+ "key": "other",
93
+ "name": "Other",
94
+ "spdx_id": "NOASSERTION",
95
+ "url": null,
96
+ "node_id": "MDc6TGljZW5zZTA="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "javascript",
103
+ "js",
104
+ "linux",
105
+ "macos",
106
+ "mit",
107
+ "node",
108
+ "nodejs",
109
+ "runtime",
110
+ "windows"
111
+ ],
112
+ "visibility": "public",
113
+ "forks": 33685,
114
+ "open_issues": 2384,
115
+ "watchers": 114160,
116
+ "default_branch": "main",
117
+ "temp_clone_token": null,
118
+ "custom_properties": {},
119
+ "organization": {
120
+ "login": "nodejs",
121
+ "id": 9950313,
122
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NTAzMTM=",
123
+ "avatar_url": "https://avatars.githubusercontent.com/u/9950313?v=4",
124
+ "gravatar_id": "",
125
+ "url": "https://api.github.com/users/nodejs",
126
+ "html_url": "https://github.com/nodejs",
127
+ "followers_url": "https://api.github.com/users/nodejs/followers",
128
+ "following_url": "https://api.github.com/users/nodejs/following{/other_user}",
129
+ "gists_url": "https://api.github.com/users/nodejs/gists{/gist_id}",
130
+ "starred_url": "https://api.github.com/users/nodejs/starred{/owner}{/repo}",
131
+ "subscriptions_url": "https://api.github.com/users/nodejs/subscriptions",
132
+ "organizations_url": "https://api.github.com/users/nodejs/orgs",
133
+ "repos_url": "https://api.github.com/users/nodejs/repos",
134
+ "events_url": "https://api.github.com/users/nodejs/events{/privacy}",
135
+ "received_events_url": "https://api.github.com/users/nodejs/received_events",
136
+ "type": "Organization",
137
+ "user_view_type": "public",
138
+ "site_admin": false
139
+ },
140
+ "network_count": 33685,
141
+ "subscribers_count": 2968
142
+ }
github/repos_nodejs.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_nodejs",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:22.355977",
5
+ "size_bytes": 6542,
6
+ "description": "Node.js repository info",
7
+ "url": "https://api.github.com/repos/nodejs/node"
8
+ }
github/repos_python.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 81598961,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnk4MTU5ODk2MQ==",
4
+ "name": "cpython",
5
+ "full_name": "python/cpython",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "python",
9
+ "id": 1525981,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MjU5ODE=",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/1525981?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/python",
14
+ "html_url": "https://github.com/python",
15
+ "followers_url": "https://api.github.com/users/python/followers",
16
+ "following_url": "https://api.github.com/users/python/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/python/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/python/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/python/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/python/orgs",
21
+ "repos_url": "https://api.github.com/users/python/repos",
22
+ "events_url": "https://api.github.com/users/python/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/python/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/python/cpython",
29
+ "description": "The Python programming language",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/python/cpython",
32
+ "forks_url": "https://api.github.com/repos/python/cpython/forks",
33
+ "keys_url": "https://api.github.com/repos/python/cpython/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/python/cpython/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/python/cpython/teams",
36
+ "hooks_url": "https://api.github.com/repos/python/cpython/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/python/cpython/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/python/cpython/events",
39
+ "assignees_url": "https://api.github.com/repos/python/cpython/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/python/cpython/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/python/cpython/tags",
42
+ "blobs_url": "https://api.github.com/repos/python/cpython/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/python/cpython/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/python/cpython/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/python/cpython/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/python/cpython/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/python/cpython/languages",
48
+ "stargazers_url": "https://api.github.com/repos/python/cpython/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/python/cpython/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/python/cpython/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/python/cpython/subscription",
52
+ "commits_url": "https://api.github.com/repos/python/cpython/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/python/cpython/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/python/cpython/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/python/cpython/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/python/cpython/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/python/cpython/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/python/cpython/merges",
59
+ "archive_url": "https://api.github.com/repos/python/cpython/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/python/cpython/downloads",
61
+ "issues_url": "https://api.github.com/repos/python/cpython/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/python/cpython/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/python/cpython/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/python/cpython/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/python/cpython/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/python/cpython/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/python/cpython/deployments",
68
+ "created_at": "2017-02-10T19:23:51Z",
69
+ "updated_at": "2025-11-06T02:51:46Z",
70
+ "pushed_at": "2025-11-05T22:52:43Z",
71
+ "git_url": "git://github.com/python/cpython.git",
72
+ "ssh_url": "git@github.com:python/cpython.git",
73
+ "clone_url": "https://github.com/python/cpython.git",
74
+ "svn_url": "https://github.com/python/cpython",
75
+ "homepage": "https://www.python.org",
76
+ "size": 747207,
77
+ "stargazers_count": 69684,
78
+ "watchers_count": 69684,
79
+ "language": "Python",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 33297,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 9228,
91
+ "license": {
92
+ "key": "other",
93
+ "name": "Other",
94
+ "spdx_id": "NOASSERTION",
95
+ "url": null,
96
+ "node_id": "MDc6TGljZW5zZTA="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [],
102
+ "visibility": "public",
103
+ "forks": 33297,
104
+ "open_issues": 9228,
105
+ "watchers": 69684,
106
+ "default_branch": "main",
107
+ "temp_clone_token": null,
108
+ "custom_properties": {},
109
+ "organization": {
110
+ "login": "python",
111
+ "id": 1525981,
112
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MjU5ODE=",
113
+ "avatar_url": "https://avatars.githubusercontent.com/u/1525981?v=4",
114
+ "gravatar_id": "",
115
+ "url": "https://api.github.com/users/python",
116
+ "html_url": "https://github.com/python",
117
+ "followers_url": "https://api.github.com/users/python/followers",
118
+ "following_url": "https://api.github.com/users/python/following{/other_user}",
119
+ "gists_url": "https://api.github.com/users/python/gists{/gist_id}",
120
+ "starred_url": "https://api.github.com/users/python/starred{/owner}{/repo}",
121
+ "subscriptions_url": "https://api.github.com/users/python/subscriptions",
122
+ "organizations_url": "https://api.github.com/users/python/orgs",
123
+ "repos_url": "https://api.github.com/users/python/repos",
124
+ "events_url": "https://api.github.com/users/python/events{/privacy}",
125
+ "received_events_url": "https://api.github.com/users/python/received_events",
126
+ "type": "Organization",
127
+ "user_view_type": "public",
128
+ "site_admin": false
129
+ },
130
+ "network_count": 33297,
131
+ "subscribers_count": 1533
132
+ }
github/repos_python.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_python",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:17.950369",
5
+ "size_bytes": 6537,
6
+ "description": "Python repository info",
7
+ "url": "https://api.github.com/repos/python/cpython"
8
+ }
github/repos_react.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 10270250,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMDI3MDI1MA==",
4
+ "name": "react",
5
+ "full_name": "facebook/react",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "facebook",
9
+ "id": 69631,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5NjMx",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/69631?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/facebook",
14
+ "html_url": "https://github.com/facebook",
15
+ "followers_url": "https://api.github.com/users/facebook/followers",
16
+ "following_url": "https://api.github.com/users/facebook/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/facebook/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/facebook/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/facebook/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/facebook/orgs",
21
+ "repos_url": "https://api.github.com/users/facebook/repos",
22
+ "events_url": "https://api.github.com/users/facebook/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/facebook/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/facebook/react",
29
+ "description": "The library for web and native user interfaces.",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/facebook/react",
32
+ "forks_url": "https://api.github.com/repos/facebook/react/forks",
33
+ "keys_url": "https://api.github.com/repos/facebook/react/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/facebook/react/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/facebook/react/teams",
36
+ "hooks_url": "https://api.github.com/repos/facebook/react/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/facebook/react/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/facebook/react/events",
39
+ "assignees_url": "https://api.github.com/repos/facebook/react/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/facebook/react/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/facebook/react/tags",
42
+ "blobs_url": "https://api.github.com/repos/facebook/react/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/facebook/react/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/facebook/react/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/facebook/react/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/facebook/react/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/facebook/react/languages",
48
+ "stargazers_url": "https://api.github.com/repos/facebook/react/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/facebook/react/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/facebook/react/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/facebook/react/subscription",
52
+ "commits_url": "https://api.github.com/repos/facebook/react/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/facebook/react/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/facebook/react/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/facebook/react/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/facebook/react/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/facebook/react/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/facebook/react/merges",
59
+ "archive_url": "https://api.github.com/repos/facebook/react/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/facebook/react/downloads",
61
+ "issues_url": "https://api.github.com/repos/facebook/react/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/facebook/react/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/facebook/react/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/facebook/react/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/facebook/react/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/facebook/react/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/facebook/react/deployments",
68
+ "created_at": "2013-05-24T16:15:54Z",
69
+ "updated_at": "2025-11-06T03:17:29Z",
70
+ "pushed_at": "2025-11-05T21:57:26Z",
71
+ "git_url": "git://github.com/facebook/react.git",
72
+ "ssh_url": "git@github.com:facebook/react.git",
73
+ "clone_url": "https://github.com/facebook/react.git",
74
+ "svn_url": "https://github.com/facebook/react",
75
+ "homepage": "https://react.dev",
76
+ "size": 1212599,
77
+ "stargazers_count": 240343,
78
+ "watchers_count": 240343,
79
+ "language": "JavaScript",
80
+ "has_issues": true,
81
+ "has_projects": false,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": true,
85
+ "has_discussions": false,
86
+ "forks_count": 49749,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 1045,
91
+ "license": {
92
+ "key": "mit",
93
+ "name": "MIT License",
94
+ "spdx_id": "MIT",
95
+ "url": "https://api.github.com/licenses/mit",
96
+ "node_id": "MDc6TGljZW5zZTEz"
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "declarative",
103
+ "frontend",
104
+ "javascript",
105
+ "library",
106
+ "react",
107
+ "ui"
108
+ ],
109
+ "visibility": "public",
110
+ "forks": 49749,
111
+ "open_issues": 1045,
112
+ "watchers": 240343,
113
+ "default_branch": "main",
114
+ "temp_clone_token": null,
115
+ "custom_properties": {},
116
+ "organization": {
117
+ "login": "facebook",
118
+ "id": 69631,
119
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5NjMx",
120
+ "avatar_url": "https://avatars.githubusercontent.com/u/69631?v=4",
121
+ "gravatar_id": "",
122
+ "url": "https://api.github.com/users/facebook",
123
+ "html_url": "https://github.com/facebook",
124
+ "followers_url": "https://api.github.com/users/facebook/followers",
125
+ "following_url": "https://api.github.com/users/facebook/following{/other_user}",
126
+ "gists_url": "https://api.github.com/users/facebook/gists{/gist_id}",
127
+ "starred_url": "https://api.github.com/users/facebook/starred{/owner}{/repo}",
128
+ "subscriptions_url": "https://api.github.com/users/facebook/subscriptions",
129
+ "organizations_url": "https://api.github.com/users/facebook/orgs",
130
+ "repos_url": "https://api.github.com/users/facebook/repos",
131
+ "events_url": "https://api.github.com/users/facebook/events{/privacy}",
132
+ "received_events_url": "https://api.github.com/users/facebook/received_events",
133
+ "type": "Organization",
134
+ "user_view_type": "public",
135
+ "site_admin": false
136
+ },
137
+ "network_count": 49749,
138
+ "subscribers_count": 6693
139
+ }
github/repos_react.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_react",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:09.130655",
5
+ "size_bytes": 6708,
6
+ "description": "React repository info",
7
+ "url": "https://api.github.com/repos/facebook/react"
8
+ }
github/repos_rust.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 724712,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnk3MjQ3MTI=",
4
+ "name": "rust",
5
+ "full_name": "rust-lang/rust",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "rust-lang",
9
+ "id": 5430905,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0MzA5MDU=",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/5430905?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/rust-lang",
14
+ "html_url": "https://github.com/rust-lang",
15
+ "followers_url": "https://api.github.com/users/rust-lang/followers",
16
+ "following_url": "https://api.github.com/users/rust-lang/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/rust-lang/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/rust-lang/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/rust-lang/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/rust-lang/orgs",
21
+ "repos_url": "https://api.github.com/users/rust-lang/repos",
22
+ "events_url": "https://api.github.com/users/rust-lang/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/rust-lang/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/rust-lang/rust",
29
+ "description": "Empowering everyone to build reliable and efficient software.",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/rust-lang/rust",
32
+ "forks_url": "https://api.github.com/repos/rust-lang/rust/forks",
33
+ "keys_url": "https://api.github.com/repos/rust-lang/rust/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/rust-lang/rust/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/rust-lang/rust/teams",
36
+ "hooks_url": "https://api.github.com/repos/rust-lang/rust/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/rust-lang/rust/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/rust-lang/rust/events",
39
+ "assignees_url": "https://api.github.com/repos/rust-lang/rust/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/rust-lang/rust/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/rust-lang/rust/tags",
42
+ "blobs_url": "https://api.github.com/repos/rust-lang/rust/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/rust-lang/rust/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/rust-lang/rust/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/rust-lang/rust/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/rust-lang/rust/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/rust-lang/rust/languages",
48
+ "stargazers_url": "https://api.github.com/repos/rust-lang/rust/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/rust-lang/rust/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/rust-lang/rust/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/rust-lang/rust/subscription",
52
+ "commits_url": "https://api.github.com/repos/rust-lang/rust/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/rust-lang/rust/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/rust-lang/rust/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/rust-lang/rust/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/rust-lang/rust/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/rust-lang/rust/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/rust-lang/rust/merges",
59
+ "archive_url": "https://api.github.com/repos/rust-lang/rust/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/rust-lang/rust/downloads",
61
+ "issues_url": "https://api.github.com/repos/rust-lang/rust/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/rust-lang/rust/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/rust-lang/rust/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/rust-lang/rust/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/rust-lang/rust/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/rust-lang/rust/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/rust-lang/rust/deployments",
68
+ "created_at": "2010-06-16T20:39:03Z",
69
+ "updated_at": "2025-11-06T02:33:58Z",
70
+ "pushed_at": "2025-11-06T02:24:42Z",
71
+ "git_url": "git://github.com/rust-lang/rust.git",
72
+ "ssh_url": "git@github.com:rust-lang/rust.git",
73
+ "clone_url": "https://github.com/rust-lang/rust.git",
74
+ "svn_url": "https://github.com/rust-lang/rust",
75
+ "homepage": "https://www.rust-lang.org",
76
+ "size": 801827,
77
+ "stargazers_count": 107661,
78
+ "watchers_count": 107661,
79
+ "language": "Rust",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 13940,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 11683,
91
+ "license": {
92
+ "key": "other",
93
+ "name": "Other",
94
+ "spdx_id": "NOASSERTION",
95
+ "url": null,
96
+ "node_id": "MDc6TGljZW5zZTA="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "compiler",
103
+ "language",
104
+ "rust"
105
+ ],
106
+ "visibility": "public",
107
+ "forks": 13940,
108
+ "open_issues": 11683,
109
+ "watchers": 107661,
110
+ "default_branch": "master",
111
+ "temp_clone_token": null,
112
+ "custom_properties": {},
113
+ "organization": {
114
+ "login": "rust-lang",
115
+ "id": 5430905,
116
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0MzA5MDU=",
117
+ "avatar_url": "https://avatars.githubusercontent.com/u/5430905?v=4",
118
+ "gravatar_id": "",
119
+ "url": "https://api.github.com/users/rust-lang",
120
+ "html_url": "https://github.com/rust-lang",
121
+ "followers_url": "https://api.github.com/users/rust-lang/followers",
122
+ "following_url": "https://api.github.com/users/rust-lang/following{/other_user}",
123
+ "gists_url": "https://api.github.com/users/rust-lang/gists{/gist_id}",
124
+ "starred_url": "https://api.github.com/users/rust-lang/starred{/owner}{/repo}",
125
+ "subscriptions_url": "https://api.github.com/users/rust-lang/subscriptions",
126
+ "organizations_url": "https://api.github.com/users/rust-lang/orgs",
127
+ "repos_url": "https://api.github.com/users/rust-lang/repos",
128
+ "events_url": "https://api.github.com/users/rust-lang/events{/privacy}",
129
+ "received_events_url": "https://api.github.com/users/rust-lang/received_events",
130
+ "type": "Organization",
131
+ "user_view_type": "public",
132
+ "site_admin": false
133
+ },
134
+ "network_count": 13940,
135
+ "subscribers_count": 1467
136
+ }
github/repos_rust.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_rust",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:15.772751",
5
+ "size_bytes": 6684,
6
+ "description": "Rust repository info",
7
+ "url": "https://api.github.com/repos/rust-lang/rust"
8
+ }
github/repos_tensorflow.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 45717250,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnk0NTcxNzI1MA==",
4
+ "name": "tensorflow",
5
+ "full_name": "tensorflow/tensorflow",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "tensorflow",
9
+ "id": 15658638,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NjU4NjM4",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/15658638?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/tensorflow",
14
+ "html_url": "https://github.com/tensorflow",
15
+ "followers_url": "https://api.github.com/users/tensorflow/followers",
16
+ "following_url": "https://api.github.com/users/tensorflow/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/tensorflow/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/tensorflow/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/tensorflow/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/tensorflow/orgs",
21
+ "repos_url": "https://api.github.com/users/tensorflow/repos",
22
+ "events_url": "https://api.github.com/users/tensorflow/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/tensorflow/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/tensorflow/tensorflow",
29
+ "description": "An Open Source Machine Learning Framework for Everyone",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/tensorflow/tensorflow",
32
+ "forks_url": "https://api.github.com/repos/tensorflow/tensorflow/forks",
33
+ "keys_url": "https://api.github.com/repos/tensorflow/tensorflow/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/tensorflow/tensorflow/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/tensorflow/tensorflow/teams",
36
+ "hooks_url": "https://api.github.com/repos/tensorflow/tensorflow/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/tensorflow/tensorflow/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/tensorflow/tensorflow/events",
39
+ "assignees_url": "https://api.github.com/repos/tensorflow/tensorflow/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/tensorflow/tensorflow/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/tensorflow/tensorflow/tags",
42
+ "blobs_url": "https://api.github.com/repos/tensorflow/tensorflow/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/tensorflow/tensorflow/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/tensorflow/tensorflow/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/tensorflow/tensorflow/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/tensorflow/tensorflow/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/tensorflow/tensorflow/languages",
48
+ "stargazers_url": "https://api.github.com/repos/tensorflow/tensorflow/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/tensorflow/tensorflow/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/tensorflow/tensorflow/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/tensorflow/tensorflow/subscription",
52
+ "commits_url": "https://api.github.com/repos/tensorflow/tensorflow/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/tensorflow/tensorflow/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/tensorflow/tensorflow/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/tensorflow/tensorflow/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/tensorflow/tensorflow/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/tensorflow/tensorflow/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/tensorflow/tensorflow/merges",
59
+ "archive_url": "https://api.github.com/repos/tensorflow/tensorflow/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/tensorflow/tensorflow/downloads",
61
+ "issues_url": "https://api.github.com/repos/tensorflow/tensorflow/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/tensorflow/tensorflow/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/tensorflow/tensorflow/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/tensorflow/tensorflow/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/tensorflow/tensorflow/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/tensorflow/tensorflow/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/tensorflow/tensorflow/deployments",
68
+ "created_at": "2015-11-07T01:19:20Z",
69
+ "updated_at": "2025-11-06T01:52:45Z",
70
+ "pushed_at": "2025-11-06T03:49:40Z",
71
+ "git_url": "git://github.com/tensorflow/tensorflow.git",
72
+ "ssh_url": "git@github.com:tensorflow/tensorflow.git",
73
+ "clone_url": "https://github.com/tensorflow/tensorflow.git",
74
+ "svn_url": "https://github.com/tensorflow/tensorflow",
75
+ "homepage": "https://tensorflow.org",
76
+ "size": 1218255,
77
+ "stargazers_count": 192319,
78
+ "watchers_count": 192319,
79
+ "language": "C++",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": false,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 74957,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 1988,
91
+ "license": {
92
+ "key": "apache-2.0",
93
+ "name": "Apache License 2.0",
94
+ "spdx_id": "Apache-2.0",
95
+ "url": "https://api.github.com/licenses/apache-2.0",
96
+ "node_id": "MDc6TGljZW5zZTI="
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "deep-learning",
103
+ "deep-neural-networks",
104
+ "distributed",
105
+ "machine-learning",
106
+ "ml",
107
+ "neural-network",
108
+ "python",
109
+ "tensorflow"
110
+ ],
111
+ "visibility": "public",
112
+ "forks": 74957,
113
+ "open_issues": 1988,
114
+ "watchers": 192319,
115
+ "default_branch": "master",
116
+ "temp_clone_token": null,
117
+ "custom_properties": {
118
+ "requires_action_scanning": "true",
119
+ "requires_two_party_review": "false"
120
+ },
121
+ "organization": {
122
+ "login": "tensorflow",
123
+ "id": 15658638,
124
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NjU4NjM4",
125
+ "avatar_url": "https://avatars.githubusercontent.com/u/15658638?v=4",
126
+ "gravatar_id": "",
127
+ "url": "https://api.github.com/users/tensorflow",
128
+ "html_url": "https://github.com/tensorflow",
129
+ "followers_url": "https://api.github.com/users/tensorflow/followers",
130
+ "following_url": "https://api.github.com/users/tensorflow/following{/other_user}",
131
+ "gists_url": "https://api.github.com/users/tensorflow/gists{/gist_id}",
132
+ "starred_url": "https://api.github.com/users/tensorflow/starred{/owner}{/repo}",
133
+ "subscriptions_url": "https://api.github.com/users/tensorflow/subscriptions",
134
+ "organizations_url": "https://api.github.com/users/tensorflow/orgs",
135
+ "repos_url": "https://api.github.com/users/tensorflow/repos",
136
+ "events_url": "https://api.github.com/users/tensorflow/events{/privacy}",
137
+ "received_events_url": "https://api.github.com/users/tensorflow/received_events",
138
+ "type": "Organization",
139
+ "user_view_type": "public",
140
+ "site_admin": false
141
+ },
142
+ "network_count": 74957,
143
+ "subscribers_count": 7433
144
+ }
github/repos_tensorflow.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_tensorflow",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:13.570026",
5
+ "size_bytes": 7266,
6
+ "description": "TensorFlow repository info",
7
+ "url": "https://api.github.com/repos/tensorflow/tensorflow"
8
+ }
github/repos_vscode.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 41881900,
3
+ "node_id": "MDEwOlJlcG9zaXRvcnk0MTg4MTkwMA==",
4
+ "name": "vscode",
5
+ "full_name": "microsoft/vscode",
6
+ "private": false,
7
+ "owner": {
8
+ "login": "microsoft",
9
+ "id": 6154722,
10
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=",
11
+ "avatar_url": "https://avatars.githubusercontent.com/u/6154722?v=4",
12
+ "gravatar_id": "",
13
+ "url": "https://api.github.com/users/microsoft",
14
+ "html_url": "https://github.com/microsoft",
15
+ "followers_url": "https://api.github.com/users/microsoft/followers",
16
+ "following_url": "https://api.github.com/users/microsoft/following{/other_user}",
17
+ "gists_url": "https://api.github.com/users/microsoft/gists{/gist_id}",
18
+ "starred_url": "https://api.github.com/users/microsoft/starred{/owner}{/repo}",
19
+ "subscriptions_url": "https://api.github.com/users/microsoft/subscriptions",
20
+ "organizations_url": "https://api.github.com/users/microsoft/orgs",
21
+ "repos_url": "https://api.github.com/users/microsoft/repos",
22
+ "events_url": "https://api.github.com/users/microsoft/events{/privacy}",
23
+ "received_events_url": "https://api.github.com/users/microsoft/received_events",
24
+ "type": "Organization",
25
+ "user_view_type": "public",
26
+ "site_admin": false
27
+ },
28
+ "html_url": "https://github.com/microsoft/vscode",
29
+ "description": "Visual Studio Code",
30
+ "fork": false,
31
+ "url": "https://api.github.com/repos/microsoft/vscode",
32
+ "forks_url": "https://api.github.com/repos/microsoft/vscode/forks",
33
+ "keys_url": "https://api.github.com/repos/microsoft/vscode/keys{/key_id}",
34
+ "collaborators_url": "https://api.github.com/repos/microsoft/vscode/collaborators{/collaborator}",
35
+ "teams_url": "https://api.github.com/repos/microsoft/vscode/teams",
36
+ "hooks_url": "https://api.github.com/repos/microsoft/vscode/hooks",
37
+ "issue_events_url": "https://api.github.com/repos/microsoft/vscode/issues/events{/number}",
38
+ "events_url": "https://api.github.com/repos/microsoft/vscode/events",
39
+ "assignees_url": "https://api.github.com/repos/microsoft/vscode/assignees{/user}",
40
+ "branches_url": "https://api.github.com/repos/microsoft/vscode/branches{/branch}",
41
+ "tags_url": "https://api.github.com/repos/microsoft/vscode/tags",
42
+ "blobs_url": "https://api.github.com/repos/microsoft/vscode/git/blobs{/sha}",
43
+ "git_tags_url": "https://api.github.com/repos/microsoft/vscode/git/tags{/sha}",
44
+ "git_refs_url": "https://api.github.com/repos/microsoft/vscode/git/refs{/sha}",
45
+ "trees_url": "https://api.github.com/repos/microsoft/vscode/git/trees{/sha}",
46
+ "statuses_url": "https://api.github.com/repos/microsoft/vscode/statuses/{sha}",
47
+ "languages_url": "https://api.github.com/repos/microsoft/vscode/languages",
48
+ "stargazers_url": "https://api.github.com/repos/microsoft/vscode/stargazers",
49
+ "contributors_url": "https://api.github.com/repos/microsoft/vscode/contributors",
50
+ "subscribers_url": "https://api.github.com/repos/microsoft/vscode/subscribers",
51
+ "subscription_url": "https://api.github.com/repos/microsoft/vscode/subscription",
52
+ "commits_url": "https://api.github.com/repos/microsoft/vscode/commits{/sha}",
53
+ "git_commits_url": "https://api.github.com/repos/microsoft/vscode/git/commits{/sha}",
54
+ "comments_url": "https://api.github.com/repos/microsoft/vscode/comments{/number}",
55
+ "issue_comment_url": "https://api.github.com/repos/microsoft/vscode/issues/comments{/number}",
56
+ "contents_url": "https://api.github.com/repos/microsoft/vscode/contents/{+path}",
57
+ "compare_url": "https://api.github.com/repos/microsoft/vscode/compare/{base}...{head}",
58
+ "merges_url": "https://api.github.com/repos/microsoft/vscode/merges",
59
+ "archive_url": "https://api.github.com/repos/microsoft/vscode/{archive_format}{/ref}",
60
+ "downloads_url": "https://api.github.com/repos/microsoft/vscode/downloads",
61
+ "issues_url": "https://api.github.com/repos/microsoft/vscode/issues{/number}",
62
+ "pulls_url": "https://api.github.com/repos/microsoft/vscode/pulls{/number}",
63
+ "milestones_url": "https://api.github.com/repos/microsoft/vscode/milestones{/number}",
64
+ "notifications_url": "https://api.github.com/repos/microsoft/vscode/notifications{?since,all,participating}",
65
+ "labels_url": "https://api.github.com/repos/microsoft/vscode/labels{/name}",
66
+ "releases_url": "https://api.github.com/repos/microsoft/vscode/releases{/id}",
67
+ "deployments_url": "https://api.github.com/repos/microsoft/vscode/deployments",
68
+ "created_at": "2015-09-03T20:23:38Z",
69
+ "updated_at": "2025-11-06T03:12:53Z",
70
+ "pushed_at": "2025-11-06T03:01:24Z",
71
+ "git_url": "git://github.com/microsoft/vscode.git",
72
+ "ssh_url": "git@github.com:microsoft/vscode.git",
73
+ "clone_url": "https://github.com/microsoft/vscode.git",
74
+ "svn_url": "https://github.com/microsoft/vscode",
75
+ "homepage": "https://code.visualstudio.com",
76
+ "size": 1078794,
77
+ "stargazers_count": 178248,
78
+ "watchers_count": 178248,
79
+ "language": "TypeScript",
80
+ "has_issues": true,
81
+ "has_projects": true,
82
+ "has_downloads": true,
83
+ "has_wiki": true,
84
+ "has_pages": false,
85
+ "has_discussions": false,
86
+ "forks_count": 35964,
87
+ "mirror_url": null,
88
+ "archived": false,
89
+ "disabled": false,
90
+ "open_issues_count": 14618,
91
+ "license": {
92
+ "key": "mit",
93
+ "name": "MIT License",
94
+ "spdx_id": "MIT",
95
+ "url": "https://api.github.com/licenses/mit",
96
+ "node_id": "MDc6TGljZW5zZTEz"
97
+ },
98
+ "allow_forking": true,
99
+ "is_template": false,
100
+ "web_commit_signoff_required": false,
101
+ "topics": [
102
+ "editor",
103
+ "electron",
104
+ "microsoft",
105
+ "typescript",
106
+ "visual-studio-code"
107
+ ],
108
+ "visibility": "public",
109
+ "forks": 35964,
110
+ "open_issues": 14618,
111
+ "watchers": 178248,
112
+ "default_branch": "main",
113
+ "temp_clone_token": null,
114
+ "custom_properties": {
115
+ "activeRepoStatus": "true",
116
+ "durableOwnershipDisable": "false",
117
+ "durableOwnershipNextCheckDate": "2024-04-19T05:10:48.521Z",
118
+ "durableOwnershipWarn": "false",
119
+ "global-rulesets-opt-out": "false"
120
+ },
121
+ "organization": {
122
+ "login": "microsoft",
123
+ "id": 6154722,
124
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=",
125
+ "avatar_url": "https://avatars.githubusercontent.com/u/6154722?v=4",
126
+ "gravatar_id": "",
127
+ "url": "https://api.github.com/users/microsoft",
128
+ "html_url": "https://github.com/microsoft",
129
+ "followers_url": "https://api.github.com/users/microsoft/followers",
130
+ "following_url": "https://api.github.com/users/microsoft/following{/other_user}",
131
+ "gists_url": "https://api.github.com/users/microsoft/gists{/gist_id}",
132
+ "starred_url": "https://api.github.com/users/microsoft/starred{/owner}{/repo}",
133
+ "subscriptions_url": "https://api.github.com/users/microsoft/subscriptions",
134
+ "organizations_url": "https://api.github.com/users/microsoft/orgs",
135
+ "repos_url": "https://api.github.com/users/microsoft/repos",
136
+ "events_url": "https://api.github.com/users/microsoft/events{/privacy}",
137
+ "received_events_url": "https://api.github.com/users/microsoft/received_events",
138
+ "type": "Organization",
139
+ "user_view_type": "public",
140
+ "site_admin": false
141
+ },
142
+ "network_count": 35964,
143
+ "subscribers_count": 3365
144
+ }
github/repos_vscode.metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "github_repos_vscode",
3
+ "source": "github",
4
+ "collected_date": "2025-11-05T22:50:11.332531",
5
+ "size_bytes": 7035,
6
+ "description": "VS Code repository info",
7
+ "url": "https://api.github.com/repos/microsoft/vscode"
8
+ }