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

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config
  • feat(navic): let navic attach automatically f2f44a1

View on GitHub

kmoschcau pushed 3 commits to main kmoschcau/nvim-config
  • feat(navic): prefer volar before typescript-tools ac36eb4
  • refactor(attach): simplify client null check 8bd4109
  • feat(attach): add simple volar specific rename keymap 08f6166

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • chore(plugins): update d86a5ba
  • feat(blink): enable spell completion in @spell contexts only 06073f7

View on GitHub

kmoschcau opened an issue on ribru17/blink-cmp-spell
The `enable_in_context` example does not enable spell checking when at the end of a line
I'm not sure whether this is caused by the cursor being outside of the node or some race condition. It does happen with newly typed text and when triggering completion behind an already existing wo...
kmoschcau opened 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 created a branch on kmoschcau/blink-cmp-spell

feature/improve-enable-example - Spell source for blink.cmp

kmoschcau opened an issue on ribru17/blink-cmp-spell
Add an example snippet on how to enable this source only in `@spell` contexts
Hi, first of all thanks for putting the work into this source! Could you please add an example code snippet for how to enable this source only in `@spell` (and not `@nospell`) contexts? I tried fi...
kmoschcau pushed 3 commits to main kmoschcau/nvim-config
  • chore(plugins): update f8b0a44
  • feat(blink): remove luasnip_choice, as it wasn't working 6cd3d88
  • feat(blink): add spell source cfb3525

View on GitHub

kmoschcau starred xzbdmw/colorful-menu.nvim
kmoschcau starred Saghen/blink.compat
kmoschcau starred moyiz/blink-emoji.nvim
kmoschcau starred Saghen/blink.cmp
kmoschcau starred ribru17/blink-cmp-spell
kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

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

View on GitHub

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 pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

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.

View on GitHub

kmoschcau created a comment on a pull request on checkstyle/checkstyle
Done.

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 7859815

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(pmd): fix indentation in example sarif 7749da9

View on GitHub

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

View on GitHub

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

View on GitHub

kmoschcau created a comment on a pull request on checkstyle/checkstyle
I did all required fixes.

View on GitHub

kmoschcau pushed 3 commits 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 21ba22b
  • Issue #16127: Allow newly introduced word spellings b131ddc
  • Issue #16127: Statically compile regular espressions dedd30a

View on GitHub

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

View on GitHub

Load more