Michal Šrůtek
Michal Šrůtek
As https://github.com/ReactiveCocoa/ReactiveSwift/pull/702 has been merged a looong time ago, the mention of `Result` should be omitted.
Updating the docs - to use the [distantFuture property](https://developer.apple.com/documentation/foundation/date/1779684-distantfuture)
## ℹ️ The `testBasicSensor()` seems to be `Locale`-sensitive and fails for different `Locale`, resulting in failure due to different decimal separator. ``` XCTAssertEqual failed: ("Optional("100,00 GB")") is not equal to...
There are still things in the project annotated with `@available(iOS, deprecated: 13.0)`. Namely - `UIWindow`'s `convenience init(haForiOS12: ())` - `StateRestorationKey` - `viewController(withRestorationIdentifierPath identifierComponents: [String])` - `SceneManagerPreSceneCompatibility` which could be removed,...
## Summary - `static let` plays nicely with modern Swift concurrency (async/await) - `static let` makes it impossible to mutate the values - causing undefined behavior in some cases
### Stack trace ``` com.datadoghq.ios-sdk-logging-upload 0 libsystem_kernel.dylib 0x1154 semaphore_wait_trap + 8 1 libdispatch.dylib 0x489c _dispatch_sema4_wait + 28 2 libdispatch.dylib 0x4f4c _dispatch_semaphore_wait_slow + 132 3 libswiftDispatch.dylib 0x115f8 OS_dispatch_semaphore.wait(wallTimeout:) + 24 4...
## **Describe the bug:** Upon upgrading [Flutter to 3.22](https://docs.flutter.dev/release/release-notes/release-notes-3.22.0), we're getting ``` flutter_html-3.0.0-alpha.6/lib/style.dart:253:51: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. ``` as it has been deprecated for...
In the [SKIE demo article](https://touchlab.co/skie-demo), it is said to run `pod install`. However, when running the command, one gets the following error message. ``` [!] Failed to load 'shared' podspec:...
## ℹ️ When there's an image that's wide enough, the image can stretch even outside of the container. ## 👨💻 Reproducible with these two images ``` ``` ## 🖼️ ✅...
## ℹ️ When there's a wide image, it can overlap the text in a paragraph. Might be related to https://github.com/MohamedRejeb/compose-rich-editor/issues/423 ## 👨💻 Example code ```html Hello there ``` vs ```html...