Ecosyste.ms: Timeline

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

kmoschcau

kmoschcau pushed 5 commits to main kmoschcau/nvim-config
  • chore(plugins): update 2b65426
  • feat(plugins): reenable oil-git-status-nvim f5c34ed
  • feat(nvim-lint): do not lint help buffers d57e25f
  • feat(lsp): add github actions lsp d8b2bd0
  • feat(filetype): also detect old yml extensions as helm eb8b363

View on GitHub

kmoschcau created a comment on a pull request on neovide/neovide
Hi @fredizzimo, sorry to necro this thread, but are there still plans to add an underline offset as a feature? Maybe as a new PR.

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/wezterm-config
  • feat(font): adjust underline position to work with indent blankline f037169

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau created a comment on an issue on stevearc/oil.nvim
Yep, that fixes it for me as well.

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(blink): remove Up Down maps from command mode e197a5c

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(blink.cmp): add Up and Down mappings cd39a3f

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • chore(plugins): update 40dcaae
  • feat(blink): include help buffers in completion candidates 7fb20f5

View on GitHub

kmoschcau created a comment on an issue on checkstyle/checkstyle
PR is now open.

View on GitHub

kmoschcau opened a pull request on checkstyle/checkstyle
Issue #16127: Correctly handle windows file paths in SARIF and add a doc link to nvim-lint.
Issue #16127 I am not sure this covers all cases that the URIs will always be valid, but I didn't find a Java method that doesn't change relative paths to absolute paths automatically. I have al...
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 c7934cf

View on GitHub

kmoschcau created a branch on kmoschcau/checkstyle

bugfix/sarif/invalid-paths-on-windows - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

kmoschcau created a comment on an issue on checkstyle/checkstyle
I'm having a look at it now. I also read the SARIF specification again and it [says](https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790680)...

View on GitHub

kmoschcau forked checkstyle/checkstyle

kmoschcau/checkstyle

kmoschcau pushed 3 commits to main kmoschcau/nvim-config
  • feat(lsp): add a configuration for ts_ls and update config 6ad2a38
  • feat(nvim-lint): do not lint hover markdown d439886
  • chore(plugins): update dd9e83c

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(new-theme): add background to luasnip virtual text 495723d

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • chore(plugins): update 8883a58
  • feat(luasnip): improve snippet highlights and enable autosnippets 188d09c

View on GitHub

kmoschcau pushed 4 commits to main kmoschcau/nvim-config
  • chore(plugins): update 4a86dd4
  • feat: set up spelloptions 6d5773a
  • feat: add mini snippets 73bc839
  • feat(luasnip): add basic setup for placeholder highlights b4dcee9

View on GitHub

kmoschcau created a comment on an issue on stevearc/oil.nvim
> In the yazi example, it appears to display the folder as a normal folder, not a link, but we _only_ call `fs_readlink` when the entry type is `link`. Is it possible to figure out what's going on ...

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(new-theme): link @lsp.type.modifier to @keyword.modifier 2800ede

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(sarif): adjust end column Both SARIF and diagnostic-structure are exclusive ranges. d5e1e5b

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(sarif): handle file URIs in addition to paths aec22a3

View on GitHub

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
I found a bug with checkstyle on Windows, when using the SARIF format: https://github.com/checkstyle/checkstyle/issues/16127 Up to you, if you want to hold this PR back until this is solved.

View on GitHub

kmoschcau opened an issue on checkstyle/checkstyle
The SarifLogger creates invalid JSON on Windows with unescaped paths
I have read check documentation: https://checkstyle.org/checks/xxxxxx/nameofaffectedcheck.html I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run I...
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(nvim-lint): switch PMD to use sarif ac808c7

View on GitHub

kmoschcau pushed 7 commits to feature/add-pmd-linter kmoschcau/nvim-lint
  • terraform: pass `-chdir=` to `terraform` command (#709) This ensures `terraform validate` is aware of `.terraform/` ... 0f43320
  • Add zizmor linter (#710) 3c801cb
  • fish: allow an arbitrary word before line number (#713) The error message generated by `fish --no-execute` varies by... 02ea15a
  • cfn-lint: ignore exit code (#715) cfd841c
  • ghdl: parse severity from output (#719) GHDL provides the severity of its diagnostics. For example: ``` test/tb_... 139cd3c
  • ghdl: trim whitespace (#720) Before: ghdl: no declaration for "unsigned" After: ghdl: no declarati... dfa45de
  • Merge branch 'master' into feature/add-pmd-linter eebab81

View on GitHub

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
OK I made quite a few more changes to the SARIF parser for PMD and added more tests. @mfussenegger should I backport all of that to the checkstyle branch, or is it fine with you to merge that with ...

View on GitHub

kmoschcau pushed 5 commits to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(parser): add a common SARIF parser and use it for checkstyle 1044c35
  • feat(parser): handle multiple runs in sarif parser and add specs 9280238
  • docs(parser): add for_sarif documentation c85a72a
  • Merge branch 'feature/add-sarif-parser' into feature/add-pmd-linter f0475ae
  • feat(pmd): use and expand SARIF parser 5cc92c4

View on GitHub

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
I addressed all comments and added a comprehensive spec file for the `for_sarif` parser. This includes the `checkstyle` tests and adds some additional ones.

View on GitHub

kmoschcau pushed 2 commits to feature/add-sarif-parser kmoschcau/nvim-lint
  • feat(parser): handle multiple runs in sarif parser and add specs 9280238
  • docs(parser): add for_sarif documentation c85a72a

View on GitHub

Load more