Matěj Laitl

Results 60 comments of Matěj Laitl

@bschwind @goodhoko I've pushed a fixup commit that extends comments as suggested (+ also extends the docs directly on `TimedMessage` variants). PTAL.

> I suppose this can be released with a mere patch bump. Or do we consider the change in delivery order to be breaking? Good point. The rename of the...

> Per the [semver spec](https://semver.org/), if it's backward incompatible we should bump the _major_ version. Minor version bumps are for additions (backward compatible changes). It feels excessive but hey, it's...

Tonari internal note: if we decide to revive this, the logic in https://github.com/tonarino/portal/pull/3692 may stop working.

Thanks for the request, @facetious, and sorry for a delay responding. It feels to me that a `Priority` like `PolitelyRefused` doesn't fit in the current design, but I have 2...

Yeah this may end up being a bit tricky in current type design of actor: We allow infinite `Recipient` -> `Recipient` -> `Recipient` conversions provided the messages can be converted...

Hi @wuurrd, we at tonari don't really have a development Windows machine to test on, so we'll need to leave this for the community. Patches welcome if somebody manages to...

This looks like a duplicate of https://github.com/dtolnay/serde-ignored/issues/10

At least on my system, the issue happens if and only if kernel config option `RANDOM_TRUST_CPU` **is unset**. That should be the simplest "solution", other suggested ones seem to be...