Skip to content

Commit 2ef4c9a

Browse files
committed
Backup update
1 parent 28079d5 commit 2ef4c9a

File tree

158 files changed

+52269
-2064
lines changed

Some content is hidden

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

158 files changed

+52269
-2064
lines changed

last_update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-13T02:46:10Z
1+
2025-05-20T02:49:00Z

repositories/neovim/issues/19575.json

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,54 @@
341341
"url": "https://api.github.com/users/GitMurf",
342342
"user_view_type": "public"
343343
}
344+
},
345+
{
346+
"author_association": "NONE",
347+
"body": "I cannot get it working either. I'm using Alacritty on Windows, and I followed the advice to map ctrl+space to \\u0000 in alacritty config, and it shows up correctly as C-@ in `clink echo`, but in neovim it still doesn't work at all:\n\n![Image](https://github.com/user-attachments/assets/11d66002-0f72-4603-9e15-7adc9f3f1c47)\n\nAny help would be highly appreciated.\n\n---\n*UPD: After browsing various related issues in neovim and libuv repos, I found (ported from some other terminal) an alacritty setting that seems to finally work, at least in neovim:*\n```toml\n[keyboard]\nbindings = [\n\t{ key = \"Space\", mods = \"Control\", chars = \"\\u001b[32;5u\" }, # make ctrl+space work in neovim...\n]\n```",
348+
"created_at": "2025-05-17T11:19:36Z",
349+
"html_url": "https://github.com/neovim/neovim/issues/19575#issuecomment-2888309292",
350+
"id": 2888309292,
351+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/19575",
352+
"node_id": "IC_kwDOAPphoM6sKBos",
353+
"performed_via_github_app": null,
354+
"reactions": {
355+
"+1": 0,
356+
"-1": 0,
357+
"confused": 0,
358+
"eyes": 0,
359+
"heart": 0,
360+
"hooray": 0,
361+
"laugh": 0,
362+
"rocket": 0,
363+
"total_count": 0,
364+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2888309292/reactions"
365+
},
366+
"updated_at": "2025-05-17T11:35:18Z",
367+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2888309292",
368+
"user": {
369+
"avatar_url": "https://avatars.githubusercontent.com/u/49749?v=4",
370+
"events_url": "https://api.github.com/users/nadako/events{/privacy}",
371+
"followers_url": "https://api.github.com/users/nadako/followers",
372+
"following_url": "https://api.github.com/users/nadako/following{/other_user}",
373+
"gists_url": "https://api.github.com/users/nadako/gists{/gist_id}",
374+
"gravatar_id": "",
375+
"html_url": "https://github.com/nadako",
376+
"id": 49749,
377+
"login": "nadako",
378+
"node_id": "MDQ6VXNlcjQ5NzQ5",
379+
"organizations_url": "https://api.github.com/users/nadako/orgs",
380+
"received_events_url": "https://api.github.com/users/nadako/received_events",
381+
"repos_url": "https://api.github.com/users/nadako/repos",
382+
"site_admin": false,
383+
"starred_url": "https://api.github.com/users/nadako/starred{/owner}{/repo}",
384+
"subscriptions_url": "https://api.github.com/users/nadako/subscriptions",
385+
"type": "User",
386+
"url": "https://api.github.com/users/nadako",
387+
"user_view_type": "public"
388+
}
344389
}
345390
],
346-
"comments": 7,
391+
"comments": 8,
347392
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/19575/comments",
348393
"created_at": "2022-07-29T23:19:04Z",
349394
"events_url": "https://api.github.com/repos/neovim/neovim/issues/19575/events",
@@ -406,7 +451,17 @@
406451
},
407452
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/19575/timeline",
408453
"title": "<C-@> doesn't work",
409-
"updated_at": "2025-01-19T11:29:53Z",
454+
"type": {
455+
"color": "red",
456+
"created_at": "2024-01-25T10:10:19Z",
457+
"description": "An unexpected problem or behavior",
458+
"id": 597163,
459+
"is_enabled": true,
460+
"name": "Bug",
461+
"node_id": "IT_kwDOAGK_Pc4ACRyr",
462+
"updated_at": "2024-07-26T10:12:30Z"
463+
},
464+
"updated_at": "2025-05-17T11:35:19Z",
410465
"url": "https://api.github.com/repos/neovim/neovim/issues/19575",
411466
"user": {
412467
"avatar_url": "https://avatars.githubusercontent.com/u/3659986?v=4",

repositories/neovim/issues/21958.json

Lines changed: 59 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"issues": "write",
157157
"merge_queues": "write",
158158
"metadata": "read",
159+
"models": "read",
159160
"packages": "write",
160161
"pages": "write",
161162
"pull_requests": "write",
@@ -166,7 +167,7 @@
166167
"vulnerability_alerts": "read"
167168
},
168169
"slug": "github-actions",
169-
"updated_at": "2024-04-10T20:33:16Z"
170+
"updated_at": "2025-03-07T16:35:00Z"
170171
},
171172
"reactions": {
172173
"+1": 0,
@@ -203,9 +204,54 @@
203204
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
204205
"user_view_type": "public"
205206
}
207+
},
208+
{
209+
"author_association": "CONTRIBUTOR",
210+
"body": "Sorry for the delayed response; I think this has been resolved.",
211+
"created_at": "2025-05-14T04:08:17Z",
212+
"html_url": "https://github.com/neovim/neovim/issues/21958#issuecomment-2878593786",
213+
"id": 2878593786,
214+
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/21958",
215+
"node_id": "IC_kwDOAPphoM6rk9r6",
216+
"performed_via_github_app": null,
217+
"reactions": {
218+
"+1": 0,
219+
"-1": 0,
220+
"confused": 0,
221+
"eyes": 0,
222+
"heart": 0,
223+
"hooray": 0,
224+
"laugh": 0,
225+
"rocket": 0,
226+
"total_count": 0,
227+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2878593786/reactions"
228+
},
229+
"updated_at": "2025-05-14T04:08:17Z",
230+
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2878593786",
231+
"user": {
232+
"avatar_url": "https://avatars.githubusercontent.com/u/802511?v=4",
233+
"events_url": "https://api.github.com/users/ddickstein/events{/privacy}",
234+
"followers_url": "https://api.github.com/users/ddickstein/followers",
235+
"following_url": "https://api.github.com/users/ddickstein/following{/other_user}",
236+
"gists_url": "https://api.github.com/users/ddickstein/gists{/gist_id}",
237+
"gravatar_id": "",
238+
"html_url": "https://github.com/ddickstein",
239+
"id": 802511,
240+
"login": "ddickstein",
241+
"node_id": "MDQ6VXNlcjgwMjUxMQ==",
242+
"organizations_url": "https://api.github.com/users/ddickstein/orgs",
243+
"received_events_url": "https://api.github.com/users/ddickstein/received_events",
244+
"repos_url": "https://api.github.com/users/ddickstein/repos",
245+
"site_admin": false,
246+
"starred_url": "https://api.github.com/users/ddickstein/starred{/owner}{/repo}",
247+
"subscriptions_url": "https://api.github.com/users/ddickstein/subscriptions",
248+
"type": "User",
249+
"url": "https://api.github.com/users/ddickstein",
250+
"user_view_type": "public"
251+
}
206252
}
207253
],
208-
"comments": 2,
254+
"comments": 3,
209255
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/21958/comments",
210256
"created_at": "2023-01-23T02:21:40Z",
211257
"events_url": "https://api.github.com/repos/neovim/neovim/issues/21958/events",
@@ -221,15 +267,6 @@
221267
"node_id": "MDU6TGFiZWw3Nzk5NzQ3NA==",
222268
"url": "https://api.github.com/repos/neovim/neovim/labels/bug"
223269
},
224-
{
225-
"color": "FBCA04",
226-
"default": false,
227-
"description": "waiting for reply from the author",
228-
"id": 248229439,
229-
"name": "needs:response",
230-
"node_id": "MDU6TGFiZWwyNDgyMjk0Mzk=",
231-
"url": "https://api.github.com/repos/neovim/neovim/labels/needs:response"
232-
},
233270
{
234271
"color": "C5DEF5",
235272
"default": false,
@@ -268,7 +305,17 @@
268305
},
269306
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/21958/timeline",
270307
"title": "`vim.diagnostic.open_float` opens window one character beyond end of diagnostic",
271-
"updated_at": "2025-02-07T02:01:16Z",
308+
"type": {
309+
"color": "red",
310+
"created_at": "2024-01-25T10:10:19Z",
311+
"description": "An unexpected problem or behavior",
312+
"id": 597163,
313+
"is_enabled": true,
314+
"name": "Bug",
315+
"node_id": "IT_kwDOAGK_Pc4ACRyr",
316+
"updated_at": "2024-07-26T10:12:30Z"
317+
},
318+
"updated_at": "2025-05-14T04:08:30Z",
272319
"url": "https://api.github.com/repos/neovim/neovim/issues/21958",
273320
"user": {
274321
"avatar_url": "https://avatars.githubusercontent.com/u/802511?v=4",

repositories/neovim/issues/25131.json

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@
44
"assignees": [],
55
"author_association": "NONE",
66
"body": "### Problem\n\nWhile the virtualtext does disappear, it does not affect the output of `get_namespaces`, `get`, `get_next`, `get_next_pos`, `get_prev`, `get_prev_pos`, `goto_next`, `goto_prev`, `setloclist`, `setqflist`.\r\n\r\nWhich means we have to resort to some gymnastics to manually filter per-namespace or per-diagnostic with `is_disabled`.\n\n### Steps to reproduce\n\nIn lspconfig config, I disable tsserver diagnostics for javascript files:\r\n\r\n```lua\r\nlocal on_attach = function(client, bufnr)\r\n if client.name == 'tsserver' and (vim.bo[bufnr].filetype == 'javascript' or vim.bo[bufnr].filetype == 'javascriptreact') then\r\n local ns = vim.lsp.diagnostic.get_namespace(client.id)\r\n vim.diagnostic.disable(bufnr, ns)\r\n end\r\n local nmap = function(keys, func, desc)\r\n if desc then\r\n desc = 'LSP: ' .. desc\r\n end\r\n\r\n vim.keymap.set('n', keys, func, { buffer = bufnr, desc = desc })\r\n end\r\nend\r\nlocal servers = {\r\n tsserver = {},\r\n eslint = {},\r\n}\r\n-- nvim-cmp supports additional completion capabilities, so broadcast that to servers\r\nlocal capabilities = vim.lsp.protocol.make_client_capabilities()\r\ncapabilities = require('cmp_nvim_lsp').default_capabilities(capabilities)\r\n\r\n-- Ensure the servers above are installed\r\nlocal mason_lspconfig = require 'mason-lspconfig'\r\n\r\nmason_lspconfig.setup {\r\n ensure_installed = vim.tbl_keys(servers),\r\n}\r\n\r\nmason_lspconfig.setup_handlers {\r\n function(server_name)\r\n require('lspconfig')[server_name].setup {\r\n capabilities = capabilities,\r\n on_attach = on_attach,\r\n settings = servers[server_name],\r\n filetypes = (servers[server_name] or {}).filetypes,\r\n }\r\n end,\r\n}\r\n```\r\n\r\nBut I have to jump through hoops to get all the functions listed above to not show me disabled diagnostics.\n\n### Expected behavior\n\nThe listed functions should adjust their output according to disabled namespaces, or at least have an option to only include enabled diagnostics.\n\n### Neovim version (nvim -v)\n\n0.9.2\n\n### Vim (not Nvim) behaves the same?\n\nno\n\n### Operating system/version\n\nmacOS 14.0\n\n### Terminal name/version\n\nkitty\n\n### $TERM environment variable\n\ntmux-256color\n\n### Installation\n\nhomebrew",
7-
"closed_at": null,
8-
"closed_by": null,
7+
"closed_at": "2025-05-14T02:32:01Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/62502207?v=4",
10+
"events_url": "https://api.github.com/users/MariaSolOs/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/MariaSolOs/followers",
12+
"following_url": "https://api.github.com/users/MariaSolOs/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/MariaSolOs/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/MariaSolOs",
16+
"id": 62502207,
17+
"login": "MariaSolOs",
18+
"node_id": "MDQ6VXNlcjYyNTAyMjA3",
19+
"organizations_url": "https://api.github.com/users/MariaSolOs/orgs",
20+
"received_events_url": "https://api.github.com/users/MariaSolOs/received_events",
21+
"repos_url": "https://api.github.com/users/MariaSolOs/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/MariaSolOs/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/MariaSolOs/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/MariaSolOs",
27+
"user_view_type": "public"
28+
},
929
"comment_data": [
1030
{
1131
"author_association": "MEMBER",
@@ -62,15 +82,15 @@
6282
"node_id": "IC_kwDOAPphoM5mpR5j",
6383
"performed_via_github_app": null,
6484
"reactions": {
65-
"+1": 2,
85+
"+1": 3,
6686
"-1": 0,
6787
"confused": 0,
6888
"eyes": 0,
6989
"heart": 0,
7090
"hooray": 0,
7191
"laugh": 0,
7292
"rocket": 0,
73-
"total_count": 2,
93+
"total_count": 3,
7494
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1722097251/reactions"
7595
},
7696
"updated_at": "2023-09-16T01:36:29Z",
@@ -323,16 +343,26 @@
323343
"url": "https://api.github.com/repos/neovim/neovim/issues/25131/reactions"
324344
},
325345
"repository_url": "https://api.github.com/repos/neovim/neovim",
326-
"state": "open",
327-
"state_reason": null,
346+
"state": "closed",
347+
"state_reason": "completed",
328348
"sub_issues_summary": {
329349
"completed": 0,
330350
"percent_completed": 0,
331351
"total": 0
332352
},
333353
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/25131/timeline",
334354
"title": "vim.diagnostic.disable doesn't fully disable the diagnostic",
335-
"updated_at": "2025-01-19T11:31:36Z",
355+
"type": {
356+
"color": "red",
357+
"created_at": "2024-01-25T10:10:19Z",
358+
"description": "An unexpected problem or behavior",
359+
"id": 597163,
360+
"is_enabled": true,
361+
"name": "Bug",
362+
"node_id": "IT_kwDOAGK_Pc4ACRyr",
363+
"updated_at": "2024-07-26T10:12:30Z"
364+
},
365+
"updated_at": "2025-05-14T02:32:01Z",
336366
"url": "https://api.github.com/repos/neovim/neovim/issues/25131",
337367
"user": {
338368
"avatar_url": "https://avatars.githubusercontent.com/u/1538657?v=4",

0 commit comments

Comments
 (0)