Dominik Charousset

Results 200 comments of Dominik Charousset

I think having `weak` as default would be a surprising source of error for many users. I know you're quite adamant about it, but I think most use cases actually...

I think we agree on the semantics. However, we'll implement this as `set_idle_handler` (#1789). The name is a bit more verbose, but it makes clear that there can only be...

This should actually be a bit more generalized. Currently, HTTP gives a promise. If we allow users to attach a stream to generate the payload, we get SSE basically for...

I like the idea. Just one remark: > (...) would make supporting a JSON configuration file trivial The default config reader already accepts JSON. 🙂

That's definitely a discussion I'd like to have in the (hopefully near) future. However, I don't think it's something we need settle for 1.0. The limitations you've listed all apply...

The new building block is `actor_from_state`. 🙂

This is already taken care of and documented in the changelog.

Introducing random delays isn't a (stable) solution. Is this the part that is failing? ``` WHEN("canceling the subscription to the buffer") { THEN("the producer receives a cancel event") { auto...

> Mbedtls has a cmake file. Thanks, I didn't know that library before. It's always nice to have more alternatives. I was thinking about one of the OpenSSL forks like...

Hi. 👋 I really don't like discouraging newcomers. However... I wouldn't be optimistic about spinlocks and I'd be *very* reluctant to merge a PR that brings them back. We had...