Jaanus Kase
Jaanus Kase
This PR implements JSON Feed extensions. Extensions are specified and implemented only for feeds of type JSONFeed.
Implement example for using Facebook OAuth.
Observed: Telemetry uses print-logging. Expected: `os_log` is the modern recommended way of logging. Consider using that. https://developer.apple.com/documentation/os/logging/generating_log_messages_from_your_code
**Describe the bug** Using SwiftUI `compositingGroup` view modifier produces an incorrect result. The transparent parts of the compositing group are rendered as transparent instead of composed with the expected background....
Updated the code to work with Xcode 12 beta 4 and current version of Swift Package Manager. (Not sure about other build tools. I only need SPM myself.)
### Steps to reproduce the problem 1. Share a link to a post on Mastodon in some system which uses Apple’s [`LPLinkView`](https://developer.apple.com/documentation/linkpresentation/lplinkview) to render link previews 2. Observe the preview...
**Before creating a bug report please make check the following** - [x] You have read our [FAQ](https://fvm.app/docs/guides/faq) - [x] If you have used flutter. Please install correctly, run `pub cache...
I was expecting this to work: ```swift someMock.given(.aFunction(willProduce: { stubber in stubber.return(resultFactory()) })) ``` It does work, but not as I expect. I was expecting the stubber block to be...
**Describe the bug** Testing with perceptual snapshot comparison fails because the perceptual precision computation returns a value that does not match my perception. **To Reproduce** ```swift struct ContentView: View {...