Casper

Results 56 comments of Casper

I run the complete script once, then the lines including and following `suites

P.P.S. Beware of this [problem](https://github.com/fsprojects/Paket/issues/2911#issuecomment-461034172). I.e. incorrect order of reference with first the canop reference and then the selenium webdriver reference instead of vica versa. You need to correct this...

I think this code: ``` let private view' (classes: IClasses) model dispatch = div [ HTMLAttr.Class !!props.classes?root ] [] ``` Should be: ``` let private view' (classes: IClasses) model dispatch...

I think upgrading to version 5 would be great. I can imagine that the company maintaining the [SAFE-stack](https://github.com/CompositionalIT/SAFE-template) would also be willing to maintain this project as it provides a...

@Zaid-Ajaj. Thanks for the quick reply. The problem is using netcore. When I switch to .net framework, everything works. As to using the FSI. This I really would like to...

@Zaid-Ajaj I am in the process of writing things down in a blog and trying to come up with minimal scenario's. Takes some time thought, keep you posted. Thanks.

@Zaid-Ajaj. Thanks for your quick action!! But know I get a: > error FS0193: internal error: Could not load type 'System.Threading.CancellationToken' from assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

I don't think it's a FSI issue, I think it's a Zaid - paket issue ;-). This is you're paket lock: > Microsoft.Data.SqlClient (1.1) This you'r reference in the fsproj...

Well this is quite a rabbit hole for me. I still am stuck in the fsi and raised an issue: https://github.com/dotnet/SqlClient/issues/645. I will keep you posted, but not being able...

@Zaid-Ajaj : I still am struggling getting DustyTables to run in a script file. Did you ever try that?