Gauthier Segay

Results 385 comments of Gauthier Segay

> a not very compatible Python code style to F# I'd say it is subjective (like my feedback), I think the idea of F# being it's own, in terms of...

arguments: * scanning for the operator in various places or in a consistent place, no matter length of expression * when appending one more entry, only the first spot is...

@auduchinok > It also looks like moving the operators to the next line is adopted much less, and it doesn't seem good to diverge from commons styles I found a...

@cloudRoutine having `IProjectProvider` moved to core would simplify work I'm doing on GoToDefinitionFilter as i'd need not to get rid of it / `ISolution`. So for now, I won't move...

@vasily-kirichenko I agree we should have something for `Solution` but we can't just rename it I believe, for example `GetReferencedProjects` doesn't make sense on `Solution` and probably other inconsistencies. I...

We can split out ProjectDescriptor (a record with the same member as the get properties in current IProjectProvider) as I was (kind of) describing in #1440, I think this should...

@cartermp / @dsyme this is where https://github.com/dotnet/fsharp/pull/4978 would save the day. It is hard to figure those issues without full stack trace being reported. Hard for library maintainers, and kind...

@cmeeren, I suspect this is related to caching, I've noticed while working on experimental changes, that the lookup in the cache may not be deterministic. You may give a try...

Hi @erlis, sorry I didn't see your last comment (https://github.com/fsprojects/FSharp.Data.SqlClient/pull/302#issuecomment-408467060) until now. I'd like to gather more feedback on the UX aspect of this additional feature. To make this easier,...

@erlis have you found a way to define with result sets in the stored procedure itself? In my case, I'm basically relying on dynamic SQL so I can add the...