jdx

Results 485 comments of jdx

I definitely don't think they're related, but I'll get the output

https://gist.github.com/jdxcode/1d7a120f16a8478e77558ca21a451e27

probably should still error out with ECONNRESET, but maybe not with the call stack.

I was able to add status messages from pg, but as far as I know there is no way to get the progress of a pg backup. Is that right...

no it would have to include a significant server component

Because aliases are not a first-class concept inside of asdf, I don't believe this is possible. asdf has no way to tell what version is or is not an alias....

@hone mentioned a lot of Docker users like to use `yes |`, so it would be great if this worked!

Looks like this does work with inquirer 0.x but not 1.x with this code: ``` js 'use strict'; let inquirer = require('inquirer'); inquirer.prompt([{ type: 'confirm', name: 'yes', message: 'Hello World?'...

so I need some more time to think about this. This doesn't fit my mental model of how things like list_remote_versions should work. I'm particularly concerned about how this may...