Bruno Cadorette

Results 6 issues of Bruno Cadorette

### Problem I've found an issue with the type inference tooltip ### Steps to reproduce If I type the function in my editor:`let compose (f: 'a -> int) g =...

bug
language services

There is an issues with the generated page, on this function $(".olsr2lb" + number).text(function() { return rgrs.regRSquare.estLowerBound.toFixed(3); }); My haskell code I was trying to measure http://pastebin.com/kie5sn6u Here's the generated...

Info needed

I added `logCommand: true` to my msbuild gulp call and I saw that the command was Using MSBuild command: C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\MSBuild.exe mysln.sln /target:Build /verbosity:minimal /toolsversion:14.0 /nologo /maxcpucount /property:Configuration=Debug However,...

Now, we can do $(".numeric").numeric([",","."]); to be able to use both the comma and the dot in the numeric value

Fix https://github.com/thoth-org/Thoth.Json.Net/issues/32

This code throws `System.ArgumentException: 'Could not determine JSON object type for type Program+MyRecord.'` type MyRecord = { Field1 : string Field2 : int Field3 : bool } type Wrapper