Darren Wright

Results 13 comments of Darren Wright

After thinking about this, I believe onChange is behaving correctly. We intentionally trigger a change when a descriptor changes or is added, even if the value is undefined. We could...

So its converting a property with a value to a property with getters/setters that returns the same value? If that's the case, then in my opinion that constitutes a change...

By default onChange wraps up the changes in one method call to one change on the item that the method was called, the same applies to onValidate. That is why...

I was going to make the same request. I never look at the status bar, I look at the Wallaby console, because that's where the actions at. Also, It's a...

Ok, I got that to work by adding `{{optionSet "global-index-format" "none"~}}` to main.hbs, but how would users of my plugin override this setting? Would they have to provide their own...

I moved the setting to template.hbs, so that should work for now, but I still feel like a setting passed in through the cli should win over anything set with...