Alberto De Bortoli
Alberto De Bortoli
At this point I think the tool is just broken, lacking basic error handling and the documentation is off. The tool just doesn't show any information and hangs forever. I've...
The current version of librabbitmq-objc does not support latest versions of rabbitmq-c (https://github.com/alanxz/rabbitmq-c/releases): 0.5.0, 0.4.1 and maybe also previous ones. My fork of librabbitmq-objc (https://github.com/albertodebortoli/librabbitmq-objc) contains an Xcode project using...
If objects referenced in the blocks are deallocated, in the next invocation of alertViewWithTitle:message:cancelButtonTitle:otherButtonTitles:onDismiss:onCancel: block arguments still reference to deallocated instances causing crash. Fix the case if more than one...
In version 0.3.0, `ToggleManager` accepts an optional `CipherConfiguration` used to encrypt/decrypt values. The only supported cipher is ChaCha20Poly1305. @dchakarov suggested to move ChaCha20Poly1305 out of the package and to leave...
This PR allows customizing the expiration duration of the token in `APIConfiguration`. This is to account for possible clock skews. From the documentation: > exp - Expiration Time | The...
### Brief Summary of Changes #### What does this PR address? - [x] GitHub issue (Add reference - #445) - [ ] Refactoring - [ ] New feature - [...
When trying to upload to a Swift Registry using the `swift package-registry publish` command, the operation fails due to the missing `_Pods.xcodeproj`. E.g. ``` swift package-registry publish .cloudinary-cloudinary_ios 5.1.0 \...