Kyriakos Z.

Results 10 comments of Kyriakos Z.

In my case I do not want to unmount the component. I have a single input which the user can use to add files to different contexts, It would be...

That would solve it, yes!

Nice thanks! I was wondering though, wouldn't it be possible to add a method `reset` just like `startUpload` so we can call it a will? The main reason I am...

I was thinking something more like https://github.com/koox00/upload/commit/013cb7b300db5a53551ecb35a108241c0848d9e2 this way we can reset in the `UploadField`: ```js componentWillReceiveProps(props) { if (props.complete) { props.onReset(); } } ``` what do you think?

This also breaks an AngularJS application. Meaning: `[ "$http", function($http) {` has to always be: `[ "$http", function( ಠ_ಠ727 ) {` instead of: `[ "ಠ_ಠ727", function( ಠ_ಠ727 ) {`

If you look at the `sortable` examples `simple` doesn't work, but `stress test` works. The difference is that `stress test` is updating the state inside a `requestAnimationFrame`. Using `requestAnimationFrame` solves...

@darthtrevino yeah of course!

> Random question, what happens when we decide that we want to count important messages as well, or if we add yet another priority level and so on, would we...

I'd like to work on this if that's ok @simlarsen

yes, thanks @esethna, I've changed the milestone, I'll merge this alongside the server PR