Gauthier Segay

Results 385 comments of Gauthier Segay

Sorry, framework restrictions work without `:` `framework >= net461, >= net80`

@Numpsy, AFAIU, it is about the package resolution that relies only on package metadata; not reliant on the runtime paket executable is running. I need to look at the branch...

This suggestion remind me of a pattern I face a lot with usage of `groupBy` function, but doesn't correspond to what is asked here. I have countless occurrences of code...

with #705 ```fsharp let fullArgs = [ if let (Some ctor) = maybePrototypeCtor then ctor yield! otherArgs ] ``` with #1293 ```fsharp let fullArgs = [ yield! ctor yield! otherArgs...

how about `¡` and allowing them in arbitrary amount? ```fsharp async { seq { yield 1 ¡do Async.Sleep 100 yield 2 } } seq { async { ¡yield 1 do...

Adding another outcome I encounter, and reinsures me a tiny bit in my reading comprehension > For a list of locations searched, specify the "-d" option before the tool name....

Hello, I'm hacking a bit with fortran, and I like the CMakeLists.txt for my projects, because it allows me to use CLion and the fortran plugin. I'd also like to...

@Thorium > Also all the tools like Paket, always complains. What amount of work for virtually nothing. the work needed on paket is pretty limited to support new major SDK...

Sorry I should have mentioned, 17.8. The duplicate message has been around for a while AFAIR, and the carriage return in tooltips in projects, I can't really attest as I'll...

What is the main reason for those patterns to exist? I find matching on literal `null` is most natural thing to do. I'd favour explicit opening but no RQA attribute...