Valentyn Berezin
Valentyn Berezin
Hello all, I'm the contributor of the OpenBanking project (https://github.com/adorsys/open-banking-gateway) **Description** I've spotted an issue in your repository: https://github.com/firefly-iii/firefly-iii/issues/1159 Where @bnw says: https://github.com/firefly-iii/firefly-iii/issues/1159#issuecomment-426736097 that it is hard to find HBCI...
#### Issue Description Currently, it is impossible to use the output of `sd.grad` as a variable for further computations. Consider following class: ``` package com.valb3r.idr.networks; import org.nd4j.autodiff.samediff.SDVariable; import org.nd4j.autodiff.samediff.SameDiff; import...
`switch - case` inside `blend_pixel` causes almost 2x performance degradation due to mixing of branching and numeric pipeline Pipeline flame graph: As `BlendFunc` rarely changes during polygon rendering, one can...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.mapstruct:mapstruct from 1.4.2.Final to 1.5.0.Final. :information_source: Keep your dependencies up-to-date....
Swagger-codegen generates too many default stubs, in particular getObjectMapper and getRequest are completely useless. We need to find configuration that removes them. See: https://github.com/swagger-api/swagger-codegen/issues/10096
Currently, we are redirected to the consent initiation screen because the Consent object is missing as it can't be supplied by Fintech. Obviously, if consent object can be supplied by...
As redirection URL is computed value that may come from 3rd party protocol, in order to protect user from phishing attacks, we need to add: - [ ] API level...
Drop `ValidationInfo(ui = @FrontendCode(STRING), ctx = @ContextCode(FieldCode.PSU_IP_ADDRESS))` and fix tests accordingly. PSU IP address is not something that can be provided by the user and if it is missing there...
Currently, `confirmConsent` uses authorization-id that is shared with the client device to activate consent. We need to heighten the security so that one needs a secret code additionally like in...
Starting from the new Xs2a spec, there is new support for paging in transaction list requests. We need to support this Commerzbank and Fiducia should already support this