rightaway

Results 84 issues of rightaway

I get a Promise rejection `Cannot write to stream after nil` and the stack trace shows `node_modules/highland/lib/index.js:1430:19`. The code is like this, and the Promise rejection happens when `push(e)` happens....

If the call to the `download` function below fails with an error, `stopOnError` will cause the `Promise` to `reject`. Since this is doing `parallel(10)`, will this code wait for the...

If the server is sending progress of a task, and it reaches 100%, how can the server close the connection to the client? I see there's ways for the client...

Right now `aaa??@#bbb` becomes `aaabbb`, generated slug would be more readable if it were to become `aaa-bbb`.

On Ubuntu, php.ini's disabled_functions includes pcntl_\* functions like pcntl_fork. This causes Resque::fork() to return -1 which isn't handled in the worker's work() method. An informational message should be returned on...

Please fill-in this template. - [x] I have a question that is specific to this extension; thus, inappropriate for the main [EditorConfig issue tracker](https://github.com/editorconfig/editorconfig/issues). - [x] I tried running `code...

bug
vscode-blocked

I programmatically build up TranslationStrings based on what the content of the message should be. (A common pattern when building up for example an error message based on several conditions...

It would be very useful to be able to set the location where the temp file is written to, could this be added as an option? And if it isn't...

If we've never used gargoyle or gutter on any projects before and would like to use one on a new project, should we definitely use gutter? Or are there any...

Would you make saving files to disk optional? I'd like to use just the readstreams returned by busboy for the various files and do something else with them rather than...