Gauthier Segay
Gauthier Segay
@rkosafo / @rspeele, wondering if you could give a look at using this branch and tell me if you have any issue with the restore / build? It's difficult for...
## paket.dependencies ```paket.dependencies source https://www.nuget.org/api/v2 storage: none redirects: on generate_load_scripts: on framework: >= net45 , >= netstandard2.0 nuget Auto9G nuget FSharp.Core redirects: force nuget LicenseToCIL = 0.3.0 nuget Rezoom.SQL.Provider.SQLite nuget...
I've started using the SQL parser part of this project for small experiments at my work, and am a bit familiar with some aspects of that library, although all the...
@knocte I am interested in your opinion about "max line length": https://github.com/fsharp/fslang-design/discussions/692 Also, I feel calling "verticalhorizontal alignment" "vanity alignment" skews things. VerticalHorizontal alignment is very common concept related to...
@nojaf, sorry I glitched the title due to adjusting my post the wrong way. I may take a look at the issue eventually, the issue is not urgent for me,...
This is fixed by #88 I think. I think the behaviour of unloading / reloading projects is cumbersome on big solutions, because it will close all your open documents and...
Would it make sense to then just remove the unload / reload project stuff? On my end I get quicker result and back to work when I run `paket install`...
Hi @matthewcrews, the simplest, if you want to upgrade it manually and avoid inadvertent updates, is set it explicitly: https://github.com/fslaborg/flips/blob/08ac5b047e2ad7dcd446ff974bd29b6d9689ce56/paket.dependencies#L12 putting `nuget FSharp.Core = 5` and updating it explicitly when...
I feel the pain, not too far ago, hitting those crashes... On the language side, https://github.com/fsharp/fslang-suggestions/issues/721 would come very handy for this kind of stuff (if you haven't upvoted), also,...
I was thinking of adding code in examples project that also exports the variables to a flat file. That code which exports the variables can be reused in the benchmark...