Colin Snover

Results 72 comments of Colin Snover

Is there any code in the dojo/dijit namespaces that exhibits this sort of behaviour?

The way that prototypes are set for non-Function values is a bit wrong right now, which means that if someone does `lang.extend({}, stuff)` the keys from `stuff` will get set...

`NaN` is being treated as a global object reference instead of a value so comments are being incorrectly over-associated with it.

Do you have any thoughts on the way this should be handled? It seems impossible with dojodoc. jsdoc could handle it just fine but we have no processor for that...

No doc parser _ever_ supported these, someone just…started adding them to the code for some reason. The value of the module is the thing that should have the summary on...

At this point I think this needs to go to future because I’m not sure I will be able to tackle deduplication and keep everything in the output before the...

It turns out a better fix is to set the background-image of elements modified by RoundRect to url(about:blank).

Thank you very much for sending an update for the worker! I’m busy with release stuff right now so probably will not be able to get back to this until...

I would like to. This is absolutely the worst excuse in the world, but I don’t have any real time to devote to this, so I am at least trying...

From an end-user perspective, this PR is great and seems to solve a severe performance problem in T3S that was forcing me to not use it. However, it needs at...