Paul Colomiets

Results 453 comments of Paul Colomiets

> > Have you run `edgedb server init `? (on WSL it will probably fail, and ask you to manually do `edgedb server start --foreground`, that's expected as WSL doesn't...

> So I remember getting that box, but am pretty sure I didn't get that text at the bottom because I was unsure how to connect and had to do...

Hm, does it hang then? Looks like there is no next prompt at the bottom of the screenshot.

Here is how output looks like if systemd fails: ``` Failed to get D-Bus connection: No such file or directory INFO 30239 2021-04-05 11:49:24,058 edb.server: EdgeDB server (1.0-beta.1+g2eee1afe4.d20210301) starting. INFO...

We support `1.2` meaning `^1.2` (which is also how `cargo` works too). Other patterns should be discouraged, as far as I understand. Do you have any specific problems, that you...

Should we use `fish_add_path` https://github.com/rust-lang/rustup/issues/478#issuecomment-839537308, but only when running with $SHELL=fish. Or should we use drop a file into `~/.config/fish/conf.d/` (https://github.com/rust-lang/rustup/issues/478#issuecomment-284203225) ? So that even if someone uses multiple shells...

> I think those aren't exclusive? `fish_add_path` is just a more canonical way of doing `set -gx PATH`. `fish_add_path` is persistent as far as I understand. So it isn't very...

Ah, right. This operation is running from the windows, not WSL. So you should adjust the firewall settings from the `edgedb.exe` itself. If firewall is not the issue, please try...

Okay, it looks like I'm mistaken and this is actually from WSL. We suspect that this might be a bug in our network stack. I'll make some updates and make...