Skip to content

Commit 8dce782

Browse files
committed
Backup update
1 parent b165adb commit 8dce782

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+32334
-817
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-11-04T02:32:33Z
1+
2025-11-11T02:27:18Z

repositories/neovim/issues/14752.json

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,65 @@
66
"body": "It would be nice if `winwidth` were a global-local option. This would allow me to have a regular preferred width for my windows while still ensuring that when I navigate to a window with a buffer with a filetype that uses wider margins (e.g., where the style is for 90 or 100 chars wide instead of 80) I will be able to view the full contents.",
77
"closed_at": null,
88
"closed_by": null,
9-
"comment_data": [],
10-
"comments": 0,
9+
"comment_data": [
10+
{
11+
"author_association": "NONE",
12+
"body": "Anything on this ? I'm happy to pick this up as my first contribution. ",
13+
"created_at": "2025-11-05T21:22:52Z",
14+
"html_url": "https://github.com/neovim/neovim/issues/14752#issuecomment-3493540744",
15+
"id": 3493540744,
16+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/14752",
17+
"node_id": "IC_kwDOAPphoM7QOzOI",
18+
"performed_via_github_app": null,
19+
"reactions": {
20+
"+1": 0,
21+
"-1": 0,
22+
"confused": 0,
23+
"eyes": 0,
24+
"heart": 0,
25+
"hooray": 0,
26+
"laugh": 0,
27+
"rocket": 0,
28+
"total_count": 0,
29+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3493540744/reactions"
30+
},
31+
"updated_at": "2025-11-05T21:22:52Z",
32+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3493540744",
33+
"user": {
34+
"avatar_url": "https://avatars.githubusercontent.com/u/13847797?v=4",
35+
"events_url": "https://api.github.com/users/saif97/events{/privacy}",
36+
"followers_url": "https://api.github.com/users/saif97/followers",
37+
"following_url": "https://api.github.com/users/saif97/following{/other_user}",
38+
"gists_url": "https://api.github.com/users/saif97/gists{/gist_id}",
39+
"gravatar_id": "",
40+
"html_url": "https://github.com/saif97",
41+
"id": 13847797,
42+
"login": "saif97",
43+
"node_id": "MDQ6VXNlcjEzODQ3Nzk3",
44+
"organizations_url": "https://api.github.com/users/saif97/orgs",
45+
"received_events_url": "https://api.github.com/users/saif97/received_events",
46+
"repos_url": "https://api.github.com/users/saif97/repos",
47+
"site_admin": false,
48+
"starred_url": "https://api.github.com/users/saif97/starred{/owner}{/repo}",
49+
"subscriptions_url": "https://api.github.com/users/saif97/subscriptions",
50+
"type": "User",
51+
"url": "https://api.github.com/users/saif97",
52+
"user_view_type": "public"
53+
}
54+
}
55+
],
56+
"comments": 1,
1157
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/14752/comments",
1258
"created_at": "2021-06-08T18:45:13Z",
1359
"events_url": "https://api.github.com/repos/neovim/neovim/issues/14752/events",
1460
"html_url": "https://github.com/neovim/neovim/issues/14752",
1561
"id": 915350683,
62+
"issue_dependencies_summary": {
63+
"blocked_by": 0,
64+
"blocking": 0,
65+
"total_blocked_by": 0,
66+
"total_blocking": 0
67+
},
1668
"labels": [],
1769
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/14752/labels{/name}",
1870
"locked": false,
@@ -52,7 +104,7 @@
52104
"node_id": "IT_kwDOAGK_Pc4ACRyv",
53105
"updated_at": "2024-07-26T10:12:30Z"
54106
},
55-
"updated_at": "2025-07-02T08:59:30Z",
107+
"updated_at": "2025-11-05T21:22:52Z",
56108
"url": "https://api.github.com/repos/neovim/neovim/issues/14752",
57109
"user": {
58110
"avatar_url": "https://avatars.githubusercontent.com/u/802511?v=4",

repositories/neovim/issues/17172.json

Lines changed: 108 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
"author_association": "NONE",
66
"body": "### Neovim version (nvim -v)\n\n0.6.1\n\n### Vim (not Nvim) behaves the same?\n\nn/a\n\n### Operating system/version\n\nmac os 11.6.2\n\n### Terminal name/version\n\niTerm2\n\n### $TERM environment variable\n\nxterm-256color\n\n### Installation\n\nbrew install neovim\n\n### How to reproduce the issue\n\n:checkhealth provider results in\r\n## Python 3 provider (optional)\r\n - INFO: Using: g:python3_host_prog = \"/usr/local/bin/python3.9\"\r\n - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.\r\n - INFO: Executable: Not found\r\n\n\n### Expected behavior\n\nTo find my installed python3:\r\n\r\n➜ ~ which python3\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3\r\n\r\n➜ ~ file /Library/Frameworks/Python.framework/Versions/3.10/bin/python3\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 (for architecture x86_64):Mach-O 64-bit executable x86_64\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 (for architecture arm64):\tMach-O 64-bit executable arm64\n\n### Actual behavior\n\n:checkhealth provider results in\r\n## Python 3 provider (optional)\r\n - INFO: Using: g:python3_host_prog = \"/usr/local/bin/python3.9\"\r\n - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.\r\n - INFO: Executable: Not found ",
77
"closed_at": "2022-01-24T17:41:16Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/271288?v=4",
10+
"events_url": "https://api.github.com/users/jeffschwartz/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/jeffschwartz/followers",
12+
"following_url": "https://api.github.com/users/jeffschwartz/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/jeffschwartz/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/jeffschwartz",
16+
"id": 271288,
17+
"login": "jeffschwartz",
18+
"node_id": "MDQ6VXNlcjI3MTI4OA==",
19+
"organizations_url": "https://api.github.com/users/jeffschwartz/orgs",
20+
"received_events_url": "https://api.github.com/users/jeffschwartz/received_events",
21+
"repos_url": "https://api.github.com/users/jeffschwartz/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/jeffschwartz",
27+
"user_view_type": "public"
28+
},
829
"comment_data": [
930
{
1031
"author_association": "MEMBER",
@@ -47,7 +68,8 @@
4768
"starred_url": "https://api.github.com/users/zeertzjq/starred{/owner}{/repo}",
4869
"subscriptions_url": "https://api.github.com/users/zeertzjq/subscriptions",
4970
"type": "User",
50-
"url": "https://api.github.com/users/zeertzjq"
71+
"url": "https://api.github.com/users/zeertzjq",
72+
"user_view_type": "public"
5173
}
5274
},
5375
{
@@ -91,7 +113,8 @@
91113
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
92114
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
93115
"type": "User",
94-
"url": "https://api.github.com/users/jeffschwartz"
116+
"url": "https://api.github.com/users/jeffschwartz",
117+
"user_view_type": "public"
95118
}
96119
},
97120
{
@@ -135,7 +158,8 @@
135158
"starred_url": "https://api.github.com/users/Mcculloughj/starred{/owner}{/repo}",
136159
"subscriptions_url": "https://api.github.com/users/Mcculloughj/subscriptions",
137160
"type": "User",
138-
"url": "https://api.github.com/users/Mcculloughj"
161+
"url": "https://api.github.com/users/Mcculloughj",
162+
"user_view_type": "public"
139163
}
140164
},
141165
{
@@ -179,7 +203,8 @@
179203
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
180204
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
181205
"type": "User",
182-
"url": "https://api.github.com/users/jeffschwartz"
206+
"url": "https://api.github.com/users/jeffschwartz",
207+
"user_view_type": "public"
183208
}
184209
},
185210
{
@@ -223,7 +248,8 @@
223248
"starred_url": "https://api.github.com/users/glacambre/starred{/owner}{/repo}",
224249
"subscriptions_url": "https://api.github.com/users/glacambre/subscriptions",
225250
"type": "User",
226-
"url": "https://api.github.com/users/glacambre"
251+
"url": "https://api.github.com/users/glacambre",
252+
"user_view_type": "public"
227253
}
228254
},
229255
{
@@ -267,7 +293,8 @@
267293
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
268294
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
269295
"type": "User",
270-
"url": "https://api.github.com/users/jeffschwartz"
296+
"url": "https://api.github.com/users/jeffschwartz",
297+
"user_view_type": "public"
271298
}
272299
},
273300
{
@@ -311,7 +338,8 @@
311338
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
312339
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
313340
"type": "User",
314-
"url": "https://api.github.com/users/jeffschwartz"
341+
"url": "https://api.github.com/users/jeffschwartz",
342+
"user_view_type": "public"
315343
}
316344
},
317345
{
@@ -355,7 +383,8 @@
355383
"starred_url": "https://api.github.com/users/clason/starred{/owner}{/repo}",
356384
"subscriptions_url": "https://api.github.com/users/clason/subscriptions",
357385
"type": "User",
358-
"url": "https://api.github.com/users/clason"
386+
"url": "https://api.github.com/users/clason",
387+
"user_view_type": "public"
359388
}
360389
},
361390
{
@@ -368,15 +397,15 @@
368397
"node_id": "IC_kwDOAPphoM480EHB",
369398
"performed_via_github_app": null,
370399
"reactions": {
371-
"+1": 2,
400+
"+1": 3,
372401
"-1": 0,
373402
"confused": 0,
374403
"eyes": 0,
375404
"heart": 0,
376405
"hooray": 0,
377406
"laugh": 0,
378407
"rocket": 0,
379-
"total_count": 2,
408+
"total_count": 3,
380409
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1020281281/reactions"
381410
},
382411
"updated_at": "2022-01-24T16:23:23Z",
@@ -399,7 +428,8 @@
399428
"starred_url": "https://api.github.com/users/glacambre/starred{/owner}{/repo}",
400429
"subscriptions_url": "https://api.github.com/users/glacambre/subscriptions",
401430
"type": "User",
402-
"url": "https://api.github.com/users/glacambre"
431+
"url": "https://api.github.com/users/glacambre",
432+
"user_view_type": "public"
403433
}
404434
},
405435
{
@@ -443,7 +473,8 @@
443473
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
444474
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
445475
"type": "User",
446-
"url": "https://api.github.com/users/jeffschwartz"
476+
"url": "https://api.github.com/users/jeffschwartz",
477+
"user_view_type": "public"
447478
}
448479
},
449480
{
@@ -487,7 +518,8 @@
487518
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
488519
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
489520
"type": "User",
490-
"url": "https://api.github.com/users/jeffschwartz"
521+
"url": "https://api.github.com/users/jeffschwartz",
522+
"user_view_type": "public"
491523
}
492524
},
493525
{
@@ -531,16 +563,68 @@
531563
"starred_url": "https://api.github.com/users/Endermanbugzjfc/starred{/owner}{/repo}",
532564
"subscriptions_url": "https://api.github.com/users/Endermanbugzjfc/subscriptions",
533565
"type": "User",
534-
"url": "https://api.github.com/users/Endermanbugzjfc"
566+
"url": "https://api.github.com/users/Endermanbugzjfc",
567+
"user_view_type": "public"
568+
}
569+
},
570+
{
571+
"author_association": "NONE",
572+
"body": "For me, I was using pipx so:\n```\n-- path returned by `which pynvim-python` after installing `pipx install pynvim`\nvim.g.python3_host_prog = '~/.local/share/../bin/pynvim-python'\n```",
573+
"created_at": "2025-11-05T08:49:35Z",
574+
"html_url": "https://github.com/neovim/neovim/issues/17172#issuecomment-3489984609",
575+
"id": 3489984609,
576+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/17172",
577+
"node_id": "IC_kwDOAPphoM7QBPBh",
578+
"performed_via_github_app": null,
579+
"reactions": {
580+
"+1": 0,
581+
"-1": 0,
582+
"confused": 0,
583+
"eyes": 0,
584+
"heart": 0,
585+
"hooray": 0,
586+
"laugh": 0,
587+
"rocket": 0,
588+
"total_count": 0,
589+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3489984609/reactions"
590+
},
591+
"updated_at": "2025-11-05T08:49:35Z",
592+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/3489984609",
593+
"user": {
594+
"avatar_url": "https://avatars.githubusercontent.com/u/7144046?v=4",
595+
"events_url": "https://api.github.com/users/Sleepful/events{/privacy}",
596+
"followers_url": "https://api.github.com/users/Sleepful/followers",
597+
"following_url": "https://api.github.com/users/Sleepful/following{/other_user}",
598+
"gists_url": "https://api.github.com/users/Sleepful/gists{/gist_id}",
599+
"gravatar_id": "",
600+
"html_url": "https://github.com/Sleepful",
601+
"id": 7144046,
602+
"login": "Sleepful",
603+
"node_id": "MDQ6VXNlcjcxNDQwNDY=",
604+
"organizations_url": "https://api.github.com/users/Sleepful/orgs",
605+
"received_events_url": "https://api.github.com/users/Sleepful/received_events",
606+
"repos_url": "https://api.github.com/users/Sleepful/repos",
607+
"site_admin": false,
608+
"starred_url": "https://api.github.com/users/Sleepful/starred{/owner}{/repo}",
609+
"subscriptions_url": "https://api.github.com/users/Sleepful/subscriptions",
610+
"type": "User",
611+
"url": "https://api.github.com/users/Sleepful",
612+
"user_view_type": "public"
535613
}
536614
}
537615
],
538-
"comments": 12,
616+
"comments": 13,
539617
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/17172/comments",
540618
"created_at": "2022-01-23T02:01:50Z",
541619
"events_url": "https://api.github.com/repos/neovim/neovim/issues/17172/events",
542620
"html_url": "https://github.com/neovim/neovim/issues/17172",
543621
"id": 1111746831,
622+
"issue_dependencies_summary": {
623+
"blocked_by": 0,
624+
"blocking": 0,
625+
"total_blocked_by": 0,
626+
"total_blocking": 0
627+
},
544628
"labels": [],
545629
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/17172/labels{/name}",
546630
"locked": false,
@@ -563,9 +647,15 @@
563647
"repository_url": "https://api.github.com/repos/neovim/neovim",
564648
"state": "closed",
565649
"state_reason": "completed",
650+
"sub_issues_summary": {
651+
"completed": 0,
652+
"percent_completed": 0,
653+
"total": 0
654+
},
566655
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/17172/timeline",
567656
"title": "No Python executable found that can `import neovim`",
568-
"updated_at": "2023-07-26T15:48:08Z",
657+
"type": null,
658+
"updated_at": "2025-11-05T08:49:35Z",
569659
"url": "https://api.github.com/repos/neovim/neovim/issues/17172",
570660
"user": {
571661
"avatar_url": "https://avatars.githubusercontent.com/u/271288?v=4",
@@ -585,6 +675,7 @@
585675
"starred_url": "https://api.github.com/users/jeffschwartz/starred{/owner}{/repo}",
586676
"subscriptions_url": "https://api.github.com/users/jeffschwartz/subscriptions",
587677
"type": "User",
588-
"url": "https://api.github.com/users/jeffschwartz"
678+
"url": "https://api.github.com/users/jeffschwartz",
679+
"user_view_type": "public"
589680
}
590681
}

0 commit comments

Comments
 (0)