Oskar Gewalli

Results 185 comments of Oskar Gewalli

What worries me is that the tests are taking significantly longer to complete on this branch.

I don't seem to be able to find Seq.removeAt @gusty ?

I think it's fine to simply mention that we will remove the F#+ version in the next major release.

This seems like a really sweet suggestion! I imagine it could help the performance of a lot of library code.

I agree @MattJOlson

@dustinmoris the example that @slang25 has looks pretty minimal. It would be really nice to have it documented since it shows what you can do with Giraffe 😄

It's an interesting suggestion. I could imagine that using some custom `CE` with a few custom verbs to help with templating could be quite helpful.

Perhaps something to try out in a separate repository to see what's possible?

You could add your own operator in your own code by noting that the result operator is simply: https://github.com/fsprojects/FSharpPlus/blob/3fdc13372d05c388e8e3f3f9d53ee197230bf526/src/FSharpPlus/Operators.fs#L104-L105

I felt like cons operator would be nice when dealing with `List`, `DList` and `NonEmptyList`