-
Hey team! I've got kinda of a strange one for you.
When trying to use `PhoneNumberValidator`, as show in the [Pydantic documentation example](https://docs.pydantic.dev/latest/api/pydantic_extra_typ…
-
I tried to use EL to access the `Optional` in a record.
```java
public record PhoneNumber(String countryCode, String number) {
}
```
And the `Customer`:
```java
public record Customer(
…
-
### Operating System
Linux Ubuntu
### Environment (if applicable)
Vercel
### Firebase SDK Version
11.0.1
### Firebase SDK Product(s)
Auth, Messaging
### Project Tooling
- Next.js
- TypeS…
-
- [x] Registries Staff - Validate that Owner Address, Phone Number, Email, Additional Instructions can be edited in any transfer
- [x] Qualified Suppliers (Lawyers/Notaries and Home Dealers) - Validat…
-
When nesting queries, with entities that hold owned entities, some queries no longer return the owned entity when being projected into a typed wrapper. Surprisingly when using an anonymous object ever…
-
### Is the feature you are looking for already implemented in the library?
- [X] I have reviewed the implemented features.
### Is your "solution" already implemented in an opened pull request?
- [X…
9node updated
3 weeks ago
-
## Summary
_Patient is being put into the request flow when scheduling an appointment even though the clinic is configured to allow direct scheduling and the patient meets the requirements for direct …
-
We want to use the sharebutton in another way. we want customers to contact us via a special phonenumber.
Is it possible to integrate it into the share button?
-
In my application people are submitting they phone by start with + sign. I don't care to know if it is from which country but I care about the number being valid. I tried to do this :
```
try…
-
Hello,
I'm making a simple query such as :
```
Query q = Contacts.getQuery();
List contacts = q.find();
```
Some of the contacts don't have PhoneNumbers populated whereas it is filled on the Syst…