Szymon Marczak

Results 417 comments of Szymon Marczak

Move to a different browser. IE has been deprecated long time ago.

https://pastebin.com/raw/3wg5nyab

`deepEqual` 100% and maybe `is` (don't remember but I think it would give that wall of text too).

No worries :) I'll send a PR when I have more time.

I'm still seeing this and this is extremely annoying. ```js test.only('blah blah blah', t => { const a = {}; const b = {}; for (let i = 0; i...

https://pastebin.com/raw/jWLk7NHR

One solution would be to an add **option** to **always** truncate symbols like in the very end of the paste above: ``` ... + [Symbol(local-settings)]: Object { … }, ......

> This seems related to concordancejs/concordance#12. It is, but in this example I don't care about the number of the properties. If it tells me that the exact 2 properties...

> Instead of stopping printing, just truncate the main object like in the example above if it's diff exceeds N lines. If this would be very CPU expensive and/or very...