Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tris203

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...

View on GitHub

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...

View on GitHub

tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
  • fix(semantic_tokens): fix on nightly (#29) a36f052
  • wip: razor ts 8527d26

View on GitHub

tris203 deleted a branch tris203/rzls.nvim

semantic_highlights_nightlyw

tris203 pushed 1 commit to main tris203/rzls.nvim
  • fix(semantic_tokens): fix on nightly (#29) a36f052

View on GitHub

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 branch on tris203/rzls.nvim

razor_ts - Hopefully, support for rzls in neovim

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)

View on GitHub

tris203 pushed 1 commit to notifications tris203/octo.nvim
  • feat(notifications): show and read unread notifications 0b56dae

View on GitHub

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 ...

View on GitHub

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 ...

View on GitHub

tris203 pushed 1 commit to notifications tris203/octo.nvim

View on GitHub

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...

View on GitHub

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

View on GitHub

tris203 pushed 4 commits to semantic_highlights_nightlyw tris203/rzls.nvim
  • refactor: use enums for method names (#26) d02d74e
  • fix(semantic_tokens): fix on nightly 98bf1f7
  • feat(semantic_tokens): move processing to aftershave ed790c4
  • feat: update razor client retrieval logic 62686cc

View on GitHub

tris203 pushed 4 commits to code-actions tris203/rzls.nvim
  • refactor: use enums for method names (#26) d02d74e
  • wip: provide and resolve code actions 18dae41
  • hack: serialize `data.delegatedDocumentUri` with vim.NIL 745d8aa
  • fix(codeactions): move handling to aftershave 94760ae

View on GitHub

tris203 pushed 1 commit to main tris203/rzls.nvim
  • refactor: use enums for method names (#26) d02d74e

View on GitHub

tris203 pushed 1 commit to code-actions tris203/rzls.nvim
  • fix(codeactions): move handling to aftershave ab679fe

View on GitHub

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

View on GitHub

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?

View on GitHub

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...

View on GitHub

tris203 pushed 2 commits to semantic_highlights_nightlyw tris203/rzls.nvim
  • feat(semantic_tokens): move processing to aftershave b74b162
  • feat: update razor client retrieval logic a4d8131

View on GitHub

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

View on GitHub

tris203 closed an issue on tris203/precognition.nvim
Jumphints are "off" when something injects virtual text into the line (like LSPs inlay hints)
As you can see in the screenshot the markers for `b`, `e`, `w`, and `E` are way off. ![image](https://github.com/user-attachments/assets/0a39b21d-9c6e-4a82-b557-8eea7886dc99) The problem gene...
tris203 closed a pull request on tris203/precognition.nvim
feat(utils): enhance inlay hint spacing calculation
- Updated `calc_ws_offset` to handle different inlay hint label types - Added tests for Lua and Rust style inlay hints - Included padding adjustments for inlay hints Fixes #94
tris203 created a comment on a pull request on tris203/precognition.nvim
A new issue is fine. Although I suspect it might be leap not reporting the cursor moved event properly. I will merge this for inlay hints

View on GitHub

tris203 created a comment on a pull request on folke/noice.nvim
Add a shim, and removed the reference to `vim.lsp.protocol.Methods`

View on GitHub

tris203 pushed 3 commits to main tris203/noice.nvim
  • refactor(ui): move cb functions to module level 791eb70
  • perf(hacks): disable redraw hack. Should not be needed. If it breaks a plugin, then it should be fixed there. 956e3ac
  • chore(build): auto-generate docs 16ddc56

View on GitHub

tris203 created a comment on an issue on tris203/precognition.nvim
That's really odd Can you give me copy and pastable text and I can start with a failing test Alternatively if you wanted to PR a failing test that would be great

View on GitHub

Load more