Marcin Jahn
Marcin Jahn
I'm using LazyVim. I installed the plugin like this: ```lua return { "neovim/nvim-lspconfig", opts = { servers = { omnisharp = { enabled = false }, chsarp_ls = { handlers...
When I set up continuation of my job, I'd expect `JobStorage.Current.GetMonitoringApi().JobDetails.History` to contain a state where the job is "Succeeded" (in happy path). However, it randomly happens that the latest...
**Is your feature request related to a problem? Please describe.** Currently, asdf-dotnet is not as discoverable as it could be. **Describe the solution you'd like** Consider adding the plugin to...
**Is your feature request related to a problem? Please describe.** Normally, the `dotnet` command has access to all SDK versions installed in the system. You can list available versions with...
I generated a client with Kiota, based on an OpenAPI spec, which does not specify error codes, hence errorMapping is empty in Kiota-generated client. The `ApiException` that Kiota throws contains...
Version: Deno 2.0.4 I tried to run a project that originally used Node with Deno. It errors-out on [@opentelemetry/exporter-prometheus](https://www.npmjs.com/package/@opentelemetry/exporter-prometheus) initialization: ```log TypeError: Cannot read properties of undefined (reading 'once') at...