Erfan Safari
Erfan Safari
@sbmelvin You are doing it wrong. If you are the owner of the service, I recommend you just use arrays to represent online users. your response body would be like...
Hi I think displaying `label` in APIs instead of real property name is not good idea in general. What is the main reason you need this feature? Do you use...
@icebob It's not a good solution, for example look at string rule messages: Name | Default text ------------------- | ------------- `string` | The '{field}' field must be a string. `stringEmpty`...
@alexjab Thanks for this proposal! But what problem does this feature solve? I think we already had this feature with `custom` rules/checkers. You can write any javascript code there without...
@alexjab > Hi, @erfanium thanks for your reply. > Is there a way of accessing the "validation" method from within a custom validator (so that I would be able to...
@alexjab @icebob > And the following calls: > > ```js > console.log(v.validate({ object_type: "red", blue_id: 1 }, schema)); > // [ > // { > // type: 'required', > //...
@icebob The problem with current logic is that you should always write `if (!value) return value` piece of code in `custom` function, Most of the time I forget this. >...
@icebob I did not work with Moleculer much, but it is better to give the user the option to choose which version of FV to use. According to the principle...
This should be fixed in next major update
Confirmed, for now you can just use `strict: "remove"` to bypass this bug,