Jared Hester

Results 37 comments of Jared Hester

Once again I've run into a wall while working on VFT because we don't have this :(

@vasily-kirichenko that's the old one ^^ ```fsharp member __.Bind(f : Cont Cont = fun sc ec -> let sc' (t : 'T) = match (try Ok(g t) with e ->...

@jamescheney could you enable appveyor builds for the repo too? it was a real pain but I've finally got the CI running properly for both travis and appveyor https://travis-ci.org/fsprojects/FSharp.Linq.ComposableQuery/builds/214518947 you...

![](http://i.imgur.com/14Jh877.png) This good enough? :wink:

If you want to use paket from the commandline you need to have the directory where it lives as part of your path. I keep mine at `C:\Tools\paket`. When your...

FAKE could be the model to emulate for the evolution of project scaffold. It could be run as a commandline tool, or setup with a `fsx`. The core library handles...

FSharpCore and Guid are msbuild properties, the way this is going to work for a while is the toml file is going to be used to generate an fsproj. Also...

it can't always be figured out automatically because the fsharp.core reference can be defined as such ``` xml True ``` or in toml form (something like) ``` toml References =...

I don't think author should be included The `` `` and `` properties can all be filled using the filename `myproject1.fstoml` generates `myproject1.fsproj` I think we should start with -...