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...
I had issues running Mongo Compass, and the solution I applied is worth sharing I think.
https://github.com/russelltg/wl-screenrec/issues/112
I tried installing the plugin on my LazyVim setup, but it doesn't seem to work. I applied the default setup, without any configuration options, so it seems that the mouse...
Neotest is probably the most popular testing framework for neovim. I think it'd be awesome to integrate easy-dotnet's test running capabilities with neotest by adding an adapter for neotest.