Marc Schreiber

Results 61 comments of Marc Schreiber

I did not remove `language/progressReport` intentionally because that would be breaking change. For example, `nvim-jdtls` relies on it (don't know about others). But if you prefer the removal, I can...

So, I assume that I should remove `language/progressReport` if I understood @fbricon and @testforstephen correctly. Could you react with :+1: on my comment to confirm?

I'm bit confused now because sending `$/progress` and `language/progressReport` for a while would be the least invasive option and would give IDE/editor plugins time to adapt (at least in my...

@rgrunber, I changed the code and it works with Neovim and [`fidget`](https://github.com/j-hui/fidget.nvim) by setting `progressReportProvider` to `false` in [`nvim-jdtls`](https://github.com/mfussenegger/nvim-jdtls). ```lua local config = { init_options = { extendedClientCapabilities = {...

Nice, thank you for merging. :blush:

> the thing that bothers me a bit is if we start advertising it on the readme, it's akin to saying we own and maintain those 3rd party packages, which...

Somewhere liqiubase calls `ValidationErrors#checkDisallowedField` for PostgreSQL and statest that `ORDER` is not supported. Is it required to call this for MSSQL as well?

I think, we need some guidance through @nvoxland what is the correct approach.

@StevenMassaro, I noticed that your PR #2198 fixed the race condition that I was trying to resolve in #1901. #1901 contains a test case that runs a migration with multiple...