Paul Colomiets

Results 159 issues of Paul Colomiets

I've just published [a PR to add the chapter on writing accept loops](https://github.com/async-rs/async-std/pull/666) to the async-std book. Since this is a real problem for a lot of current Rust applications...

I've stripped down my example to the following grammar, expressed in English: source text can contain multiple items separated by newline or comment (double slash `//`), each item is identifier...

bug

Hi! I'm seeing examples of how to parse and decode bytes from `io::Read`, but still not clear is now to do the same to have char stream (and also preferably...

There are few improvements in the master. In particular I'm interested in FocusLost events. So can we have a new release cut? Thanks in advance!

Cantal tries to track all the processes in the system. And it keeps the data for 1-2 hours. If there are two much short-lived processes in the system they occupy...

To make scheduling decisions we need two things: absolute value of some metric and a trend. Currently, we fetch all the datapoints and compute math on top. But it's better...

It was in old version of cantal, and wasn't implemented since a refactoring of UI. Currently, to add a host to a cluster you need to use curl: ``` curl...

UI

As advertised in [this writeup](http://engineering.evo.company/2016/06/24/network-monitoring/)

We use auto-generated ID when there is no such file. But it turns out to be a problem, because sometimes file is written after cantal is started and we see...

Just got this: ``` Start and end delimiters cannot be the same when using `NestedDelimiters`, consider using `Delimiters` instead ``` But I don't see any `Delimiters` structure or `delimiters` function....