Dejan Milicic
Dejan Milicic
HtmlTags package reference changed from 3.0.0.187 to 3.0.0.186
I added FSharp.Domain.Validation.Fable (0.9.78) via Paket and now when compiling with Fable, I am getting following errors ``` .\.fable-build\fable_modules\FSharp.Domain.Validation.Common.0.9.78\_deprecated.fs(1,1): (1,1) error FSHARP: Files in libraries or multiple-file applications must begin...
I am using Google authentication for user login in my app. Would it be possible to use stuntman to impersonate users, and if so, how? Thanx!
Is there a way to convert Aync
Can you please write short instructions on how to run the project?
I am in the early learning phase, and I am attempting to produce minimal working example of small counter app, which is integrating Akka.net, Akkling and Falco ``` open Falco...
I tested it and we are still missing these two 1. `Html.svg` 2. `prop.children` example usage of children is like this ``` Html.aside [ prop.classes [ "fixed"; "z-50"; "md:relative" ]...
I have a type that looks like this: ``` module DateRange = type T = private { StartDate: DateTime option EndDate: DateTime option } ``` When making Fable.Remoting calls, NewtonSoft.Json...
In a FabScaffold.Android there is a duplicate reference to System.Threading.Tasks.Extensions.dll They are pointing to ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Threading.Tasks.Extensions.dll \FabScaffold\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll ``` This happens both in VS2019 and Rider 2019.3...
It may sound like a trivial question, but if you go over documentation, Templates, etc there is no clear answer - how to create a new empty MVU project you...