dadepo
dadepo
My hope is to get it out before next months. I'll update you when it released
@pavan66 FYI: Version 1.3.3-1 is now available on npm, you might want to check the `Validator` module...specifically `isValidIPv6String` if it fits your requirement.
To confirm if it is possible to run the validation only with rsync, I attempted with another validator...specifically routinator. ``` cargo run --bin routinator -- --disable-rrdp=true vrps ``` That is...
Playing around a bit more...and from what I can see, it seems when rrdp is switched off, octorpki can't sync the current state of the repository, since the current implementation...
I am also facing the same issue. Getting `error: TS2769 [ERROR]: No overload matches this call` compilation failure.
Also > It provides a way of applying functions to parameters within a context Is not particularly correct. It should be > It provides a way of applying functions _inside...
Hi @greenyx Thanks for this observation. Do you know of any font you can recommend?
Thanks! I will check this out and let you know how it goes
From the discussion in the issue https://github.com/Yorubaname/yorubaname-website/issues/28, a question arose: > what marks something as "incomplete"? For me, even if a name doesn't have "famous people" or "variant", it can...
The conversion to url should be done on text that matches the regex: `/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/`