Piotr Zmudzinski
Piotr Zmudzinski
Closes #93 Demo:  In addition: - Made `Photos` framework usage more "rx-ish"
Let's say we have structure like this: ``` { "id1": { "name":"name1", "connections": { "id1": 1, "id2": 1, } }, "id2": { "name":"name2", "connections": { "id1": 1, "id2": 0, }...
- contentful.swift version number: 5.4.1 - Xcode version number: 12.3 - Target operating system(s) and version number(s) - [x] iOS: - [ ] tvOS: - [ ] watchOS: - [...
Are there any plans to (sup)port Combine?
I'm trying to use MagicTextView as a EditText. Since EditText derives from TextView, I thought it should be straight forward and I should simply change MagicTextView base class from TextView...
Does `convert-svg-to-png` package works in [edge runtime](https://edge-runtime.vercel.app)?
I was trying to encode struct like that: ```swift struct MyStruct { let imageFile: Data } let encoder = FormDataEncoder() let body = try encoder.encode(options, boundary: boundary) ``` But `imageFile`...
## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] Code changes are tested ## Description of the changes, What, Why and How? All catch closures inside...
It seems this option is missing in `AppSettings`: ```typescript await client.updateAppSettings({ IMAGE_MODERATION_LABELS: true, }); ```
See #4