Tom Quist
Tom Quist
Implementing Parcelable in enum should be even simpler. In most cases you can just parcel the ordinal like this: ``` @Override public int describeContents() { return 0; } @Override public...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/master/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? We currently have a very large test suite (several thousands of...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...
Since Xcode 9.4 and version 0.30.0 of Carthage static frameworks are [supported](https://github.com/Carthage/Carthage#build-static-frameworks-to-speed-up-your-apps-launch-times). It would be great if TrustKit could provide a scheme which builds a static framework instead of a...
In the attached project, a wrong reference is created for the file Pods-Test-settings-metadata.plist The reference contains "mainproject/mainproject/" instead of just "mainproject/" [CocoaPodsAcknBug.zip](https://github.com/CocoaPods/cocoapods-acknowledgements/files/336597/CocoaPodsAcknBug.zip)
# Bug Report ### 🔎 Search Terms Recursive Mapped Type, Key Remapping ### 🕗 Version & Regression Information - This happens in all versions starting 4.1 (including nightly) - This...
According to [this comment](https://github.com/jkbrzt/rrule/issues/580#issuecomment-1806388392) moving the timezone to the top-level scope produces a speed-up of ~25% --- ### Thanks for contributing to `rrule`! To submit a pull request, please verify...
We were running into performance issues while generating a SOAP client. I profiled the client generation and identified two bottlenecks in parsing WSDL files: - When visiting an unexpected node...
I get the following error when I start the server using `python server.py`: ``` (process:15829): libsoup-CRITICAL **: soup_address_new: assertion `name != NULL' failed (process:15829): libsoup-CRITICAL **: soup_address_resolve_sync: assertion `SOUP_IS_ADDRESS (addr)'...
It would be interesting to see results for Swifts Linux implementation of JSONSerialization (https://github.com/apple/swift-corelibs-foundation) especially in comparison to the objective-c version.