Dan Federman
Dan Federman
**Goals** * Enable determining the number of messages in a cache without reading the entire cache every time. **Non-Goals** * Allow a CacheAdvance to enforce a limit to the number...
Terms like `master` are often [associated with the `master`/`slave` metaphor](https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00066.html), which [is oppressive](https://tools.ietf.org/id/draft-knodel-terminology-00.html#master-slave) and can cause members of our community distress. In order to help all members of our community...
Since watchOS does not have an XCTest framework, we [created a mock of the XCTest framework](https://github.com/square/Valet/pull/127/files#diff-4faaefffc8a2c2b2f510a97d4e1f2f74R30) and [built a watch app to host & run the tests](https://github.com/square/Valet/pull/127/files#diff-2dda50437e8523a6808dbbcf3eeb8791R29). This watch app...
* carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`: `/usr/local/bin/carthage` * `carthage version`: 0.31.0 * `xcodebuild -version`: `Xcode 10.0` `Build version 10A255` * Are...
This repo does a good job of transforming Dictionary types from non-JSON-compatible types to JSON-compatible types prior to sending analytics dictionaries to your backend via the [serializableDeepCopy](https://github.com/segmentio/analytics-ios/blob/113543677ed984f4d43dd118dd632d2786db62f2/Segment/Internal/SEGUtils.m#L551) method. However, if...
### Summary Apollo code-gen does not compile on Xcode 15.3 with concurrency checking set to Strict. `static let` properties fail to compile with the following error: > Static property 'XXXXX'...
### Platform iOS ### Environment Production, TestFlight ### Installed Swift Package Manager ### Version 8.26.0 ### Xcode Version 15.4 ### Did it work on previous versions? No ### Steps to...
### Platform iOS ### Environment Production, Develop, TestFlight, Other ### Installed Swift Package Manager ### Version 8.26.0 ### Xcode Version 15.4 ### Did it work on previous versions? 8.25.0 ###...
I have a distribution which is not working as expected. In the following distribution: ```swift applyHorizontalSubviewDistribution { view1 0.fixed view2 } ``` … the `label` and `iconView` end up distributed...