Rick Butler

Results 7 issues of Rick Butler

Add the ability to use an array of string paths for waitFor. some random things included in this: remove unused require statements normalize spacing around function declarations

I was going to do a minor patch for the memory leak in _subviews, and I have npm`@latest` (6.1.0) and ran `npm install` and it overwrote the package-lock.json. It seems...

We should look at resolving all the vulnerability and exposures from NPM Audit in all our repositories. Most of them are not related to deployed client-side code, but we should...

I often find myself with multiple places inside my more complicated views where I start and stop listening for events. I've put some serious thought into it, and would like...

I would like to propose an enhancement that I will develop to provide opt-in event bubbling for sub-views. This gives event bubbling for sub-views, something which i know has been...

For some background on the issue #53 and AmpersandJS/ampersand-view#178 This should also satisfy #16 and #37 The binding store is a singleton loosely modeled after epoxy. It allows adding custom...

I opened this issue to discuss creating an extensible version of ampersand-dom-bindings, relating to AmpersandJS/ampersand-view#178 and #16.