-
## 프로젝트 이름
data-validation
## 개요
데이터(전화번호, 이메일, 정수, 소수, 문자열 등) 유효성 검사 라이브러리입니다.
## 저장소 주소
[data-validation](https://github.com/Wooyongjeong/data-validation)
## 체크리스트
- [x] 개인 저장소 …
-
Addition of type hints and Pydantic data validation.
-
Hi Team,
Please can you let us know what is the syntax of Connection command when we want to establish connection to a DB server which has dynamic IP.
We are not able to establish Target connect…
-
Add delete option on these. I think the methods are in hREA. I expect, but don't know, that there isn't validation. If there is, great!
Suggest in addition to the mutation, a method `deletable` …
-
Some data are saved in a multi-file system. For example the Brainvision format for EEG data contains three files:
- `.eeg` binary eeg data
- `.vhdr` meta data in text format
- `.vmrk` event marke…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
This library is not suitable for use in a production-ready environment. Whenever a new field appears in init_data, both validation and data parsing immediately break. I believe the library should be r…
-
### Which package?
vizro
### What's the problem this feature will solve?
Vizro excels at creating modular dashboards, but as users tackle more sophisticated applications, the need arises for reusab…
-
Hi @HansBambel,
I wanted to ask about your experience training the UNet and UNetDS_Attention models.
1. What range of training and validation losses did you typically observe?
2. If there isn’…
-
I think the `upload_collection` method should validate data before uploading it.
For example, it will silently upload 1 million records where `vector_size=256` to a collection where `vector_size=5…