Skip to content

fix(nes): accept callbacks without request ids#277

Open
alvarosevilla95 wants to merge 1 commit intofolke:mainfrom
alvarosevilla95:fix/nes-missing-request-id
Open

fix(nes): accept callbacks without request ids#277
alvarosevilla95 wants to merge 1 commit intofolke:mainfrom
alvarosevilla95:fix/nes-missing-request-id

Conversation

@alvarosevilla95
Copy link
Copy Markdown

Noticed NES has stopped working for me recently, can't be sure how long tbh. Full disclosure I just had gpt-5.4 debug this for me

It seems the issue is that the neovim callbacks are not including the request_id any more, so all NES suggestions are getting dropped by the stale filter, so I added a check for nil to skip the filter logic. At least it's definitely fixed it on my end.

@github-actions github-actions bot added the size/l Large PR (<100 lines changed) label Mar 25, 2026
@alvarosevilla95 alvarosevilla95 force-pushed the fix/nes-missing-request-id branch from 1864831 to 012c451 Compare March 25, 2026 22:28
@github-actions github-actions bot added the size/xs Extra small PR (<3 lines changed) label Mar 25, 2026
@Siriusuna
Copy link
Copy Markdown

After hours trying to figure out why my nes stop working, I find your fix. Thank you, it also works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/l Large PR (<100 lines changed) size/xs Extra small PR (<3 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants