gregory langlais

Results 6 comments of gregory langlais

Just discovered this but the solution unfortunately requires knowing `total stream size` prior to putting an object into S3. Anyone find a work-around to knowing object size for streaming puts?...

**Ubuntu (gnome):** 15.04 **Node:** v0.12.4 ``` javascript var excel = require("excel"); excel('/path/to.xlsx', function(err, res) { // todo something with err and res }); ``` **Uncaught exception:** ``` bash /home/ubuntu/source-module/node_modules/excel/node_modules/node-promise/promise.js:147 throw...

I am also having this issue. **System** - Ubuntu 15.10 w/gnome **Steps to Reproduce** 1. Create new document 2. Add button (Desktop Native UI Widgets) 3. Update button text to...

Indeed. I'm seeing the same thing. Ubuntu 15.10 Node v4.2.3

when running a long timeout you won't have clock drift accounted for. looking at the project source at the time of this comment the interval function also doesn't account for...