Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(diagnostics): add virtual lines toggle keymap ada48a8
kmoschcau created a comment on an issue on import-js/eslint-plugin-import
@Shakeskeyboarde if I recall correctly my motivation back then was CI, not editor checks. Might be that's why we didn't do it that way.
kmoschcau created a comment on an issue on Kicamon/markdown-table-mode.nvim
Sure. Write the following table: ``` | Foo | Bar | |-----|-----| | 1 | 2 | ``` Then put the cursor on line two on the `-----`, go to insert and press `|`. You will get the error right in that...
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
kmoschcau created a comment on an issue on ribru17/blink-cmp-spell
Sure. Here are the relevant blink config parts: ```lua opts = { fuzzy = { sorts = { function(a, b) local sort = require "blink.cmp.fuzzy.sort" if a.source_id == "spell"...
kmoschcau created a comment on a pull request on ribru17/blink-cmp-spell
Alright, I'm going to close this then.
kmoschcau closed 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 pushed 1 commit to main kmoschcau/nvim-config
- fix(blink): revert to given example spell enable function a2af8ba
kmoschcau created a comment on a pull request on checkstyle/checkstyle
I have no idea how much file path handling even happens before this point in checkstyle. I didn't think this would be that complicated a fix. I don't intend to build a full file URI handling soluti...
kmoschcau pushed 1 commit to bugfix/sarif/invalid-paths-on-windows kmoschcau/checkstyle
- Issue #16127: Correctly handle Windows file paths in SARIF and add a doc link to nvim-lint bbcfaee
kmoschcau created a review comment on a pull request on checkstyle/checkstyle
Actually reading the RFC again, it would be a breaking change. The scheme part of the URI is required.
kmoschcau created a review comment on a pull request on checkstyle/checkstyle
True, though that was already the case in the existing files. From what I can see it would require changing all of the tests and a considerably more involved test setup.
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