loldrup

Results 17 comments of loldrup

I have filed an issue regarding the watchify problems: https://github.com/substack/watchify/issues/299

I will do so, though, I'm currently ill (in a long term way), so it won't be right away... Den 24/02/2017 8.30 PM skrev "Chris Cowan" : > I have...

sorry, I've been ill for a long while, and I'm not going to look into this now. I took the easier path of simply disabling it .. Mvh. Jon Loldrup...

Don't you mean: IF it is being compared with an object that has the same constructor THEN we should only check an object's "own" properties

You suggest some ways for limiting the printed output. May I suggest that you simply never print prototypal properties, unless the difference was found on the prototype chain? Another question:...

Krinkle wrote: "The "Diff" already makes it easier to spot the difference" For numeric values, I find this not to be true, because the diff will start mixing the individual...

Hmm, I have just learned(1) that even objects created from object literals have prototype objects (are there *any* object that doesn't have a prototype?) This means that it will practically...

It might actually be a Ceylon problem, as it doesn't occur when creating a normal Java project: https://youtrack.jetbrains.com/issue/IDEA-189356

So I just tried it again and this is the pattern I see: Whenever I make a change (say, putting // in front of line 16, thus removing the variable...