Maxime Mangel

Results 241 issues of Maxime Mangel

`|>` is colored in white instead of blue: ![image](https://user-images.githubusercontent.com/4760796/146256613-a68a1b72-04e3-4fcb-9644-eeb6b2e67065.png) As a reference here is the scope affected by FSAC ![image](https://user-images.githubusercontent.com/4760796/146256723-92d93184-117c-42b8-bb4c-ee2bcd9d5ad1.png)

Hello guys, I am trying to used hxcpp-debugger for my project but I don't get the same result as describe in the wiki. ``` haxe class Main { static public...

### Description Some browsers don't support the `redux dev tool` extensions and so are being flooded by lot of errors. Would you be ok if we try to capture the...

question

### Describe the bug I have a test named `1 + 1 = 2` with Expecto and here is how it appear in the test explorer view: ![CleanShot 2024-04-29 at...

bug

When testing or reporting issues, I often needs to manually set the setting on fantomas-tools which is error prone and not easy to do. It would be nice, if I...

Currently, they are exposed using an anonymous record, this means that I can't easily pass it to a function to manipulate them. ![image](https://user-images.githubusercontent.com/4760796/149486892-38825da9-c1fa-49fd-b555-43e9c3e6c911.png) My function is defined as: ```fs let...

**Description:** My code: ```fs let returnInfo = instanceMember.ReturnInfo.ReturnType |> Option.map (fun (fsharpType, _) -> Common.renderParameterType true fsharpType |> TextNode.ToHtml ) ``` See how the member with a `setter` doesn't have...