Javier Cuevas
Javier Cuevas
@qdii is your ING account from Spain or somewhere else? I am not sure if the API endpoint is valid for all countries where ING operates. Regarding getting more info...
@raulmarcosl could you take a look? 🙏
@ivanperez-keera it would be definitely possible but we need collaboration from someone who has an account for that bank. If you have one, we can assist you on how to...
Of course! A PR would be much appreciated :)
This totally makes sense. Thank your for the feedback! @raulmarcosl we should make sure adapters throw proper exceptions (probably defined in the core library). What do you think?
@ZeHiro better documentation is coming. We're planing to evolve the data model so we'll work on docs once we have the new data model. Until then, I'd suggest using the...
+1 for this, I'm using @misza222 branch now.
Apparently the same problem applies to ``. It seems to be related to https://github.com/styled-components/styled-components/issues/3265. There is a workaround suggested on https://github.com/styled-components/styled-components/issues/3244#issuecomment-687676703 that seems to work. I'll open a PR with...
I am not sure this is a bug. Whether the validation errors disappear after the input changes or after the user press submit (triggering `this.refs.form.getValue()` again) is a UX decision...
> flags: 0x00000040, // this is required to make it work in TypeORM @invisal what does that flag do? Is it documented anywhere? Thanks!