Nicolas Werner

Results 9 comments of Nicolas Werner

No, the user is fine. The problem is that mjolnir doesn't account for the role: prefix when generating the state key. You can manually create the ban event in the...

(I would suggest mjolnir generates a random string for the last 127 chars of an mxid to avoid clashes when generating rules if the userid is too long)

That's the good old "child windows don't get close button in some environments" bug again. (It does have a close button on my system). We can work around it by...

I am hitting a similar issue, with probably the same root cause: I have one work queue stream to distribute events. I have several consumers, that race to subscribe to...

@derekcollison 2.10.12 (on macOS, because I was mostly playing around with it currently)

I think I experimented with a few variations, but ``` stream .create_consumer(async_nats::jetstream::consumer::pull::Config { durable_name: Some(format!("myconsumer{}a{}", pid, calculate_hash(&subject))), filter_subject: subject.clone(), inactive_threshold: Duration::from_secs(1), description: Some(format!("Consumer for for {}", subject)), ..Default::default() }) ```...

I have to agree, thanks a lot for the work!

I guess the idea was to use that as a define in the C++ code, but that seems to have never happened? At least this doesn't require any extra libraries,...

Also tested this with `flutter_webrtc: ^0.9.48+hotfix.1` on the receiving side.