Marko Grdinić

Results 95 comments of Marko Grdinić

Oh right, one more thing. Even after the plugin builds, and despite the `LanguageServerProject` being set to output a console application, only the dlls for it get compiled. For some...

@jheiling Thanks for the heads up. Putting `IO.idr` in the project directory also broke everything for me too, not just for Atom, but for the VS Code plugin as well.

I am having issues opening the template project as well. I got it to run, but am wondering why Ionide can't open the project to give me type inference. Right...

I've edited the solution file by hand to fix this. I wonder if there is a way to delete and regenerate the solution automatically?

The main page loads, but going to: http://localhost:8085/books Gives the following error: ``` SQLite Error 1: 'no such table: Books'. Saturn-sample at [email protected]() in E:\Webdev\Fable\Saturn-sample\src\Saturn-sample\Books\BooksController.fs:line 17 at [email protected](Unit unitVar) at...

I followed the stuff in here: https://saturnframework.org/tutorials/how-to-start.html But `dotnet fake build -t run` doesn't work for me so I am running it with `dotnet run --project ./src/Saturn-sample/`.

Do I need to install anything special for SQLite perhaps?

``` PS E:\Webdev\Fable\Saturn-sample> dotnet saturn migration PS E:\Webdev\Fable\Saturn-sample> ``` Nothing as far I can see. I forgot whether something has happened the first time around? I'll try a fresh template.

I tried it, and the output of the migration is the same as above.

Btw, `dotnet new saturn -lang F#` should be `dotnet new Saturn -lang F#`.