gparmigiani

Results 153 issues of gparmigiani

Would be very useful to have unit tests (i see the project is empty) and/or documentation to work with FSharp.Data.JsonValue lenses

it seems to me linting/formatting only works with .xml file, but can you support maybe .editorconfig as well being the standard out there for all languages, as it seems to...

formatter

```fsharp #i """ /some/relative/path/containing/nuget/packages""" #r "nuget: Some.Package" ``` ## Expected i can load the package from a relative folder in my directory, e.g. in a project to test from a...

Impact-Medium
Needs-Repro

I know in suave we strive to use partial application, but in many cases and e.g. when using external libraries for aspnet, it's quite common to have to register components...

maybe also providing support for Task or IcedTask instead of Async could improve suave performance quite a bit over the original async. since latest F# we have native task CE...

Would be interesting useful to see a benchmark with info on the serialization perfomrance compared e.g. to newtonsoft

``` One or more errors occurred. (Deserialization of interface types is not supported. Type 'FSharp.Data.Runtime.BaseTypes.IJsonDocument'. Path: $ | LineNumber: 0 | BytePositionInLine: 1.) ``` JsonProvider from FSharp.Data needs this type...

I want do add a select sections with options, is not clear to me how to bind the different values for e.g. an enumeration type (or DU type) to a...

Would it be possible to make **Feliz** HTML view an option ? ```fsharp Html.h1 42 Html.div "Hello there!" Html.div [ Html.h1 "So lightweight" ] Html.ul [ Html.li "One" Html.li [...

enhancement

i am trying to extend a computation expression to add some custom behaviour, but then i get this error ``` Program.fs(40, 9): [FS0708] This control construct may only be used...

bug
Documentation