-
- [ ] check requirements for infra provider, should we be in active set to run provider
- [ ] check for possible delegations programs, will it worth to buy some
-
Instead of
```ts
createEnv({
server: {
KEY: z.string(),
}
});
```
it should be
```ts
createEnv({
server: z.object({
KEY: z.string(),
})
});
```
and it should not …
-
![image.png](https://raw.githubusercontent.com/AlphaPyke/pe/main/files/db802d5c-536a-451f-97bf-f6fcf6bed4de.png)
This was not pointed out in the guides but just thought to mention that it would be odd…
-
**Describe the bug**
Remove BAR Enrolment Number Validation: Eliminate validation for BAR enrolment number.
This has undergone multiple levels of changes. In recent interaction with lawyers we found …
-
1. Today "id" is being used as an name. This behavior should be deprecated. If an id is supplied, use it, and use name as name https://github.com/keephq/keep/blob/main/keep/parser/parser.py#L37
2. De…
-
We need to strengthen the validations that run on the superchain-registry to catch breaking changes such that the `validate all chains` CI job is triggered for all PR changes with the one exception be…
-
#### Location of the documentation
https://pandera.readthedocs.io/en/latest/polars.html
#### Documentation problem
Issues:
1. The initial example in the documentation shows validation of a L…
-
I noticed Every Filed should be validated according it's type , I just entered numbers in username and it is accepted , There is should be combination
I will validate highly all fields, even it can…
-
Let openmath2.rng be the file https://www.openmath.org/standard/om20-2019-07-01/openmath2.rng
If I try to validate using that file, I get the following error:
```
$ gem list |grep rexml
rexml …
-
excellent work!
i have a question.
How to evaluate the performance of the validation set?
evaluation is performed on point clouds after grid sampling or Upsampling the predicted results to the origin…