Stefan Cullmann
Stefan Cullmann
> To use Fable Reaction with Elmish you need to call the Program.withStream with your reactive query. The query function takes an IAsyncObservable. This doesn't fit to the following code...
Cannot generate auto encoder for System.Collections.Generic.IEnumerable`1['t]. Please pass an extra encoder.
Please change SP Blog_GetPosts to ```sql IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'{databaseOwner}{objectQualifier}Blog_GetPosts') AND type in (N'P', N'PC')) DROP PROCEDURE {databaseOwner}{objectQualifier}Blog_GetPosts GO SET ANSI_NULLS ON GO SET...
Please provide a AllPosts collection, same as Posts but not dependent on context.
I would like to react on certain categories or tags. ``` [if|1][categories][contains]Super[/if] Jackpot [endif|1] ``` Possible operators could be _contains/any_ or _!contains/none_. I could also imagine a different syntax: ```...
I would like to call install-module outside of Visual Studio / Package Manager Console. Use cases: - Use it within VS Code - Batch Builds/ installs in other build environments,...
Are IIS Applications supported? And what would be the WebSiteName in that case? Example: 
- Compile against Giraffe 6 - Remove Ply
After a _dotnet paket update_ I noticed that navigation with [Feliz.Router.BasePath](https://github.com/DnnFable/Feliz.Router.BasePath) stopped working, or better, the hook stopped setting a new state with the current page. I was able to...