Saurabh Nanda

Results 231 comments of Saurabh Nanda

> Why the need for a separate formatter in charts? You can format the labels and send them in the first place? On `master`, can you do the following: -...

> Yes it is technically possible. You can provide as little information as you want with the data labels by passing it as it is, and add all the verbosity...

I'm integrating Danger into our Gitlab project and stumbled upon this issue. This is waiting for someone to implement it, now that the `gitlab` gem has support for MR discussions,...

Thanks @NARKOZ 👍 IIUC, `danger` gem now needs to be upgraded to take advantage of this new functionality, right?

Ran into the same issue. Is the README _trying_ to say that this is expected behaviour and has been done deliberately? > The state of sequences added to replication sets...

I understand that hedgehog has no equivalent of the `Arbitrary` typeclass, but the question was more about hedgehog's equivalent of the `genericArbitrary` function. It "inspects" the type of the required...

Thanks @jacobstanley for offering to help. Much appreciated 😄 > I'm not entirely sure what you're meaning by this, but maybe we can dig in to it. What kind of...

>> I would take a guess that property . hoist somethingToCreateAndRunAppM $ do might work for you. If you have a small example somewhere project somewhere I'd be happy to...

Thank you so much @jacobstanley and @nhibberd Let me try both the solutions in my actual codebase and report back. In parallel: 1. Is my testing strategy alright from a...

I've tried the `property . hoist (withRollback pool) action` trick with a few simple tests in my test-suite and it seems to work absolutely fine. The "pro-tip" about `evalM` also...