Kevin Boos

Results 327 comments of Kevin Boos

Adding ways to manage local sessions on disk is part of Stage 2 milestone, not stage 1. We should separate that out into a separate issue.

Great, thanks so much!

Agreed, that sounds like a good idea! At the very least I should remove debug info from a release build, that's a great point.

Coincidentally I just found an /r/rust post with some other info related to improving compilation times during development and making builds smaller: https://www.reddit.com/r/rust/comments/1kr7ri4/psa_you_can_disable_debuginfo_to_improve_rust/ I'll also try some of these out...

I experimented with this today and am interested in adding the following profiles: ```toml ## An optimized profile for development, with full debug info. [profile.debug-release] inherits = "dev" opt-level =...

No problem at all, thanks for the insightful reply! When time permits, I'll dig into cargo packager more. It's possible that it already supports it and I just don't know...

> When filtering rooms and after reseting the filter, sort rooms according to the timestamp of the last `m.room.message` event. Thanks @henri2h! Sorting by recency is a good feature to...

> * Currently only supports Avatar with username. I need some advice how to put in Avatar with image. Using the existing `Avatar` widget should work just fine. The reason...

is this ready for another review? i noticed you made some changes but didn't change the `waiting-on-*` label nor request another review from me

> sync_once is throwing error. 'extensions.to_device.since' is invalid (should look like an int) (type=value_error). Initially I thought by moving it after sync service.start would resolve the issue, but it didn't....