Borut Tomazin

Results 20 issues of Borut Tomazin

Crashlytics bug report... 10com.apple.root.default-priority Crashed 0 ... libsystem_kernel.dylib **pthread_kill + 8 5 libsystem_c.dylib szone_free + 2050 6 CoreFoundation CFAllocatorDeallocate + 122 7 CFNetwork HTTPMessage::ensureParserFinished() + 46 8 CFNetwork HTTPMessage::copyHeaderFieldValue(unsigned int)...

Can you please explain why this library is crashing all the time to me? Here is the code to run the banner: ```swift func showBanner(text: String) { let banner =...

JSONKit.m:682:23: Memory is never released; potential leak of memory pointed to by 'array'

JSONKit.m:933:58: Memory is never released; potential leak of memory pointed to by 'dictionary'

## What did you do? ```swift let controller = chatService.client.messageController(cid: channelId, messageId: selectedMessageId) var existingData = controller.message?.extraData ?? [:] existingData["emojis"] = .dictionary([selectedEmoji.value: .number(count)]) controller.editMessage(text: controller.message!.text, extraData: existingData) ``` ## What...

🐞 Bug
🌐 SDK: StreamChat (LLC)

`Access blocked: This app’s request is invalid` This is an error when trying to authenticate with google to give access to the spreadsheet. https://developers.google.com/identity/protocols/oauth2/resources/oob-migration

bugs

## What are you trying to achieve? We have a config `groupMessages` and `maxTimeIntervalBetweenMessagesInGroup` to group messages. However, this doesn't work when we have custom message views. I would like...

enhancement

I have a problem with localisation in apps that use different language than the system language. For example I have an english language set as my default system language and...

When alignment property is set to `SwipeViewAlignmentEdge` and scroll to the last item... `[self.swipeView scrollToItemAtIndex:(data.count-1) duration:0];` The last item is positioned to the left side of swipeView bounds instead to...

Fixed an issue when scrollView contentOffset is set to wrong value if swipeView is scrolled (programmatically) to the last item.