Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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.
kmoschcau pushed 1 commit to main kmoschcau/wezterm-config
- feat(font): adjust underline position to work with indent blankline f037169
kmoschcau created a comment on an issue on stevearc/oil.nvim
Yep, that fixes it for me as well.
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(blink): remove Up Down maps from command mode e197a5c
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(blink.cmp): add Up and Down mappings cd39a3f
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
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
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)...
kmoschcau pushed 3 commits to main kmoschcau/nvim-config
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(new-theme): add background to luasnip virtual text 495723d
kmoschcau pushed 2 commits to main kmoschcau/nvim-config
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 ...
kmoschcau pushed 1 commit to main kmoschcau/nvim-config
- feat(new-theme): link @lsp.type.modifier to @keyword.modifier 2800ede
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
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- feat(sarif): handle file URIs in addition to paths aec22a3
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.
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
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
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 ...
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