Kevin Boos
Kevin Boos
apparently `is_at_end()` is not flawless yet, but it does appear to work better than prior attempts. See our discussion here: https://github.com/project-robius/robrix/pull/91#issuecomment-2297081572
Can you link to the improved solution? While `is_at_end()` technically works, it's too strict, so I'm looking for an alternative in Robrix
Thanks for the report! I don't think we've tried MAS yet, though I'm not 100% sure since I mostly just test with the main `matrix.org` homeserver (which I _thought_ had...
I'd like to understand more about this use case, since i don't have a way to test it. Currently we're just relying on what the matrix-rust-sdk offers for login/auth. Is...
This should now be working via Matrix's new native auth protocol, which is supported by the SDK and Robrix.
Thanks, I agree with this change. See my comments in #410. I'm marking this as `blocked-on-makepad` because this feature should be implemented as a cfg option within Makepad itself.
@yangcancai are you interested in implementing this in Makepad itself? If not, let me know and I can contribute that change myself, and then we can come back here and...
> [@kevinaboos](https://github.com/kevinaboos) I checked the relevant documentation of rust, and it seems that the windows_subsystem attribute can only be used in the main module. could you help me ? Sure,...
I see. Due to how cargo works, Makepad has to use a "stub" called `app_main` (generated via a macro) to act as the entry point across various platforms. @yangcancai You...