Yury Selivanov

Results 403 comments of Yury Selivanov

Can we default to `--method package` and if no native package is available we error out suggesting docker?

> For windows both docker or WSL(2) aren't good defaults, right? Yes, for Windows I would always make `--method` required. > For macos: for me it's unclear if we want...

> There are no native packages for Windows, so erroring out with no native package, use --method=docker would be equivalent to making it required. Basically it looks like we want...

> Output cannot be copied with the caret, we have to copy all of it and then clip ourselves We're going to be adjusting the UI to implement better copying...

Another one:

* nice to have: URLs for tabs

@jaclarke I think we should implement this.

@Syzuna > I am quite conflicted about having the query be responsible for connection logic in terms of does it concern the query? If a user wants to ensure that...

@quinchs > Caveats > User can instantiate multiple client instance classes which can lead to poor memory usage compared to current design. How is this different for the old design?...

> Oh, good point. It looks like the rust bindings do reflect that faithfully: @msullivan Can you double check js/py/go bindings?