Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 created a comment on an issue on seblj/roslyn.nvim
No, it looks good to me. Although I have a bug at the moment in rzls, where if you go to the cs file first, it doesnt initiate razor properly as I dont recieve the autocmnd that we put in. I need t...
tris203 created a comment on an issue on seblj/roslyn.nvim
![image](https://github.com/user-attachments/assets/dca78f48-12d8-4b1a-ba01-dc24de67fd11) ```lua return vim.notify("Razor is not supported.\nPlease use https://github.com/tris203/rz...
tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/rzls.nvim
- fix(semantic_tokens): fix on nightly (#29) a36f052
tris203 closed a pull request on tris203/rzls.nvim
fix(semantic_tokens): fix on nightly
This restores semantic tokens on nightly, ~~but might break it on stable.~~ ~~Can somebody on stable test this please?~~tris203 created a comment on an issue on neovim/neovim
I also don't think that a change to spec would work. As the server can be written in any language. So you could have a required property where null is a valid value (the edge cases I am running in to)
tris203 pushed 1 commit to notifications tris203/octo.nvim
- feat(notifications): show and read unread notifications 0b56dae
tris203 pushed 56 commits to notifications tris203/octo.nvim
- initial support 7c2803c
- consolidate changes 6a3133d
- add a callback 5f239b8
- add copy URL command a8e91b8
- add crude previewer b63e3a9
- add detaios 38b1d8f
- add default sorting by creation e4b5a76
- add a body to the previewer 778ccb7
- add answer to discussion query 88d9fe8
- only get open discussions e7ca9c5
- add answer to query 8e9758b
- check if viewer was author 5687081
- move logic into writer file f594b7d
- get upvoters b8dbd03
- write the answer fd92122
- Merge branch 'master' into discussion-list de0ac90
- Merge branch 'master' of github.com:pwntester/octo.nvim into discussion-list 19378bb
- Merge branch 'master' into discussion-list 7210a39
- Merge branch 'master' into discussion-list e0ddad2
- pr display: fix collecting review states per reviewer e3b05a2
- and 36 more ...
tris203 pushed 54 commits to master tris203/octo.nvim
- initial support 7c2803c
- consolidate changes 6a3133d
- add a callback 5f239b8
- add copy URL command a8e91b8
- add crude previewer b63e3a9
- add detaios 38b1d8f
- add default sorting by creation e4b5a76
- add a body to the previewer 778ccb7
- add answer to discussion query 88d9fe8
- only get open discussions e7ca9c5
- add answer to query 8e9758b
- check if viewer was author 5687081
- move logic into writer file f594b7d
- get upvoters b8dbd03
- write the answer fd92122
- Merge branch 'master' into discussion-list de0ac90
- Merge branch 'master' of github.com:pwntester/octo.nvim into discussion-list 19378bb
- Merge branch 'master' into discussion-list 7210a39
- Merge branch 'master' into discussion-list e0ddad2
- pr display: fix collecting review states per reviewer e3b05a2
- and 34 more ...
tris203 created a comment on an issue on neovim/neovim
I did think about the hack as the `vim.NIL` is only actively required in the `data` property. The issue that because `textDocument/codeAction` returns a `CodeAction[]` there would be some interacti...
tris203 created a comment on a pull request on tris203/rzls.nvim
This moves the semantic highlighting into aftershave, which means we can use range highlighting _almost_ properly. It feels a lot snappier
tris203 pushed 1 commit to main tris203/rzls.nvim
- refactor: use enums for method names (#26) d02d74e
tris203 pushed 1 commit to code-actions tris203/rzls.nvim
- fix(codeactions): move handling to aftershave ab679fe
tris203 opened an issue on neovim/neovim
LSP: data propertys will be removed if null
### Problem Neovim provides `dataSupprt` for codeActions and publishDiagnostics ``` /** * Whether code action supports the `data` property which is * preserved between a `textDocument/codeAc...tris203 pushed 18 commits to master tris203/neovim
- fix(editorconfig): fix indent style for `local.mk` (#31342) 9e7b0bc
- refactor(options): fix confusing naming of `scope` and `req_scope` (#31317) Problem: The name `scope` is often used ... beec377
- fix(grid): double grid_line_start() with ext_messages #31292 Problem: Hit double grid_line_start() assert when redr... b47b0b3
- fix(tui): only reset cursor color if it was changed (#31337) We already track this information so we might as well u... a811d4b
- refactor(lsp): rename `offset_encoding` to `position_encoding` #31286 Problem: LSP spec uses the term "position enc... 165b099
- feat(diagnostic): inherit parent 'path' option in open_float (#31273) Diagnostics sometimes contain stack traces, it... 99e7323
- feat(keysets): teach Union and LuaRefOf 8d55cc2
- fix(lsp): retrigger diagnostics request on server cancellation (#31345) Co-authored-by: Jesse <[email protected]> 29c72cd
- fix(tui): also reset cursor color if it was invisible (#31348) f81131c
- fix(defaults): omit empty line from unimpaired mapping messages (#31347) Problem: The default unimpaired mappings d... c644228
- vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349) Problem: leftcol property not available... 66bb1e5
- fix(lua): remove vim.loader.disable() #31344 Problem: `vim.loader.disable` does not conform to `:help dev-name-comm... 3d707e6
- vim-patch:9.1.0889: Possible unnecessary redraw after adding/deleting lines (#31356) Problem: Possible unnecessary ... e8450ef
- perf(vim.text): use lookup table implementation for hex encoding (#30080) Co-authored-by: glepnir <glephunter@gmail.... 99b5ffd
- feat(tui): update 'background' on theme change events (#31350) Enabling private DEC mode 2031 tells the terminal to ... d460928
- vim-patch:7e501f4: runtime(gzip): load undofile if there exists one fixes: vim/vim#16102 closes: vim/vim#16122 http... 078e8e5
- ci: remove myself from lsp reviewers c24e6e6
- fix(lsp): mention function name in warning #31301 Problem: The warning message is the same in different functions. ... 203e7a4
tris203 created a comment on an issue on tris203/precognition.nvim
I think it might be that its adding the spacing for an inlay hint in `removeParagraphs`, thats all I can think. Had you recently toggled inlay hints?
tris203 created a comment on an issue on tris203/precognition.nvim
![image](https://github.com/user-attachments/assets/e8767fb2-9927-4ec8-82db-5a89b3db532b) i just tried to reproduce this and I can't...
tris203 pushed 2 commits to semantic_highlights_nightlyw tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/precognition.nvim
- feat(utils): enhance inlay hint spacing calculation (#95) - Updated `calc_ws_offset` to handle different inlay hint ... 531971e