Shusek
Shusek
### What happened? Recently, I integrated WebSocket lifecycle monitoring into our production mobile application. While monitoring, I've noticed that we rarely encounter the error message: "WebSocket was closed while subscriptions...
I noticed that the library replaces very well known from Android View `Html.fromHtml()` as one of the better ones currently available html parser. However, many people are not interested in...
Is there a way to use a formatted localization string directly within Swift code without relying on an intermediary layer or additional processing? Something like that: `titleLabel.text = MR.strings().transaction_first_part.format("first arg").localized()`
**Description:** I use the library to display content from a simplified version of HTML. I would like to apply custom styles to the rendered content without adding CSS tags. ###...
**Description:** When parsing an ordered HTML list, the numbering starts to break beyond item 10, causing misalignment in rendering. ### **Steps to Reproduce:** Use the following code snippet to replicate...
**Describe the bug** During a websocket connection when user turn off wifi connection he got "Software caused connection abort" exception. This exception is uncatchable so it cause application crash. I'm...