Sune Simonsen

Results 71 comments of Sune Simonsen

I also had success with monkey patching Transforms.deselect while my dialog is open, but it feels wrong :-)

I think we should look into this as I think it would improve a lot of situations. I have personally experienced both, where a huge diff with a small difference...

@alexjeffburke we are only talking about tweaking the string diff.

We can consider depreciating it, but I don't think doing a major version for this is a good idea. On Sat, 6 May 2017 at 11.02, Andreas Lind wrote: >...

```js expect(fn, 'when called to return value satisfying', 'yadda'); expect(fn, 'when called with parameters', [1, 2], 'to return value satisfying', 'yadda'); expect(fn, 'when called with parameter', 123, 'to return value...

Mhh I get the following error, maybe something was fixed 🤔

We could consider 'when called' and 'when called with' to yield a function invocation. Then we could make versions of 'to throw' that executes the function invocation. That would allow...

What is your use case for github like diffs. Are you diffing a lot of source code?

@papandreou you are right that we shouldn't output the arguments as an array either.

@b3njamin awesome idea.