Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kmoschcau created a review comment on a pull request on checkstyle/checkstyle
I am basing these changes on the [Sarif-Spec](https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790680) and on [RFC 3986](https://www.rfc-edit...
kmoschcau created a review comment on a pull request on checkstyle/checkstyle
Yeah that's on me. I thought URIs didn't allow for immediately starting with just a path segment. I will revert the tests and adjust the algorithm.
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(jdtls): add arch linux open jdk 23 f5c08c6
kmoschcau pushed 1 commit to main kmoschcau/powershell-config
- feat(scope): add utility function to set up common dotnet watch env vars ba5ec8b
kmoschcau created a comment on a pull request on ribru17/blink-cmp-spell
Hmm I thought that the precedence is the reverse order in which you get this table back. It's also the same order you get when running `:Inspect`. I also thought that a `@spell` overlaid over a ...
kmoschcau created a comment on an issue on ribru17/blink-cmp-spell
> What are the cases in which it does _not_ happen? When you are not at the end of a line. So basically when you insert text somewhere in the middle of the line or just go into insert mode anywher...
kmoschcau pushed 1 commit to main kmoschcau/powershell-config
- feat(scope): add utility function to set up common dotnet watch env vars f3bdb4e
kmoschcau pushed 1 commit to main kmoschcau/powershell-config
- feat(scope): add utility function to set up common dotnet watch env vars d4bd062
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(navic): let navic attach automatically f2f44a1
kmoschcau pushed 3 commits to main kmoschcau/nvim-config
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau opened an issue on ribru17/blink-cmp-spell
The `enable_in_context` example does not enable spell checking when at the end of a line
I'm not sure whether this is caused by the cursor being outside of the node or some race condition. It does happen with newly typed text and when triggering completion behind an already existing wo...kmoschcau opened a pull request on ribru17/blink-cmp-spell
docs: improve the enable_in_context example
This new example takes the priorities of the captures into account.kmoschcau created a branch on kmoschcau/blink-cmp-spell
feature/improve-enable-example - Spell source for blink.cmp