Sebastian M. Irazabal
Sebastian M. Irazabal
Ready!
When I try to clear the spinnerSelection. ```java spinner.setSelection(-1) ``` And then I get: > java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference at android.widget.ArrayAdapter.getCount(ArrayAdapter.java:344)...
I having and issue with an Entity that has a `@ManyToMany` association. It's a `Store` and a `StoreCategory` many stores can be associated to many categories. I have an `Specification`...
I'm not been able to get the info of my **Kucoin** account. I can successfully get a `TickerResponse`, but when I call the `accountService.getAccountInfo()` I get this: > AccountInfo [username=null,...
Buenas! Una consulta... Respecto a la publicado por AFIP: > Las versiones de TLS (v 1.0 y 1.1) serán discontinuadas debido a que resultan versiones obsoletas y sujetas a riesgos...
I'm trying to use this plugin in Android Studio (latests v4.1) and the autocomplete/assistant is not working while creating a `@Mapping`. I mean, the suggestions for the `target` and `source`...
Does it support Subscription or Recurring Payments? or it's just for one-time Payments? Thank you!
I want to use vector drawables instead of images for the DONE and REVERT images, but I'm not able to make it. Also try to convert VectorDrawable to Bitmap with...
**Describe the bug** Artifacts are not generated for Android libraries (bu they are for other Java/gradle base modules) from GitLab Ci/CD YAML script using jFrog CLI. Yesterday I notice that...