Manuel Dell'Elce

Results 65 comments of Manuel Dell'Elce

Just for adding some considerations, look at this stackoverflow post on how to clone an object: http://stackoverflow.com/a/728694 "**To do this for any object in JavaScript will not be simple or...

In watch.js, line 276: ``` javascript if (!WatchJS.noMore){ if (JSON.stringify(oldval) !== JSON.stringify(newval)) { callWatchers(obj, prop, "set", newval, oldval); WatchJS.noMore = false; } } ``` When assigning a function to the...

Apart from the JSON.stringify thing (that leads to issues like https://github.com/melanke/Watch.JS/issues/37) I think the problem is that the setter defined in the defineWatcher function doesn't consider the level property, in...

Hi @devel-pa could you be more specific on the features you are thinking on? Maybe by outlining some usage scenario. What do you mean with "closed view" (maybe removed?), "activity"...

For now what I can say is that there are plans to create a new view for component interactions, to group actions of different components, to list how they have...

Great suggestions! For this and for adding (showing) new features we definitely need a general / scalable UI, I've opened an issue: https://github.com/Maluen/Backbone-Debugger/issues/34

Thanks for the feedback, I will try to fix this ASAP. Stay in touch.

Could you be so kind to answer those questions? They will help me to address the issue: 1) Which version of Google Chrome are you using? 2) Which version of...

The fact that the error occurs from "XPATH Helper" changes everything: it adds an iframe pointing to an extension internal html page (bar.html). Now, when the app is restarted in...

We're out of luck, ScriptPreprocessor has been deprecated: - https://code.google.com/p/chromium/issues/detail?id=438626#c1 - https://developer.chrome.com/extensions/devtools_inspectedWindow#method-reload