Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 pushed 1 commit to flake tris203/rzls.nvim
- feat(ci): add GitHub Actions workflow for Nix builds e4fe4df
tris203 created a comment on an issue on tris203/rzls.nvim
> Some documentation would be great. What would this lspattach function look like? > > I don't know much about lsps in neovim as I mainly just use the defaults from lspconfig. if you don't kn...
tris203 created a comment on an issue on tris203/rzls.nvim
You provide your own lspattach function. Alternatively if your LSPAttach is in an autocommand you can pass an empty function
tris203 created a review comment on a pull request on tris203/rzls.nvim
This always seems to error on the first try of a code action. Retrying with a dirty hack works. we should try and find out why ```lua if resolve_err then --HACK: TRY AGAIN - the f...
tris203 created a review on a pull request on tris203/rzls.nvim
Looks good Although it may make sense to wait to merge this until after the other doc store changes are in
tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/rzls.nvim
- perf(formatting): documentstore and lcs improvements (#42) b76f942
tris203 closed an issue on tris203/rzls.nvim
HTML TextEdit transforms are slow and can cause timeout
## Expected Behavior Formatting should successfully complete in a reasonable amount of time. ## Current Behavior Large(ish) razor files will sometimes not complete a format and give a "LSP T...tris203 closed a pull request on tris203/rzls.nvim
perf(formatting): documentstore and lcs improvements
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 pushed 1 commit to main tris203/.nix
- fix(flake.nix): update cachix substituter and public key ea9f2f9
tris203 pushed 1 commit to main tris203/.nix
- feat(nix): add new substituter and trusted key Added a new substituter 'https://ghostty.cachix.org' and its correspo... 99c0406
tris203 pushed 1 commit to main tris203/.nix
- feat(home): add chrome module with extensions - Added chrome module to home.nix - Enabled chromium with specific ext... bd96ed7