Daniel Gomez

Results 88 issues of 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...

enhancement

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 ![image](https://user-images.githubusercontent.com/76348/146613937-16631a3b-2c45-47c6-8884-767e2f2fbe3e.png) 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...

improvement

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 ![image](https://user-images.githubusercontent.com/76348/149455685-ea5a68b5-e6bc-4e4a-b793-ca9f0af4254b.png) 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/

feature request
help wanted
unscheduled

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...