Ecosyste.ms: Timeline

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

kmoschcau

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(diagnostics): add virtual lines toggle keymap ada48a8

View on GitHub

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.

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

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

View on GitHub

kmoschcau starred tris203/tree-sitter-razor
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • chore(plugins): update 81876b9
  • feat(telescope): use fidget extension c35a9e1

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • feat(blink): update spell enable to work at eol 327cdd4
  • chore(plugins): update f494fb6

View on GitHub

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

View on GitHub

kmoschcau created a comment on a pull request on ribru17/blink-cmp-spell
Alright, I'm going to close this then.

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

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.

View on GitHub

kmoschcau created a review on a pull request on checkstyle/checkstyle

View on GitHub

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.

View on GitHub

kmoschcau created a review on a pull request on checkstyle/checkstyle

View on GitHub

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

View on GitHub

kmoschcau created a review on a pull request on checkstyle/checkstyle

View on GitHub

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.

View on GitHub

kmoschcau created a review on a pull request on checkstyle/checkstyle

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(jdtls): add arch linux open jdk 23 f5c08c6

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/powershell-config
  • feat(scope): add utility function to set up common dotnet watch env vars ba5ec8b

View on GitHub

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

View on GitHub

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

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/powershell-config
  • feat(scope): add utility function to set up common dotnet watch env vars f3bdb4e

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/powershell-config
  • feat(scope): add utility function to set up common dotnet watch env vars d4bd062

View on GitHub

Load more