lordmilko

Results 8 issues of lordmilko

I am using Emacs 25.2 with Spacemacs on Windows 7. When I try to select a theme, I get the error `Symbol’s function definition is void: airline-themes-set-deftheme` [As it turns...

I am attempting to build a language client against haskell-language-server in Visual Studio 2019. When I follow the [instructions](https://learn.microsoft.com/en-us/visualstudio/extensibility/adding-an-lsp-extension?view=vs-2019) for doing so however, haskell-language-server-wrapper fails with the following error >...

The [InitializeParams](https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#initialize) type in the spec specifies there should be a `ClientCapabilities` field. While the `ClientCapabilities` type does exist in this repo, the actual property that should exist between `InitializationOptions`...

The following types have complex data fields that may contain one or more string values. We need to understand how to parse these correctly to implement appropriate `ToString()` overrides *...

* Identify/document why `hostfxr_get_dotnet_environment_info` isn't in `hostfxr.dll` distributed in NuGet packages * Provide a `GetRuntimeDelegate` method that doesn't take a `hostfxr_delegate_type` and returns a `GetRuntimeDelegateDelegates` wrapper that provides access to...

### Your environment * Windows 11 * GHCup 0.1.19.4 * GHC 9.4.7 * cabal 3.10.1.0 * HLS 2.4.0.0 * vscode 1.83.1 * vscode-haskell 2.4.1 **Which OS do you use?** Windows...

type: bug
os: windows
level: easy
ZuriHac

* Add in all the definitions in `microsoft.debugging.targetmodel.sdk.20230731.1609.0\build\native\include\DbgServicesBridgeClient.h` * Add `DebuggerDisplay` to all the new structs I added post 0.3.3. Just re-run ComWrapper for the whole project * I don't...

### Problem `System.Reflection.Metadata` allows specifying a `System.Reflection.Metadata.MetadataStringDecoder` to your `MetadataReader` to cache any strings it allocates, thereby reducing allocations. I have an existing `MetadataReader` that is using my custom `MetadataStringDecoder`,...