Brent Mifsud

Results 24 issues of Brent Mifsud

@adamwaite A release tag should also be added to fix swift manifest resolving issues.

Apple just announced that the new SPM build commands is going to be available in the next version of xcode. Its currently in beta, but adding support for this feature...

PromiseKit now has SPM support. I think this library should add it as well. Especially now that SPM supports iOS.

**Reasoning** Using two factor authentication on GitHub makes cloning via https a bit of a chore. It’s generally easier to deal with this by using SSH to clone a repo....

enhancement

There isnt a suggestion ticket option so i just used a bug ticket template. ### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched...

enhancement

Title is pretty self explanatory. We have our own macos build machine that we hooked up to be a runner (so we dont have to pay for github actions). It...

**Steps to reproduce** 1. create CocoaMQTT instance 2. turn on autoreconnect 3. connect to broker 4. start sending/receiving messages 5. turn phone screen off. 6. turn phone screen on. 7....

**Here are some steps to reproduce:** 1. create a new CocoaMQTT instance 2. enable autoreconnect 3. connect to a broker 4. trigger the CocoaMQTT.disconnect() method 5. notice that the CocoaMqtt.connect()...

- Added in support for swift package manager. - Added Swiftlint and swiftformat config - to install SwiftLint: `brew install swiftlint`, run with `swiftlint` - to install swiftformat: `brew install...