Yury Selivanov
Yury Selivanov
> No, you are talking about \*all* exceptions, since they all descend from BaseException. Python's normal \_\_del__ handling just prints the ignored exception to stdout, even if it is a...
> 100% of people would instantly know the implications of --yolo I see the point, but I don't agree that 100% of people would instantly understand everything that it does...
Alright, alright, I admit "but have you ever yolo'd an EdgeDB?" has something in it. @elprans seems to also be OK with this. Let's add it. Although, we should also...
Hm, this one seems like a relatively high-priority to me, isn't it? @tailhook @fantix
+1 to what Victor said. This is how CPython repl behaves, for instance.
related to https://github.com/edgedb/edgedb-cli/issues/385
> Personally I think EDGEDB_INSTANCE=yyy edgedb instance start should work if possible. That again blends `-I` command for instance commands with connection options... cc @elprans
@elprans @tailhook Paul, we should automatically update the CLI to native m1 build.
> (hint: you can cast strings to other types in the edgeql itself) Maybe this should be the preferred way of how we implement the feature -- add a compiler...
Another question: how do we input strings? Currently there's no requirement for quotes, e.g. `Parameter $foo> blah blah` translates into `"blah blah"` string. This is problematic as it's unclear how...