Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 opened a draft pull request on tris203/rzls.nvim
wip: opening cs file first
Attempt to work out #43 Problem: if you open the program.cs file first, you see errors as a workaround you can open the App.razor file and this will clear the errors, but we are missing some...tris203 created a comment on an issue on tris203/rzls.nvim
lets drive this branch for a few more days, and then i will merge
tris203 pushed 2 commits to req_log tris203/rzls.nvim
tris203 created a comment on an issue on tris203/rzls.nvim
> > I just pushed a update to the `req_log` branch @RKWarren1964 > > If you can test again with your timer that would be great > > 3.097, 3.176, 2.445, 3.198, 3.097 slower? what? did you ...
tris203 created a comment on an issue on tris203/rzls.nvim
I just pushed a update to the `req_log` branch @RKWarren1964 If you can test again with your timer that would be great
tris203 pushed 1 commit to req_log tris203/rzls.nvim
- perf(htmlformatting): blank lines at end cause slow down ef09d90
tris203 created a comment on an issue on tris203/rzls.nvim
> I can setup and take a look at it, might be a day or two. Do you have a test branch? No in your reproduction repo. delete the last line from the `Rzls_test_fail.razor` file
tris203 created a comment on an issue on tris203/rzls.nvim
If you delete the trailing blank line on line 509, so that the file is only 508 lines. Then the formatting completes in 50ms @RKWarren1964
tris203 created a comment on an issue on tris203/rzls.nvim
@mparq might be able to help with his lsp middleware logger
tris203 created a comment on an issue on tris203/rzls.nvim
I might have a solution that runs in 1ms. but it fails on the lsp side. If you wanted to help debug why it doesn't like it in the c# side that would be awesome! The relevant c# is here: https:...
tris203 created a comment on an issue on tris203/rzls.nvim
![image](https://github.com/user-attachments/assets/5ac15bea-4820-48a4-bc4f-ec74a9b812b4) ive just pushed a small few minor changes I even tried writing it in rust, and calling out via ffi, but...
tris203 pushed 2 commits to req_log tris203/rzls.nvim
tris203 opened a draft pull request on tris203/rzls.nvim
perf(lcs): optimise lcs algo
Problem: The LCS (Longest Common Subsequence) implementation was using inefficient string operations and array insertions in tight loops. Solution: - Replace string:len() with faster # length...tris203 created a comment on an issue on tris203/rzls.nvim
![image](https://github.com/user-attachments/assets/4e1aa705-1c9b-4ce8-9a63-995b8b0a81a6) faster, but i think there are more wins. can you try again with the `req_log` branch @RKWarren1964
tris203 pushed 1 commit to req_log tris203/rzls.nvim
- perf(utils): optimize lcs table generation and diff computation Problem: The LCS (Longest Common Subsequence) implem... 039cc94
tris203 created a comment on an issue on tris203/rzls.nvim
it actually completets in time on my machine, but i think that might just be a raw horsepower thing. Profiling it shows that the diff generation bit is slow, we may need a better/faster algorith...
tris203 closed an issue on tris203/rzls.nvim
LazyVim setup
Hello! First I want to say awesome that finally we can get blazor support in nvim. Im using Lazynvim that works really great with omnisharp, omnishapr_extended, code actions and everything out o...tris203 pushed 3 commits to razor_ts tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/rzls.nvim
- fix(documentstore): changes to roslyn handler workflow (#39) 494a0a3
tris203 closed a pull request on tris203/rzls.nvim
fix(documentstore): changes to roslyn handler workflow
Follows issues outstanding from #38 ## outstanding - ~~links to components dont work unless you open the component first~~ - ~~opening .cs file first~~ - ~~gd's are weird from within razor c...tris203 created a comment on an issue on Saghen/blink.cmp
I think it gets a bit more complicated than that to overwrite, as if you wanted to use `<Tab>` for that menu too, then blink has already set buffer local keys maps for the key
tris203 created a branch on tris203/blink.cmp
snippet_loading - Performant, batteries-included completion plugin for Neovim