Dustan Kasten

Results 60 comments of Dustan Kasten

@aesopwolf yeah. We have our form validation and cleansing functions together to keep them in sync and just import that at both our UI layer and network layers and run...

Thanks @mgoldberg524. Does this still solve a problem you were having? I would like to keep the `on*` APIs completely analogous with a React Event if possible. What alternative approaches...

@axelson any response to those qs? That and a rebase and hopefully we can land this.

Is this the same as or related to #44?

:thumbsup: @kylecordes use cases. The first one is my default use case (jade and auto-minification)

Ah. That worked in a previous version of traceur. Using the following syntax works in Firefox Nightly 33, but not in es6-transpiler or traceur. ``` var els = document.querySelectorAll('*'); var...

Also, is the `'@@iterator'` name still spec or has it changed to some private Symbol or something thereabouts. Is this level of implementation detail a concern or goal of es6-transpiler?...

@negatron did you ever find a solution to this?

Initial hackport of ftscroller’s mousewheel handling to this. Just replace ui.js in the demo with this file to see it in action. https://gist.github.com/iamdustan/158f4c7a6c28434f3192#file-ui-js-L145-L230

wait. does the displayName already appear in there?