Some LSP servers, such as `ruby-lsp` (
https://github.com/Shopify/ruby-lsp) don't use `textDocument/publishDiagnostic` to publish diagnostics. Instead, they expect the LSP client to poll and request diagnostics with `textDocument/diagnostic`. It would be great if Eglot would support this method of pulling diagnostics.