Joseph Heck
Joseph Heck
### Expected behavior When I was browsing the docs at https://apple.github.io/swift-metrics/docs/current/CoreMetrics/index.html, I noticed a link to install the docs as a docset into Dash. Sounded good for offline reading, so...
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...
**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.
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...
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...
Migrate the online site and this repository to a more appropriate repository name, and online hosted location
I'm not entirely sure - and need to do some research on this topic. I spotted `buffer` in the docs, and have a lot of that detail listed down as...
A detail that I think got missed in my writing - there's a series of methods for explicitly extracting values via a KeyPath using [`map`](https://developer.apple.com/documentation/combine/publisher/3343975-map). There are variants for accepting...
In the series of Sequence based operators, it seems `append` has been missed. https://developer.apple.com/documentation/combine/publisher/3204685-append (Note: it doesn't work as it's currently documented in Apple's code - append will publish results...
I started to add a section on `Implementing your own subscriber`, but realized there's a lot more learning that I need to do before I can knock it out. I'm...