Byeong Chan - Lee
Byeong Chan - Lee
Hi~ First I'm happy for your great library. it makes our code more more simple and easy. But I thinks AnyCodable has one problem. When we use AnyCodable, we must...
## Why 1. Problem occurred when trying to parse the `JSON Array`. ```swift let json = ["array_value": [1, 2, 3, 4, 5]] // not working! ๐ self.array = try map.value("array_value",...
**ํ์ค ์ ๋ฆฌ** Hashable์ ์ Equatable์ ์์ํด์ผํ๋์ง? ์ ๋ํ ๋ด์ฉ์ ์ถ๊ฐํฉ๋๋ค. **๋ณ๊ฒฝ์ฌํญ** 1. Hashable์ ์ด๋ค ๋ชฉ์ ์ ๊ฐ์ง ํ๋กํ ์ฝ์ธ์ง๋ฅผ ์์ธ ๊ธฐ์ ํ์ต๋๋ค. (hasing์ด๋? ์ค์ swift๋ ์ด๋ค hashing ๊ธฐ๋ฒ์ ์ฌ์ฉํ๋๊ฐ? ์ด๋ก ์ธํ ์ ์์ฌํญ์?) 2....
## Summary This PR adds new `create` methods for both `Observable` and `Infallible` types that support Swift's async/await concurrency features, making it easier to create reactive streams from asynchronous operations....
# I am submitting a new Community Plugin - [x] I attest that I have done my best to deliver a high-quality plugin, am proud of the code I have...