Brandon Williams

Results 64 comments of Brandon Williams

Hi @regexident, thanks for the PRs! However, we think that instead of merging many snapshot strategies into the library itself that it may be more beneficial to set up a...

This doesn't appear to be an issue with the library that we can control, so I am going to convert this to a discussion.

We're looking into this but we're honestly not sure what is going on. This seems to be related to all of the SPM+Xcode bugs with frameworks having dependencies. If you...

Dang, thanks for letting us know. For me it seems only the operators 404. I get correct links for the other symbols, such as [`extract`](https://pointfreeco.github.io/swift-case-paths/extract(case_from_)/) (though I guess most non-operator...

Weirdly swift-doc isn't even picking up the methods on `CasePath`, such as `modify` and `appending`. All the more reason to switch over to DocC soon.

Oh never mind, all the methods are under the `CasePath` page. I'm conflating how DocC and swift-doc work.

Hi @phausler, I created this a few days ago in case you are interested. This is the test that would have stalled forever until the clock fixes you made.

Now that the Xcode 14 RC is out we wanted to revisit this. Looks like the bug is still there. This simple test fails when building `main` for iOS 16:...

Hi @FranzBusch, I can confirm that the test I wrote does pass on your branch. However, there is another problem that @stephencelis alluded to before, and it's a little more...

Yeah true, not sure which behavior is correct. Interestingly, this current async `debounce` differs from Combine, which just completely ignores the buffered value if the source publisher completes before the...