Daniel Gomez

Results 82 issues of Daniel Gomez

Try a class like ```kotlin class BugReportRepositoryBuilder(val apiKey: String, val projectId: String, val properties: Map) ``` and generate file dont compile: ```kotlin class BugReportRepositoryBuilder(val apiKey: String, val projectId: String, val...

HI I see that there are a lot of commits but the version on gemfile repository does not include those: # Commits not released ![image](https://user-images.githubusercontent.com/76348/185623803-1ad059be-1270-4ac9-a357-c5d41eef48cf.png) # Latest release ![image](https://user-images.githubusercontent.com/76348/185623940-aa91c9f8-fc80-49d0-a182-0e61f0182a8c.png) #...

The idea is to have this operator like ruby https://apidock.com/ruby/Hash/dig # Current Using `map["first"]["second"]["third"]` is not null safe, if the `second` does not exist it explodes # Expected The idea...

Hi It is not working on Swift, I tried with: `NSLocalizedString("", comment: "")` and nothing happens.

Hi, Is there any way to add it to a UIViewController without a table view? Thanks

Hi I have an old android phone that has issues with the power button and it will come very handy to have this command on the adb idea plugin, so...

## Steps to Reproduce 1. Create a class like: ```dart class PrintLogUseCase { void call() => print("example"); // ******* } class PrintLogUseCase2 { void call() => print("example"); } class PrintLogUseCase3...

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce _Please tell us what you were...

I want to put multiple numeric filters with different operators and do an or between all of them. # Currently ```helper.addNumericRefinement('rooms', '=', ['42', '56', '37'] ).search();``` # Expected ```helper.addNumericRefinement('rooms', ['=42',...

Library: AlgoliaSearch Helper

my Habitica User-ID: 6a5dcf62-46d7-41f6-b4a5-19b1bc8a3784 This PR will add unit tests to the `Task` model, I saw some issues related to reminders and dates and wanted to add tests to be...