Markus Baumer
Markus Baumer
The problem is not the file size of the _Bankleitzahlen_ file itself. It would be possible to shrink it down to a more reasonable size. The problem is the the...
Yes, kind of … at least that's what the docs say (both params optional). But since the method signature is `continuousStart(startingValue: number, refreshRate: number = 1000)` this should be changed...
It seems there is a race condition problem. The settings for continuous display are stored in a useState var which is set asynchronously. If you call the complete() method in...
Hi @Simplify I found the time to start a project and code all the implementations and tests for the roundabout 120 check digit methods, currently in use in German bank...
@Simplify I just created a PR for the added function and complete tests. I also added my library + example for the new function to the README file ... please...
@icebearlabs If you install the packages `npm install --save ibantools-germany@latest` and inject it into ibantools via ```javascript import { isValidBBAN } from "ibantools-germany"; countrySpecs.DE.bban_validation_func = isValidBBAN; ``` (see my example...
This is a great improvement over the current .external() implementation. @jonyeezs I think the current `error()` helper is acting similar to the `messages()` function of custom (but with only one...
> I'd argue that there's no need for `alwaysExecuteExternals`, `abortEarly` should probably have behaved with this rule the same way it does with others. With the current (main branch) version...
Fixed it, `run lint` now runs successfully
I'm closing this because this and the main branch have diverged significantly / see #580 for current and more extensive fix