Wallace Kelly

Results 3 issues of Wallace Kelly

The following code fails at runtime: type ExponentialDataTypes = FSharp.Data.JsonProvider< Sample = "{ \"mydata\": [ 1, 2.34567E5, 3.14 ] }" > [] let main argv = let r = ExponentialDataTypes.Parse("{...

In Windows PowerShell, the command `dot -Tpng .\daml-project.dot > daml-project.png` does not create a valid PNG file. Apparently, the `>` of the binary file did not work properly. Instead I...

In Excel, one can define a "named range". It would be nice to be able to preserve those ranges in the dataset. Perhaps something like this: ``` let workbook =...

enhancement