-
Hey,
I took a quick look at your library and I thought the results for ajv (which I currently use) seemed a bit off. so I made my own script to do a rough benchmark and it yielded very different re…
oiime updated
6 years ago
-
### Issue description or question
```
[Error] Failed to run compilers on ....js, Error: Plugin/Preset files are not allowed to export objects, only functions. In .../node_modules/babel-preset-flow…
ha404 updated
5 years ago
-
The submitting computed value appears to work but when I make an api call inside the onSuccess() hook the submitting computed value changes to false while the API is still going.
How do I make sure…
-
I have the following validation rules, and I am trying to make sure that the data object matches the fields in the validation object, and _only_ the fields in the validation object, so that any extra …
-
I am using react-router with mobx-react-form, and I running into some issues with the onSubmit function. I need the onSubmit to return a promise so I can route to the next page if the api call is vali…
-
目前wepy中加载外部npm包时是根据依赖递归查找包,但是如果外部npm包中有一部分依赖是动态加载的,例如validatorjs中的语言文件,就会导致动态加载的部分无法被编译到dist目录下,希望能优化一下
-
Hi, I'm using `validatorjs` in TypeScript but functionality isn't same as in VanillaJS.
The `passes` or `fails` function not resolve with the validation status and the application is blocked in thi…
-
At present we expect a fully formatted URL to be entered during `ghost config` including the protocol. However, we don't _really_ make that clear in all cases and it's not really required. It's perfec…
-
If you know how to fix the issue, make a pull request instead.
- [ X ] I tried using the `@types/validator` package and had problems.
I documented it on [Stackoverflow](https://stackoverflow.com…
-
```
ESLint(taro/jsx-handler-names) 错误:JSX 事件名需以 `on` 命名
-----
94 | if (!order) return null;
95 | return (
> 96 |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^…