Ecosyste.ms: Timeline

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

kmoschcau

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
OK I got the tests working on a Linux machine. Something tries to run `~` as an executable on Windows, which of course fails.

View on GitHub

kmoschcau pushed 6 commits to master 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

View on GitHub

kmoschcau pushed 1 commit to main kmoschcau/nvim-config

View on GitHub

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
Oh yeah sure! I didn't even realize they added this since I last used it.

View on GitHub

kmoschcau pushed 2 commits to main kmoschcau/nvim-config
  • style(has): test for equality instead of inequality c309cd1
  • feat(neovide): add transparency and corner radius settings 95efab5

View on GitHub

kmoschcau pushed 4 commits to main kmoschcau/nvim-config
  • chore(plugins): update a10993f
  • refactor(blink): use restored get_keyword b7f8d3d
  • feat(plugins): add statuscol e189633
  • feat(telescope): set defaults for all builtins 1f802a4

View on GitHub

kmoschcau pushed 6 commits to main kmoschcau/nvim-config
  • fix(blink): context.get_keyword was removed 4dde77a
  • feat(telescope): exclude declarations in references 8a23ebd
  • feat(telescope): add find files without ignores mapping b101227
  • feat(telescope): add spelling suggestions picker 815429a
  • feat(nvim-lint): add PMD and thus remove none-ls Relates to: - https://github.com/mfussenegger/nvim-lint/pull/717 - ... 5da733c
  • chore(plugins): update e0df0c7

View on GitHub

kmoschcau created a comment on a pull request on mfussenegger/nvim-lint
I just realized, that `for_sarif` likely needs some documentation in the README. I can add that tomorrow. Also I'm not sure where to put the spec for this parsing function. I didn't get the test ru...

View on GitHub

kmoschcau created a comment on an issue on stevearc/oil.nvim
That seems to have fixed the issue for me at least.

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • style(pmd): fix weird formatting dfa4cba

View on GitHub

kmoschcau opened a pull request on mfussenegger/nvim-lint
feat(parser): add a common SARIF parser and use it for checkstyle
This adds a [SARIF](https://sarifweb.azurewebsites.net/) parser and uses it for checkstyle.
kmoschcau created a branch on kmoschcau/nvim-lint

feature/add-sarif-parser - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • style(pmd): sort diagnostics entries like in vim help da1bde7

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(README): add pmd link cec3a82

View on GitHub

kmoschcau pushed 1 commit to feature/add-pmd-linter kmoschcau/nvim-lint
  • feat(pmd): add better rulesets handling a23f942

View on GitHub

kmoschcau opened a pull request on mfussenegger/nvim-lint
feat(linters): add pmd
This adds the [PMD](https://pmd.github.io/) linter.
kmoschcau created a branch on kmoschcau/nvim-lint

feature/add-pmd-linter - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

kmoschcau opened an issue on mfussenegger/nvim-lint
Feature Request: Support linters returning diagnostics for multiple files via `bufnr`
The `diagnostics-structure` supports a buffer number via `bufnr`. It would be nice if linters could add diagnostics to other files besides the current one. At the moment nvim-lint forces all diagno...
kmoschcau pushed 0 commits to master kmoschcau/nvim-lint

View on GitHub

kmoschcau opened a pull request on mfussenegger/nvim-lint
fix(cfn-lint): ignore exit code
This ignores the exit code of cfn-lint. cfn-lint only uses it to communicate what it found.
kmoschcau closed a pull request on mfussenegger/nvim-lint
fix(cfn-lint): ignore exit code
kmoschcau created a branch on kmoschcau/nvim-lint

feature/cfn-lint-ignore-exit-code - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

kmoschcau pushed 1 commit to main kmoschcau/global-config
  • chore: remove no longer needed pmd f7bfe50

View on GitHub

kmoschcau opened an issue on Saghen/blink.cmp
With `6df3f68` removing `get_keyword`, the first letter capitalization recipe is now broken
### Make sure you have done the following - [X] I have updated to the latest version of `blink.cmp` - [X] I have read the README ### Bug Description With https://github.com/saghen/blink.cmp/comm...
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 starred neovide/neovide
kmoschcau pushed 5 commits to main kmoschcau/nvim-config
  • chore(plugins): update 4ad3501
  • feat(blink): use luasnip as snippet source 7cf0e71
  • feat(plugins)!: replace messenger-nvim with gitsigns 4f08681
  • refactor(filetypes): remove now redundant mappings 385f0e8
  • feat(plugins): mostly replace none-ls with nvim-lint Only PMD is left to migrate. 85058a6

View on GitHub

kmoschcau opened a pull request on mfussenegger/nvim-lint
fix(cfn-lint): ignore exit code
kmoschcau pushed 1 commit to master kmoschcau/nvim-lint
  • fix(cfn-lint): ignore exit code 1c552c9

View on GitHub

Load more