Yury Selivanov
Yury Selivanov
Here's the proposed credentials schema by @tailhook https://gist.github.com/tailhook/bb64fc0fa67a5981876d3646cfc326c7
> I don't think host: ['alpha.example.org', 'beta.example.org'], port: [5656, 5657] is good format in 2020 I agree. FWIW I only saw Elvis proposing `[(host, port), ...]` format, which is different....
I actually quite like what @elprans proposed in https://github.com/edgedb/edgedb/discussions/1683. IMO the approach allows to implement what @tailhook and I have in mind with a builder API.
I'm fine with all names except "model". I suggest "datatypes" or "data_types" or even "dt". Is the module going to be used frequently, btw?
> To Do: take a look at PASETO: That's a good one, thanks for sharing
> Recurrence relations are set-returning functions where each subsequent element is defined as a function of preceding elements. The Fibonacci sequence is a classic example of this. These are represented...
@fantix please take a look
> We still reject strings containing \( so we could do the original syntax or the f-string version. We should do `\(` because it's a drop in syntax without requiring...
Can you add a few examples of how successful input looks like? What if you have an array of tuples which have arrays in them?
I think we should instead deprecate `list databases` and print a recommendation to use `branch list`