Sven Mäder

Results 31 comments of Sven Mäder

@swoertz I can confirm it is fixed. Thank you 👍

Similar but different: https://github.com/element-hq/synapse/issues/8686

I believe we have the same problem. We noticed increased CPU usage after the upgrade from 1.104.0 to 1.105.1. This occurs occasionally for a few minutes. ![cpu_usage_matrix_1 105 1](https://github.com/element-hq/synapse/assets/6731714/ef6eb80f-383a-49f3-b4f1-cc0ad50b8cb9) ![2024-04-26...

> This is fixed in the Room Header beta > I tested this on 3 computers (Ubuntu 22.04 + Debian 12) with Element Desktop v1.11.72, which appears to have the...

It was funny to watch baibot trying to agree with the [antithread](https://github.com/maubot/antithread) bot 😂

Looks like maybe it is not too difficult to patch it in the meantime. Only tested for `text-generation`. no threads patch for v1.4.1 ```diff diff --git a/src/controller/agent/create/mod.rs b/src/controller/agent/create/mod.rs index d02e148..8217814...

I am able to somewhat reproduce this by aborting `ansible-playbook` runs (against ~200 hosts) with `Ctrl-C`. There seem to be 2 types of "stuck" processes: - `&yellow`: idle processes -...

I was not able to reproduce anymore busy looping (red) processes using [9cc0ab0](https://github.com/mitogen-hq/mitogen/commit/9cc0ab0823b0280f5309d0f102a42f2cceb99b57), from https://github.com/mitogen-hq/mitogen/pull/1349 cherry picked on top of most recent master fdb5c625. But there still were some leftover...

> I don't think you can use _just_ [9cc0ab0](https://github.com/mitogen-hq/mitogen/commit/9cc0ab0823b0280f5309d0f102a42f2cceb99b57), on top of [fdb5c62](https://github.com/mitogen-hq/mitogen/commit/fdb5c625324e941d867961c41c83e0bfc64db31f). You wil also need [4e86cf4](https://github.com/mitogen-hq/mitogen/commit/4e86cf448e38897195c8193f9ca17dd9e6774ab5), it adds support for stripping comments inside `_first_stage()`, and once you have...