Falco icon indicating copy to clipboard operation
Falco copied to clipboard

A toolkit for building fast and functional-first web applications using F#.

Results 18 Falco issues
Sort by recently updated
recently updated
newest added

The cols attribute function is not present in Falco.Markup.Attr module, used by textarea element.

bug

Hello, I am following the steps here: https://www.falcoframework.com/#getting-started I run the following steps: 1. dotnet new -i Falco.Template::3.0.0 2. dotnet new falco -o HelloWorldApp I get this error message `PS...

Removed due to not doing anything https://docs.microsoft.com/en-us/dotnet/api/system.io.memorystream.flush?view=net-6.0 In relation to #65

I have a very strange bug. I am unable to serialize an object. I am using https://github.com/DataTables/Editor-NET. I am able to wire up all the request info properly and I...

On this line, https://github.com/pimbrouwers/Falco/blob/f2c57535509c2089587897ea957b83545145555d/README.md?plain=1#L237 The link is broken when clicking. _function composition_ is spelled _function compoistion_

I am trying falco with swagger. Because recently I read some post that swaggert now support .net 6 endpoint routing start from preview 6. But unfortuatly it is not working...

code in https://www.falcoframework.com/#host-builder is not working Error, Now ```fsharp let configureWebHost : HttpEndpoint list -> IWebHostBuilder = ``` To be ```fsharp let configureWebHost : HttpEndpoint list -> IWebHostBuilder -> IWebHostBuilder...

Hi, I was studying the samples to get the deepest understanding of this library and I saw the **Todo sample** was missing some features. I'm still learning so I don't...

Allow passing in enum-style DUs etc, gives a nice typed experience for the user.