Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kmoschcau pushed 6 commits to main kmoschcau/nvim-config
- feat(blink): enable signature completion ab78193
- feat(blink): restore <Up> <Down> when no menu open 749bdce
- feat(luasnip): restore use in non-tree-sitter buffers c353b30
- feat(luasnip): add keymap for choice node switching a358009
- feat(luasnip): add snippets for razor aec86db
- feat(luasnip): add indicators for choice nodes b63a49f
kmoschcau opened an issue on Saghen/blink.cmp
The documentation window overlaps the completion menu, when on the far right of the editor window
### Make sure you have done the following - [x] Updated to the latest version of `blink.cmp` - [x] Searched for existing issues and documentation (try `<C-k>` on https://cmp.saghen.dev) ### Bug D...kmoschcau created a comment on an issue on jens-maus/RaspberryMatic
Hi, es wäre auch super wenn die Firmware-Updates der CCU selbst ähnlich behandelt werden könnten.
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 7859815
kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
- feat(pmd): fix indentation in example sarif 7749da9
kmoschcau pushed 9 commits to feature/add-pmd-linter kmoschcau/nvim-lint
- mypy: set stream to "both" mypy outputs the errors to `stdout` by default but the following configuration options ca... c9aa44f
- jq: Allow trailing whitespace Closes https://github.com/mfussenegger/nvim-lint/issues/651 1fd5abd
- Mention how to display filetype in readme (#722) 6742c6e
- Add ts-standard linter (#702) Co-authored-by: Mathias Fussenegger <[email protected]> 9195dd0
- Add sqruff (#728) ec9fda1
- golangci-lint: handle relative paths while parsing (#731) Compare absolute paths when determining filename to buffer... ba3a77b
- golangci-lint: set --issues-exit-code=0 (#732) This allows the error exit code to indicate failure to run the linter... 3d5190d
- sqruff: include error code in diagnostic (#729) 789b7ad
- Merge branch 'master' into feature/add-pmd-linter 543b2b5
kmoschcau pushed 8 commits to master kmoschcau/nvim-lint
- mypy: set stream to "both" mypy outputs the errors to `stdout` by default but the following configuration options ca... c9aa44f
- jq: Allow trailing whitespace Closes https://github.com/mfussenegger/nvim-lint/issues/651 1fd5abd
- Mention how to display filetype in readme (#722) 6742c6e
- Add ts-standard linter (#702) Co-authored-by: Mathias Fussenegger <[email protected]> 9195dd0
- Add sqruff (#728) ec9fda1
- golangci-lint: handle relative paths while parsing (#731) Compare absolute paths when determining filename to buffer... ba3a77b
- golangci-lint: set --issues-exit-code=0 (#732) This allows the error exit code to indicate failure to run the linter... 3d5190d
- sqruff: include error code in diagnostic (#729) 789b7ad
kmoschcau created a comment on a pull request on checkstyle/checkstyle
I did all required fixes.
kmoschcau pushed 3 commits to bugfix/sarif/invalid-paths-on-windows kmoschcau/checkstyle
kmoschcau pushed 31 commits to bugfix/sarif/invalid-paths-on-windows kmoschcau/checkstyle
- Issue #15456: Specify Violation messages for IllegalThrowsCheck cf08cd7
- Issue #14631: Updated BR_HTML_TAG_NAME in JavadocTokenTypes.java to new AST format eda8303
- supplemental: Issue #15983 -added validation to default 011fc0e
- Issue #16077: Fixed anchor image size ba4fb71
- Issue #16077: changed alignment of table header text to left and added background color 45fca03
- Issue #14631: Updated TR_HTML_TAG_NAME in JavadocTokenTypes.java to new AST format 45383a9
- Issue #13345: Enable example test for RegexSinglelineCheck 7555795
- Issue #14631: Updated exception_literal to new AST format f3c858b
- Issue #13345: Enable example tests for SuppressWithPlainTextCommentFilter cfac7b3
- Issue #14631: Update parameters in JavadocTokenTypes 1ad40e7
- Issue #14631: Updated exception_literal in JavadocTokenTypes.java to format of AST d046474
- minor: clarify that severity ignore is for all loggers/formatters df4fcd7
- dependency: bump org.gaul:modernizer-maven-plugin from 3.0.0 to 3.1.0 Bumps [org.gaul:modernizer-maven-plugin](https... 39fd5bf
- Issue #13345: Enable example test for SuppressWithNearbyTextFilter 067b951
- minor: added missing closing curly bracket for img[src=images/anchor.png] fc24232
- Issue #15456: Specify violation messages for inner assignments 28675c6
- Issue #16077: made tables single column for mobile devices and removed .bodyTable class reference 6c9ce34
- Issue #16077: Removed text under banner images in menu f8da9fd
- Issue #16213: Update site.xml to avoid extra labels under images 388af78
- Issue #14631: Update JAVADOC_INLINE_TAG in JavadocTokenTypes b41e944
- and 11 more ...
kmoschcau pushed 55 commits to master kmoschcau/checkstyle
- minor: clarify output of test for debug mode 180be71
- dependency: bump commons-beanutils:commons-beanutils Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0.... 98c148e
- Issue #16155: migration to nio jdk api 18c6ace
- Issue #15456: Specify violation messages for InputSimplifyBooleanReturnCheck 269a923
- Issue #14631: Updated LITERAL_INCLUDE in JavadocTokenTypes.java in new AST format 728a071
- Issue #14631: Update Parameter_Name to new AST format 712cd85
- Issue #11163: Enforce file size on InputJavadocMethodThrowsDetection e0bf0c6
- Issue #11163: Enforce file size on InputJavadocPackageNoJavadoc 6bde4bc
- infra: github workflow to print AST for target java file 28f26ee
- dependency: bump commons-beanutils:commons-beanutils Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0.... 64e2339
- infra: Update azure-pipelines.yml to use macOS-14 instead of deprecated macOS-12 9910d16
- infra: Update run-checkstyle-ast-print.yml to print javadoc AST also 2147f02
- Issue #15456: specify violation message for HiddenFieldCheck 04c0b99
- Issue #13213: Remove ok comments from missingjavadoctype dd61fe7
- Issue #14631: Updated MEMBER in javadocTokenTypes to new AST format 59a1e3a
- Issue #16077: made non-formatted text wrappable 8313480
- Issue #16077: made code blocks scroll-able 51174fa
- Issue #16178: added target=_blank to open external links in new tab 19001ae
- Issue #16077: fixed #undefined links for h1 & h2 sections 19f8e7b
- Issue #14631: Updated Hash_literal to new AST format 206ebeb
- and 35 more ...