Paul Colomiets

Results 454 comments of Paul Colomiets

> For my use case, that would be unnecessary (seconds are enough). But it makes sense for `1.5 hour` to be as precise as `1 hour 30 min` as possible?...

Sure. I have no experience with no_std, so it's hard for me to do something. But I'm willing to accept PR. How errors usually work on no_std? Should we just...

No updates yet. I'm not sure if I'll find some time to update. Basically, I'm experimenting with a `domain` library which was published since this pull request.

@masihyeganeh, I'm just curious, was encoding/decoding super-fast or was it somewhere between slow and moderate?

`rustls-native-cert` is `/etc/ssl` on linux. The crate that has certificates is `webpki-roots` which we depend on in edgedb-rust anyways too. But the problem is that `reqwest` has compile-time feature flag...

This was a part of plan of deprecating `edgedb instance ` and introducing `-I`. I'm not sure if deprecation period is enough, though.

> A uvicorn process was started and httpx requests to it failed with a ReadTimeout Does it start the EdgeDB server somehow? Or is it because of socket activation? If...

Hm, 10 minutes is our `--auto-shutdown-timeout`. And `edgedb instance start` waits for grabbing lock file when another instance is running. So I guess what happens is: 1. Some instance is...

Okay, I'll try to investigate more. > > ``` > $ edgedb instance logs -I quickstart8NOV_1776Hint: You are currently not seeing messages from other users and the system. > Users...

Please try running the following, and show the output: ``` systemctl --user is-active "edgedb-server@quickstart8NOV_1776" ``` Here is what might be happening: 1. You run `edgedb instance start`, it can't detect...