Ignas
Ignas
At https://github.com/Hoffs/omnisharp-extended-lsp.nvim/blob/main/lua/omnisharp_extended.lua#L266 return value is not checked and may potentially execute tail of the method even if location is handled. Not 100% of code execution path if it is handled,...
For example when navigating into `Func` trying to get definition of delegate causes an error. Should check if any locations were returned first.
**Is your feature request related to a problem? Please describe.** So currently as I am experimenting the ticket expiration is always the same even if you call renew/authenticate and getserviceticket...
Added arm64 ffi lib for M1 Mac's See #347 for history
As per #42 I finally got around trying to implement this. As per my testing everything more or less works and the file scope seems to work as expected, only...
**Is your feature request related to a problem? Please describe.** Not exactly a problem, but I feel like giving full access to the google drive is not very safe. I...
Hi, I've been working on extending LSP client to pull metadata/file source when `textDocument/definition` returns result with `$metadata$` URI (e.g. `uri = "file:///%24metadata%24/Project/nvim-csharp-metadata/Assembly/System/Console/Symbol/System/Console.cs"`). The problem I encountered that it seems...
Hello, I was wondering would it be possible to include `IsPrepared` property of `NpgsqlCommand` when tracing `CommandStart` in `ActivitySource`? From technical perspective this seems to be relatively straightforward, but maybe...
resolves #18 resolves #11
Similar to #554 I feel like it is pretty common and legitimate use-case when trying to expose external system metrics using prometheus. For example, there is a `autoanalyze_count FROM pg_stat_user_tables`...