Robert Jeppesen

Results 10 comments of Robert Jeppesen

How do you envision this? Do we need 4.0 compat, or can it be abandoned? .Net 4.5 doesn't support Windows XP, but other than that, I can't think of a...

I really like this suggestion, but it would probably have to be something other than a dot. `List.map .bar`is the same as `List.map.bar`.

@cloudRoutine `./Data` looks very nice, kind of like accessing a file system. Would it conflict with anything?

There seems to be no way of creating a `SetOptions` with merge = false? So this library would need to call another overload instead of passing `SetOptions.merge()`? But this library...

I agree with @cartermp and @Rickasaurus, I'll typically write one-liners to test my script file functions directly in FSI to avoid polluting my script. I've never typed more than one...

You'd have to use `let str = UMX.untag file` or `let str : string = %file`. @eiriktsarpalis Maybe a second operator could be added specifically for untag? It should be...

I'm still not sure what it is?

This problem is discussed [here](https://github.com/fsharp/FSharp.Compiler.Service/issues/337).

I don't have any strong opinion on this, but it will probably be just manual content instead of generated from anything? Other options: - Static site (html + css +...

It'd be great if we could set several default startup projects.