Steven Grosmark
Steven Grosmark
Refactored how samples are listed to make it easier to add new ones
It would be nice it there were a way to remove a state observation, although I think we should come up with some use cases to justify the feature first.
Add Danger to build-and-test GitHub Action to: - expose SwiftLint warnings - expose unit test failures
It would be interesting to use a jsonpath as the basis for a lookup into another object/array. For example, given the json: ```json { "object": { "primaryKey": "foo", "foo": "bar",...
On the road to Swift concurrency... Makes all `update { state in ... }` closures `@Sendable`.
There is currently _no_ code coverage reporting in CircleCI, and needs to be added - preferably with a coverage threshold. Additionally, a code coverage badge needs to be added to...
SwithLint is currently only run locally in Xcode, and only if a user has it installed - not to mention having the latest version. SwiftLint should be run as a...
Seems that a common task is for a bunch of child views to horizontally fill their parent, with possibly different insets. It would be interesting to explore this kind of...
A difference in accessibility snapshots was noticed when one of two side by side items changed from providing an outdented `acessibilityPath` to just using the default `accessibilityFrame`. Further investigation found...
Makes the `environment` property of `GeometryReader` public. The immediate need for this is to enable the use of `displayScale` values inside of `GeometryReader` calculations.