Ecosyste.ms: Timeline

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

tris203

tris203 pushed 29 commits to master tris203/neovim
  • fix(marks): skip right_gravity marks when deleting text Problem: Marks that are properly restored by the splice ass... c4f7629
  • feat(defaults): disable 'foldcolumn' in terminal buffers (#31480) e8e3b44
  • feat(treesitter): #trim! can trim all whitespace This commit also implements more generic trimming, acting on all wh... b8c75a3
  • test(treesitter): add a simple testutil file The util file, for now, just abstracts the common `run_query` function. f0ea38a
  • Merge #30085 #trim! all whitespace ba7370a
  • docs: do not escape Lua keywords #31467 2550b5e
  • fix(lsp): add foldingrange method support check #31463 Problem: The folding_range request method assumes that the cl... fac96b7
  • feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561 Problem: vim.json.encode escapes every slash in st... 517ecb8
  • vim-patch:9.1.0908: not possible to configure :messages (#31492) Problem: not possible to configure :messages Solu... ec94c27
  • fix(inspect): show priority for treesitter highlights Problem: `:Inspect` does not show priority for treesitter high... 9c278af
  • fix(lsp): check for configuration workspace folders when reusing clients c2bf09d
  • fix(lsp): cancel pending requests before refreshing Problem: Diagnostics and inlay hints can be expensive to calcula... bdfba85
  • fix: remove vim.lsp._with_extend Not used anywhere. 5c245ec
  • fix(treesitter): #trim! range for nodes ending at col 0 #31488 Problem: char-wise folding for `#trim!` ranges are i... c63e49c
  • Merge pull request #31475 from luukvbaal/delgravity fix(marks): check gravity at range bounds when deleting text 92e6107
  • feat(ex_cmds): :sleep! hides the cursor while sleeping (#31493) Problem: :sleep! not hiding the cursor is an arbitr... 4817547
  • fix(inspect): always show priority Problem: It is not obvious if a treesitter highlight priority shown in `:Inspect`... b52ffd0
  • refactor: add vim._resolve_bufnr 668d256
  • vim-patch:9.1.0910: 'messagesopt' does not check max wait time Problem: 'messagesopt' does not check max wait time ... f3fa650
  • vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short name Problem: Variable name for 'messagesop... 9632991
  • and 9 more ...

View on GitHub

tris203 created a comment on an issue on a-h/templ
> the only question is, why is the first letter lowercase? https://github.com/github-linguist/linguist/issues/6777#issuecomment-2161199896

View on GitHub

tris203 created a comment on a pull request on neovim/neovim
Backported in #31124

View on GitHub

tris203 pushed 1 commit to notifications tris203/octo.nvim

View on GitHub

tris203 created a comment on a pull request on pwntester/octo.nvim
> > That works, but I don't know if with the telescope API if we can "mark an item read" without refreshing the whole list? > > But that affects even the case without the filter, right? No, b...

View on GitHub

tris203 pushed 1 commit to notifications tris203/octo.nvim
  • fixup: space octo action picker c64bb76

View on GitHub

tris203 pushed 5 commits to notifications tris203/octo.nvim
  • chore(ci): set stylua action version Signed-off-by: Max Englander <max.englander@gmail.com> a1c4c5f
  • Merge pull request #697 from maxenglander/maxeng-stylua-version 14d412f
  • chore(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 ... 6796a2b
  • Merge pull request #698 from pwntester/dependabot/github_actions/actions/checkout-4 chore(deps): bump actions/checko... 1119796
  • feat(notifications): show and read unread notifications f77a87f

View on GitHub

tris203 opened a draft pull request on neovim/neovim
fix(lsp): cancel pending requests before refreshing
Problem: Diagnostics and inlay hints can be expensive to calculate, and we shouldn't stack them as this can cause noticeable lag. Solution: Check for duplicate inflight requests and cancel the...
tris203 created a branch on tris203/neovim

backport-31483-to-release-0.10 - Vim-fork focused on extensibility and usability

tris203 created a review comment on a pull request on pwntester/octo.nvim
im also not sure if that order makes sense for the notifications...just from a UI perspective

View on GitHub

tris203 created a review on a pull request on pwntester/octo.nvim

View on GitHub

tris203 created a comment on a pull request on pwntester/octo.nvim
> > > I tend to have use Octo from within the single repo, how about a configuration to filter to just the notifications for the current repo. Then no need to show the repo name as well. What are y...

View on GitHub

tris203 created a comment on a pull request on pwntester/octo.nvim
> I tend to have use Octo from within the single repo, how about a configuration to filter to just the notifications for the current repo. Then no need to show the repo name as well. What are your ...

View on GitHub

tris203 created a comment on an issue on neovim/neovim
I am willing to work on this, but I think that it would benefit from having a central state management to hold the previous results identifier to avoid building another siloed LSP data store - #31453

View on GitHub

tris203 created a comment on an issue on seblj/roslyn.nvim
The range is because logic is shared within Neovims diagnostic and inlayhint refresh implementations It isn't strictly correct, but it is what it is at the moment. There is also no central LSP ...

View on GitHub

tris203 created a comment on a pull request on neovim/neovim
This is probably a temporary workaround until something like #31453 is implemented which means we can implement more of the diagnostic spec as per #31454. Once we have a state store, then we can...

View on GitHub

tris203 created a comment on an issue on seblj/roslyn.nvim
I don't know @seblj's thoughts but I think the best course of action is to get it fixed upstream and backported to 0.10.x

View on GitHub

tris203 created a comment on an issue on seblj/roslyn.nvim
I have tried a potential fix in neovim. Can one of you guys that can reproduce this try the PR?

View on GitHub

tris203 opened a draft pull request on neovim/neovim
fix(lsp): cancel pending requests before refreshing
Problem: Diagnostics and inlay hints can be expensive to calculate, and we shouldn't stack them as this can cause noticeable lag. Solution: Check for duplicate inflight requests and cancel the...
tris203 pushed 1 commit to inflight_refresh tris203/neovim
  • fix(lsp): cancel pending requests before refreshing Problem: Diagnostics and inlay hints can be expensive to calcula... ce5ff32

View on GitHub

tris203 created a branch on tris203/neovim

inflight_refresh - Vim-fork focused on extensibility and usability

tris203 pushed 9 commits to folding_guard tris203/neovim
  • docs: graduate intro.txt to "flow layout" #31462 - move credits and backers to credits.txt 1290144
  • fix(diagnostic): only store quickfix id when creating a new one #31466 The old code would always update `_qf_id` wit... fd902b1
  • vim-patch:ea0e41a: runtime(doc): make tag alignment more consistent in filetype.txt (#31459) closes: vim/vim#16169 ... bf5c134
  • vim-patch:9.1.0906: filetype: Nvidia PTX files are not recognized Problem: filetype: Nvidia PTX files are not recog... 812d029
  • fix(events): don't expand `args.file` for Lua callback (#31473) Problem: In an autocommand Lua callback whether `ar... e9f4cee
  • fix(completion): avoid deleting text when completion leader changes #31448 Problem: When completion leader changes,... e788d1a
  • docs: delineate blocks/list items #30973 Problem: Paragraph below bulleted list was joined to last list item instead... 367182a
  • fix(filetype): make filetype detection work with :doautocmd (#31470) 1077843
  • fix(lsp): add foldingrange method support check Problem: The folding_range request method assumes that the client su... 7f9e7eb

View on GitHub

tris203 pushed 8 commits to master tris203/neovim
  • docs: graduate intro.txt to "flow layout" #31462 - move credits and backers to credits.txt 1290144
  • fix(diagnostic): only store quickfix id when creating a new one #31466 The old code would always update `_qf_id` wit... fd902b1
  • vim-patch:ea0e41a: runtime(doc): make tag alignment more consistent in filetype.txt (#31459) closes: vim/vim#16169 ... bf5c134
  • vim-patch:9.1.0906: filetype: Nvidia PTX files are not recognized Problem: filetype: Nvidia PTX files are not recog... 812d029
  • fix(events): don't expand `args.file` for Lua callback (#31473) Problem: In an autocommand Lua callback whether `ar... e9f4cee
  • fix(completion): avoid deleting text when completion leader changes #31448 Problem: When completion leader changes,... e788d1a
  • docs: delineate blocks/list items #30973 Problem: Paragraph below bulleted list was joined to last list item instead... 367182a
  • fix(filetype): make filetype detection work with :doautocmd (#31470) 1077843

View on GitHub

tris203 created a comment on an issue on tris203/rzls.nvim
Thats exactly the change in the perf branch. The UI shouldn't block as the project is initialising

View on GitHub

tris203 created a comment on an issue on seblj/roslyn.nvim
My other thought is that it is an issue with inflight requests not being cancelled when they become outdated. That would make the request feel snappier, if at the end of typing you didn't have t...

View on GitHub

tris203 pushed 1 commit to debounced tris203/precognition.nvim

View on GitHub

tris203 pushed 1 commit to debounced tris203/precognition.nvim

View on GitHub

tris203 pushed 5 commits to debounced tris203/precognition.nvim
  • fix: preserve PrecognitionHighlight through colorscheme changes (#90) 19d9706
  • feat: add function to get visible state (#92) 0189e8d
  • feat(utils): enhance inlay hint spacing calculation (#95) - Updated `calc_ws_offset` to handle different inlay hint ... 531971e
  • feat: add optional debounce 7d6bccc
  • rename debounce -> debounceMs 28bc1d7

View on GitHub

tris203 closed a pull request on tris203/testrepo
feat: even more data
Here is a PR for more data
tris203 closed a pull request on tris203/hawtkeys.nvim
chore: drop 0.9 support
Load more