Glebs Ivanovskis

Results 175 comments of Glebs Ivanovskis

It can be a total rewrite and still be compatible API-wise and protocol-wise. Have you actually tried using the module with InfluxDB 3.0? Does it give any errors?

I've started to give this project a bit of a facelift, but since I don't use it myself, this activity has a very low priority. I would consider raising priority,...

@tharikahmad, @tanonl, I have noticed that you have [changes related to InfluxDB 2.7 support](https://github.com/i-ky/effluence/commit/e62fb7dc5c17c00145780de3d678e68a3ec200f7) in your forks (https://github.com/tharikahmad/effluence and https://github.com/v2cloud/effluence). I will be very happy to receive a PR from...

> Please find the snapshot of the latest docs for mp-units 0.8 attached. It would be great if it could be somehow attached to the current mk-docs. I guess you...

> > I guess you can upload it as a release asset. In my opinion this would be the next best place to serve the generated documentation. > > Good...

"not allowed driver" does not mean anything bad per se, it just means that clangd is not allowed to launch compiler binary to extract system include paths from there. Read...

Could you please share the full log?

> @i-ky https://logpaste.com/Of3j0b9O Hm, `--quote-driver` and system include extraction seems to work fine, however: ``` E[11:33:50.590] System include extraction: invalid target "avr32", ignoring ``` ... and then: ``` I[11:33:50.590] System...

There is also [`DiagnosticTag.Unnecessary`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticTag): ``` export namespace [DiagnosticTag](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnosticTag) { /** * Unused or unnecessary code. * * Clients are allowed to render diagnostics with this tag faded out * instead...