Filip Halas
Filip Halas
### Expected behavior ``` // returns {iban: "NL91ABNA0417164300", bban: "ABNA0417164300", countryCode: "NL", bankAccount: "0417164300" valid: true} ibantools.extractIBAN("NL91 ABNA 0417 1643 00"); ``` ### Actual behavior ``` // returns {iban: "NL91ABNA0417164300",...
### Describe the problem Subsequent checkSession call is taking significantly longer than first time load. I have run into this issue across auth0 discussion boards with no real solution: -...
Added 2 optional props: * optional: **disableCollidingIdCheck** * optional: **postValidateCallback** - collects output from all validateRow function calls in case of wanting to e.g. return the imported file with all...
I have tried: ``` chromeFlags: ['--incognito'], ``` but this seems to open up chrome in both normal and incognito mode at the same time and lighthouse then uses normal mode...
**Is your feature request related to a problem? Please describe.** filetype: elixir, see title **Describe the solution you'd like** maybe this can be configured somehow, if someone could point me...
If I have a key for example "Foo {amount} bars" that should dynamically be resolved as: Foo 1 bars Foo 2 bars ... etc. depending on the variable passed there...
**Is your feature request related to a problem? Please describe.** Imagine I have: en.json en-overrides.json I load en.json first and then en-overrides.json en.json: ```json { "foo": ["bar"] } ``` en-overrides.json...
in case anyone would find this useful, as I do not have time for putting it into PR, but I seemed to have resolved most issues I had when using...
is it possible to use icons with fill=1 as shown in demo https://marella.me/material-symbols/demo/#outlined ?
right now when you load the page with e.g. `lr-file-uploader-regular` it takes a while for it to initialise (especially if you use cdn for the css file) which results in...