Cameron Cooke
Cameron Cooke
I'm really struggling to understand how to test a `UIViewRepresentable`, all my other tests are fine but the one test where I want to update the `State` values from the...
I'm having some major issues with the windowing and toolbar interfaces when running on the macOS 13 developer beta 1. I have toolbar set to "Icon & Text" and all...
When using the Adyen SDK with a project that uses `RxSwift` there is type collision with `Adyen.Observable` forcing the consumer to have to prefix any pre-existing `Observable` types with `RxSwift.Observable`...
String extension `hasPrefix(regex:wholeMatch:)` doesn't handle reserved RegEx symbols and causes false negatives when checking type prefixes. This is especially true when the type's description includes context information like module name,...
## Description Network traffic hangs and timeouts when Proxyman is left running after Mac resumes from sleep. This has been happening for as long as I've had Proxyman on many...
https://github.com/pointfreeco/episode-code-samples/blob/6da776dac5c78a908f7e880501c92046ae59baa4/0212-navigation-stacks-pt2/Inventory/Sources/InventoryFeature/Inventory.swift#L105
Really impressed with this library, love the attention to detail. Just one feature missing for me is the ability to add a shadow to the handles. Just needed to expose...
Given the following HTML string `Tea & coffee`: when rendered we get: "**Tea & coffee**" when calling the `stripper()` method and rendered we get: "Tea \& coffee" I would expect...
I'm trying to control how paragraph spacing works and according to the README I should be able to use a `spacingPolicy` builder method but it doesn't exist. Looks like this...
## Description I'm using the Personal Hotspot feature of iOS between my laptop and iPhone and then using Atlantis to capture traffic. While I can see requests in Proxyman my...