KaKi87
KaKi87
> How hard it is to replace those 28 chars with 28 unicode equivalent chars? Not much, but replacing those with the same chars currently used in CLI would be...
Hello, Any news on this ? Thanks
That works, so does clicking the label to copy, which is already a much better workaround than reverting states, thanks. It's still less functional though.
Hi, As mentioned, I'm expecting a link to you, and a link to your original project. Also, why are you saying *random* while it's hash-based ?
Well, then, the phrases "based on" and "remix of" should be removed, because what they mean is that there is another work that DiceBear's identicon is, well, based on.
Hello @dansup, Any news on this ? Thanks
It would be nice to be able to disable this so that we could manage padding ourselves. Thanks
Hi, It would be nice not to need a parameter in the `validate` method call to make this work for situations where said method is called by third-party code. Thanks
What I mean is, if I pass `Joi.string().uri({ encodeUri: true })`, I would like it to work alone, with `validate()`, without needing `validate({ convert: true })`, which can be complicated...
Oh, I'm sorry, I wasted your time. I was experiencing an error saying I couldn't use the `encodeUri` option, so I thought it was because of the `convert` option being...