Mercurial > hg > ugly-duckling
log
age | author | description |
---|---|---|
Wed, 26 Apr 2017 18:43:05 +0100 | Lucas Thompson | Lock waves-ui version, dev happening on master. |
Wed, 26 Apr 2017 18:28:46 +0100 | Lucas Thompson | Install browserify because waves-ui needs it, and bring in latest piper-js dev branch |
Wed, 26 Apr 2017 16:21:51 +0100 | Lucas Thompson | Merge pull request #18 from LucasThompson/fix/slow-streaming |
Wed, 26 Apr 2017 16:16:48 +0100 | Lucas Thompson | Combine the features as they come in. On every percentage point change, emit a StreamingResponse with the collected features so far, enabling progress reporting for the client. |
Wed, 26 Apr 2017 16:14:25 +0100 | Lucas Thompson | Remove the reducing, assuming the server will return all features when it completes, still emit progress whenever a response is received. |
Wed, 26 Apr 2017 16:13:15 +0100 | Lucas Thompson | Some reducer functions for folding StreamingResponses into a single response. |