swiftui-notes icon indicating copy to clipboard operation
swiftui-notes copied to clipboard

content for Using Combine - notes on learning Combine with UIKit and SwiftUI

Results 23 swiftui-notes issues
Sort by recently updated
recently updated
newest added

My device is M1 Macbook Air. I tested it in Swift Playground, but the result does not match the timing diagram. I think the time of the result in the...

enhancement

While the description of these operators is very good, it would be nice to have also the illustrations. Operators: + https://heckj.github.io/swiftui-notes/#reference-merge + https://heckj.github.io/swiftui-notes/#reference-zip Instructions: + `swiftui-notes/marbles/README.md` Output: + `svg` files...

enhancement

The `retry` approach is described in https://heckj.github.io/swiftui-notes/#patterns-retry. In the exponential backoff approach, the `delay` differs each time (but not randomly :) ). An example of a possible implementation is here:...

enhancement

The debounce and throttle tests are showing more and more differences between the CI system and running locally on my laptop with a simulator, vs. running on a device. Quite...

enhancement

**Describe the solution you'd like** Within https://heckj.github.io/swiftui-notes/#patterns-update-interface-userinput - the use of `throttle` is probably better advised as `debounce` - although both will work, `debounce` will probably work a touch better.

enhancement

I noticed that the section on `allSatisfy` says that the operator only publishes a value once the upstream publisher finishes. However, `allSatisfy` actually short-circuits in the same way `containsWhere` does,...

enhancement

related to #30 and #185 reference bug from Asciidoctor that hinted at this path: https://github.com/asciidoctor/asciidoctor-epub3/issues/67 which in turn references some ebook howto articles: - http://epubsecrets.com/media-queries-in-epubs.php - https://medium.com/@sandersk/responsive-ebook-design-a-primer-8bba01328219#7be5 mechanism in question...

enhancement

from [reddit](https://www.reddit.com/r/swift/comments/ff4utk/using_combine_v11_is_available/): > Just FYI, the links in the ePub version render as dark gray even when Books has a black background, making them hard to read. I'm not sure...

bug

In iOS12, iBooks allows varying font type but not font size of this book.

bug

Migrate the online site and this repository to a more appropriate repository name, and online hosted location

enhancement