Paul Colomiets

Results 454 comments of Paul Colomiets

No I'm not working on it. You don't need `\n` unescaped linebreak works fine. (if you past your example into a Rust without editing you'll get two linebreaks, which is...

The hard limit is needed because otherwise, while you're responding with 503, your other request can be non-functional (can't open file or an upstream connection because file descriptor limit is...

By the way, I've made [a pull request](https://github.com/async-rs/async-std/pull/666) to the async-std book with, perhaps more polished problem statement and description of the issues.

Here is how errors look like with the latest commit (if env_logger is enabled): ``` Server is listening on: http://127.0.0.1:8080 [2020-01-13T06:37:01Z ERROR tide::server] Too many open files (os error 24)....

> @tailhook this is really nice, but we are missing `Clone` on the resulting stream. Thish should be available on the latest [email protected] for both TcpStream and UnixStream. I'll take...

Moved the issue to EdgeDB as this is server issue mostly.

We probably need to delay it until our packages specification is settled. Hopefully to 4.0.

Looks like we don't have retries at all yet. So there are more errors to retry on, even unconditionally on POST requests. Also I think our API should be structured...

The only thing we see in the log is that network in WSL doesn't work. It's likely that firewall [blocks the network in WSL](https://github.com/microsoft/WSL/issues/4139). Unfortunately there are a lot of...