Casper Zandbergen

Results 79 comments of Casper Zandbergen

This has to do with how the string is encoded. I tried a couple options in `.cString(using:)` - .iso2022JP works but idk the side effects - .symbol works for an...

I don't know how core works nor can I fully comprehend rust but it says lossy conversion to string here: https://github.com/deltachat/deltachat-core-rust/blob/4ec50d19907f9b64bf144d37a004dcc62fc3ed07/deltachat-ffi/src/lib.rs#L915 And when I do `"❤️".cString(using: .lossy)` in Swift I...

Ah, yep. Side effect of flipping the scrollview.

We're not yet using SwiftUI but I assume there's a similar method for UIKit

Shouldn't we just increase the size of the buttons for the chat you wanted to press then?

I've never worked with widgets but doesn't setting the spacing arg of the hstack initializer work?

I didn't realize there is this much space around the buttons, I thought it was about the spacing between/around buttons. Solution LGTM

Could you share a screenshot of such a notification and a log?

Hmm, that's supposed to be `": "`, do you perhaps have a contact that has no name, in this group? Perhaps they are sending empty messages and then deleting them...

For context `~` prefix usually implies the sender is not part of the group, but I don't know what's causing this.