Ecosyste.ms: Timeline

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

tris203

tris203 pushed 1 commit to flake tris203/rzls.nvim

View on GitHub

tris203 opened a draft pull request on tris203/rzls.nvim
wip: flake
tris203 pushed 1 commit to flake tris203/rzls.nvim
  • feat(ci): add GitHub Actions workflow for Nix builds e4fe4df

View on GitHub

tris203 created a branch on tris203/rzls.nvim

flake - Hopefully, support for rzls in neovim

tris203 pushed 1 commit to main tris203/.nix
  • fix: sqlite and symlink submodule for dotfiles 458f5cc

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

tris203 created a review on a pull request on tris203/rzls.nvim

View on GitHub

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

View on GitHub

tris203 deleted a branch tris203/rzls.nvim

dont_open

tris203 deleted a branch tris203/rzls.nvim

open_docs

tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
  • perf(formatting): documentstore and lcs improvements (#42) b76f942
  • wip: razor ts 88bfc96

View on GitHub

tris203 deleted a branch tris203/rzls.nvim

req_log

tris203 pushed 1 commit to main tris203/rzls.nvim
  • perf(formatting): documentstore and lcs improvements (#42) b76f942

View on GitHub

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
  • feat: migrate dotfiles to submodule 33ca7b0

View on GitHub

tris203 pushed 1 commit to main tris203/.nix

View on GitHub

tris203 created a branch on tris203/.nix

rzls_attempt

tris203 pushed 1 commit to main tris203/.nix
  • fix(flake.nix): update cachix substituter and public key ea9f2f9

View on GitHub

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

View on GitHub

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

View on GitHub

tris203 pushed 2 commits to main tris203/.nix
  • Revert "refactor: simplify Nix configurations" This reverts commit 20ba59ed98805352bb3e49a34b55f28896ecd98f. 3ac1d75
  • refactor: reformat Nix files for consistency 7c70a89

View on GitHub

tris203 pushed 1 commit to main tris203/.nix
  • refactor: simplify Nix configurations 20ba59e

View on GitHub

tris203 starred Evertras/simple-homemanager
tris203 pushed 1 commit to main tris203/.nix

View on GitHub

tris203 pushed 1 commit to main tris203/.nix
  • feat(vm): desktop environemnts and stuff 1d38b95

View on GitHub

tris203 pushed 2 commits to main tris203/.nix
  • feat(programming): add Go tools and Protobuf utilities - Added `gnumake` to the programming languages module. - Incl... fdc1a8f
  • feat(wsl): enable automatic timezone and set to Guernsey - Enabled automatic timezone adjustment in WSL configuratio... 776b8aa

View on GitHub

tris203 created a comment on a pull request on tris203/rzls.nvim
This seems to work with two caveats - Its 0.11 only due to the use of `attach = false` in the lsp start command (would need a polyfil to use `vim.lsp.start_client` to work with stable - Program...

View on GitHub

Load more