Greg Price
Greg Price
Thanks @timabbott ! 1. The use of the `unread_msgs` data structure sounds a lot like basically a way of organizing the "bare messages" we'd discussed before. Does that sound right...
@shreyanshdwivedi Great! For the second step, our [new feature tutorial](http://zulip.readthedocs.io/en/latest/tutorials/new-feature-tutorial.html#example-feature) should be a good example, because it goes through adding a new organization/realm setting, just like this one. I'd also...
Hi @utkarsh23 and @HydraulicSheep ! Looking back at this issue, I realize I described the status of it wrong when I first made it -- this isn't an issue that's...
This appears to be the same issue as #38, and can probably be closed as a duplicate. (I have the same question, and am curious about the answer!)
Sure. The fix for that is to copy the information over into a single thread :slightly_smiling_face: — done as https://github.com/dart-lang/fake_async/issues/38#issuecomment-1551771957 .
A duplicate report #51 has some handy repro cases. This test correctly fails: ```dart test('test smoke test -- this test should fail', () { fakeAsync((async) { expect(true, isFalse); }); });...
This should be closeable after #19.
Thanks for the feedback! This is indeed something we're planning to add in the future, in the upcoming Flutter-based Zulip app: * https://github.com/zulip/zulip-flutter/issues/315 I'll leave this issue open as a...
Hmm, very interesting! I actually saw that error message, even, when looking at Sentry earlier today but didn't think of the plausible connection with that symptom. The timing is puzzling...
I spent some time this afternoon digging into what's happening here. I haven't fully unraveled it, but here's some notes. * Android Studio was effective for tracing the calls from...