Paul Colomiets

Results 454 comments of Paul Colomiets

And another related question: if there is an already installed edgedb-server in non-default method, say docker, `edgedb server` should: 1. Install package anyway 2. Bail out and show that edgedb...

> I think we should not allow parallel install of the same major version regardless of the installation method, so 2. So `--method=package --major=1-alpha3` or `--method=package --nightly` or just `--major=1-alpha3`...

> > Or @elprans do you need to update RFC? > > Please open an issue in the rfc repo with a reminder. Just one issue with pointers to relevant...

> The current spec explicitly avoids talking about the schema contents. The only thing that is currently enforced is the order of migrations. The main reason is that we want...

Unfortunately it's not possible in the way trait is defined now. You can query a `Value` because `query*` methods are defined in terms of `QueryResult` trait instead of queryable, although...

I think this issue can stay for the reference. Because I'm still not sure what the best way to handle this. The core issue here is that: 1. To unpack...

> This won't work since that impl prevents impl Deserialize from compiling if there exists a impl DeserializeImpl I believe [it works](https://play.rust-lang.org/?gist=60b57f6acc6b48b43e13ced9426a15d2&version=stable), but there might be some other issues I...

Wow! That's interesting. It seems changed since `tokio-core` times :( I'm not entirely sure that this is a bug though. I.e. it will probably work if you have an explicit...