Daniel Gomez
Daniel Gomez
Currently the code does the requests and return the responses # Expected Somehow enable a debug mode to print in console all requests request with headers and response. This is...
This validation does not work if the userId is null: https://github.com/segmentio/analytics-ios/blob/master/Segment/Classes/SEGAnalytics.m#L272 But here it is checked: https://github.com/segmentio/analytics-ios/blob/master/Segment/Classes/SEGAnalytics.m#L293 It is defined as optional on https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#identify  I found this because the...
**What does this PR do?** Allow that `userId` to be null on `identify` **How should this be manually tested?** Call `identify` with `userId` null, like: ```objective-c [[SEGAnalytics sharedAnalytics] identify: null...
### :speech_balloon: Description Thanks for this awesome lib. After creating all of the icons, I checked if there was some kind of possible image optimizations without loosing quality, and I...
Allow to group commits by scope Fix: - https://github.com/xotahal/fastlane-plugin-semantic_release/issues/35 Done: - [x] Use Case: when all commits have scopes - [x] Use Case: some commits don't have scopes - [x]...
Thanks for this library. If multiple commits have the same scope, it could be grouped together to make that more visible # Current - **User Login:** add User Income Form...
It could be cool to allow the words `fix` or `feat` to be recognized even if they are writen as `Feat` or `Fix` or `FIX`. Our use case is that...
If you click any of these links in https://github.com/xotahal/fastlane-plugin-semantic_release/releases, it shows 404 on GitHub  It may be related to deleting the branch on where they existed?
This is the package manager used in flutter and dart https://pub.dev/
Hi I am doing something wrong? Im trying to validate a phone number and it always says that it is valid but to me it should say that it is...