Tyler Milner
Tyler Milner
- Updated Package.swift for swift-tools v4 (had to reorganize some files slightly too). - Fixed warning about deprecated use of String 'characters' property. - Pointing to my fork of Just...
### Describe the bug Bought and installed a C3X for my girlfriend's mom in her Hyundai Tucson Hybrid 2022, but we are getting "CAN Error: Check Connections" error when starting...
**Describe the bug** I'm working to integrate Danger into the GitHub Actions CI one of my open source repos ([see this PR](https://github.com/tylermilner/last-successful-commit-hash-action/pull/30)). I know I don't have my GitHub PAT...
"...which lets **out** output the resolved spec..." --> "...which lets **one** output the resolved spec..." Could also change to "...which **outputs** the resolved spec..."
I'm trying to use the [Cocoapods Search API](https://blog.cocoapods.org/Search-API-Version-1/), but it's returning a "Cloudflare Error 1016 - Origin DNS error" (see screenshot). Example: http://search.cocoapods.org/api/v1/pods.picky.hash.json?query=test 
I noticed that `AnyError` doesn't have a `///` comment above its definition. We should audit the codebase to make sure all defined classes have some sort of comment explaining their...
See #48. It appears we don't have adequate test coverage of `KeyboardScrollable.swift`. While testing this is inherently difficult due to its interaction with the system keyboard, we should attempt to...
In the "Version" subspec, the [verboseVersionString method](https://github.com/BottleRocketStudios/iOS-UtiliKit/blob/master/Sources/UtiliKit/Version/Bundle%2BExtensions.swift#L46) includes a `showDebugSymbol` parameter, but it's not actually used. We should either get rid of the parameter or implement the functionality.
See [discussion in #95](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/95#discussion_r430539830). We should be using `NSLayoutConstraint.activate()` instead of `UIView.addConstraints()` in `UIView+Extensions.swift`.
See #50. Some of our tests seem to be doing very minimal surface-level validation. Audit the UtiliKit framework and the current tests to identify gaps and areas where tests can...