Ruben Bartelink

Results 354 comments of Ruben Bartelink

Not suggesting it should be a Rider feature - just that it shouldn't be a misfeature. Right now: - if something is IDisposable, it does not suggest removing the `new`...

If you're looking to solve this quickly, SO has way more people and is better suited to troubleshooting than GH issues - anyone that watches this repo watches the `serilog`...

Don't worry about the notification spam; my main concern is stopping the frustration of logging stuff in the official Issues of a high traffic project to be met with crickets....

Per #638, I have a: ```fsharp module ArbMap = let defGen ``` That I sprinkle around The changes are listed in https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md 🤔 (I found it by searching for `generate`)...

Yes - it's equivalent. See this PR for some code that uses it https://github.com/jet/equinox/pull/412/files In general I'd recommend downloading the FsCheck solution and doing a text search within in -...

I also learned/realised/figured out recently that the best/typical way to decorate the generation is by having a "factory" Arb that takes the `IArbMap` as an argument, i.e.: ``` type ModelArbs...

@lucasteles When that's done, suggest posting a link here (or referencing this issue in the one you're logging) and closing this issue

I guess arm could be twisted Some questions though.... `sequenceResultM` yields to `Result` `sequenceResultA` logically would yield `Result` I find the semantics of the laziness of that hard to reason...

Updates from spiking: 1. Fantomas default settings drive me wild (one pipe forcing a newline and other such nonsense). It's a real turnoff (and paket is IMO a bad idea...

>I prefer this so this won't change. Yeah, ultimately defaults matter so not a problem (and I do get that lots of people are happy with that layout) >Yes unless...