Don Syme
Don Syme
I've repurposed this issue to be specifically about formatting of argument lists
It's interesting to note that currently this mixed example: ```fsharp let sillyfuncWithParams parameterName0 (parameterName1, ignoredParameterName2, ignoredParameterName3, ignoredParameterName4, ignoredParameterName5, ignoredParameterName6) = 1 ``` formats the tuple portion differently to ```fsharp let...
Will need to switch to RFCS-1094 or something due to erased unions grabbing the number
> Should there be a space after the literal in this case? Aesthetically yes, I guess it would be good. We should also just fix the problem that doesn't allow...
Until a fix is made, there should indeed be a space after the literal in this case. @nojaf I don't think we need a style guide update for this corner...
> Is this causing an issue when you switch between two notebooks? It causes a problem when using ``Paket.Dependencies.Install`` which is non-additive. I did notice that for sure. Also the...
@cgravill On Azure notebooks I find myself with 5-6 similar duplicated notebooks all with slight variations on package lists Maybe paket uses a package cache (for downloads) which is independent...
@dungpa @vasily-kirichenko Just to say I would use this feature! You are right that signature files are not widely used in F# - partly because they require tooling like this...
It would make sense to have AsyncSeq in a single nuget package/project, so other projects could start to take dependencies on it. It may also be a candidate for FSharp.Core,...
I've not heard of anyone still using .NET 2.0 for quite a long time - any particular reason you're still using that? Just wondering, thanks