Łukasz Gierałtowski

Results 3 issues of Łukasz Gierałtowski

Hi 👋 I'm using Texture version 3.0.0. Sample code: ``` let textNode = ASTextNode() textNode.maximumNumberOfLines = 1 textNode.truncationMode = .byTruncatingTail textNode.attributedText = NSAttributedString(string: someLongString) ``` I'm adding such TextNode to...

Resolving https://github.com/arduino-libraries/NTPClient/issues/111

type: enhancement
topic: documentation

Hello, I've encountered an issue where API requests are not being cached when using the Sniffer library to intercept network traffic in an iOS app. ## Problem: When Sniffer is...