Jonas Finnemann Jensen

Results 443 comments of Jonas Finnemann Jensen

I think we should consider a `dvm default` command for setting the default version... possibly even a `dvm install [--use] [--default]` command, so that updating to the latest version is...

> Sounds like you're saying we should add a `dvm default` command that would allow the user to swing the default version, rather than `dvm use --default VERSION`? Yeah, or...

@cbracken I assume we both forgot all about this :rofl: Should we merge... all the stuff about adding additional commands and shortcuts seems like follow up PRs, if we want...

@cbracken friendly ping :D

Similarly, it would be nice to disable automatic reconnect. And just block the editor and require that I hit `enter` to reconnect. If you are: * Suspending the machine, *...

@denkuy, Can't we solve the import issue by adding the following to `json_annotation.dart` in package `json_annotation`. ```dart export "dart:convert" show Converter, Codec ``` Users of this library always has to...

> Lastly I don't know if extending `Codec` is sufficient to enable to use `.fuse`. It should be... afaik, you only have to override `fuse` if you want to provide...

Also if I do: ``` exec.start({stdin: true, stream: true, ...}, function(err, stream) { stream = stream.req.socket; // Attach as normally... }); ``` Then everything works as expected... So perhaps we...

Update... I've just realized that I loose some initial output if I use `stream = stream.req.socket`. So this probably have to the the upgrade thing.

@EggyLv999, any chance you can take a look at this. I'm not sure if `docker-modem` is easily fixed, or we need some special methods to support `docker exec`.