Dave Nicolson
Dave Nicolson
Attempting to create an account at https://signup.dtube.fso.ovh/ by clicking the "Create my account" button has no effect. A POST request is made to `https://signup.dtube.fso.ovh/createAccount/`, resulting in the following response: ```...
The following project file is not able to be parsed properly: https://github.com/tuist/XcodeProj/blob/549d676/Fixtures/iOS/BuildSettings.xcodeproj/project.pbxproj
The following will produce the error: ``` path = 0840; ``` References that contain only numbers also have the same issue.
## Summary This fixes the grammar of the polyfill error message. ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
On Linux `libplist` needs to be compiled from source before building `libimobiledevice` because version 2.3.0 of `libplist-dev` is required but only version 2.2.0 is available.
The following code causes a crash because Python still holds a reference after [plist_free](https://github.com/libimobiledevice/libplist/blob/d45396a/src/plist.c#L509) has been called. In this instance, the crash comes after the [\_\_getitem\_\_](https://github.com/libimobiledevice/libplist/blob/d886885b0ec2506fa2caf0986a3d0e496fea91c2/cython/plist.pyx#L792) method is called. ```...
This pull request prevents the following error when running `xcodes runtimes` when an "Unknown Platform Simulator" is installed: ``` Error: keyNotFound(CodingKeys(stringValue: "build", intValue: nil), Swift.DecodingError.Context(codingPath: [_JSONKey(stringValue: "820783CB-C389-4006-B2D2-D063F3FD10A1", intValue: nil)], debugDescription:...
This pull request checks for both the "Apple" and "Apple Computer" directories as "Apple" is used when iTunes is downloaded from the Microsoft Store.
This pull request automatically creates new macOS and Windows binaries when a `v*.*.*` tag is pushed.