Wulf Sölter
Wulf Sölter
Cleaning up the approach that @feeh27 did a little bit, this is what I'm using: ```javascript const validation = new Validator(data, rules, customErrorMessages); const validatorPromise = new Promise((resolve) => {...
Having a similar issue, replicating as self-contained script/repo is proving impossible - issue is only appearing for me **intermittently** when making a lot of queries from a hard hitting test...
No @gregBerthelot , I have not. I'm currently occupied with paying client work. Funny how I'm supposed to find the time to do this, but you can't find the time...
Bump... @paton
Between https://github.com/wulfsolter/angular2-signaturepad/blob/417bba565de80033bfd95504699c53dd92719490/signature-pad.ts#L15-L18 and https://github.com/wulfsolter/angular2-signaturepad/blob/417bba565de80033bfd95504699c53dd92719490/signature-pad.ts#L37-L52 it looks like it would be quite straightforward. However given that I don't use this repo anymore I'm more inclined to review/merge a PR :)
Has merge conflicts @Tgure @Tomi0
PR welcome
Can you please provide a link to hosted example?
I've manually added NUL to `settings.json` like so ``` "gremlins.characters": { "0000": { "zeroWidth": true, "description": "null", "level": "error" }, ... ``` but yes, this would be IMHO a nice...