David Hoerl

Results 13 issues of David Hoerl

Xcode 9.2 refuses to file unsigned 32 bit ints with high bit set, so split bit constants into two parts and add them.

### Description Our app was using CocoaPods but we wanted to switch to Swift Package Manager, so we did that. There are two active devs - one using an Intel...

needs-info
Swift Package Manager
AppleSilicon

This expression succeeds when it should fail: ``` ret = tre_regcomp(&trx, "^(?:(?:(?:(?:(?:[0-9]){1,4}):){0,4})(?:(?:[0-9]){1,4}))?::$", REG_EXTENDED | REG_NOSUB); test = "1:2:3:4:5:6::"; ret = tre_regexec(&trx, test, 0, NULL, 0); ```

As you can see this project has been mothballed. I have both ported it to Swift, and then replaced the deprecated OpenGL with Metal. Code available on my GitHub repository.

No one else seems to be doing it, so I forked this project and converted the PanaoramaView and Sphere to Swift 5.2. Next task is to convert to Metal now...

### New Pull Request Checklist - [X ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy). - [X ] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1736). ### Issue Description...

### New Feature / Enhancement Checklist - [ x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy). - [ x] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). - [ x] I have...

type:feature

Anyone can write a Subscriber interface, and they have two ways of conveying demand to the upstream publisher: 1. send "request(_ demand)" 2. return a demand after receiving a "receive"...

I believe its the first section of Assign that you use a capture list with "unowned self". Due to the asynchronous usage most Combine usages operate in, why not use...

I made the 3 changes below to my fork - now I can use for example: string.match().withFont(CSLeftColumnCell.nameFont).attrString Since its fairly easy to append one attributed string to another, I build...