-
I used aiotube recently and continuously got Attribute Error for a valid youtube id "kyAV-pzQwzU", and on further investigation i found that there is a problem with the regex pattern that is being use…
-
If I have a schema with a .regex(), and attempt to parse an invalid value:
```ts
const SomeSchema = z.string().regex(/^[a-z]+$/);
SomeSchema.parse('abc3');
```
The error I get looks like this…
-
**Describe the bug**
I upgraded from 1.18.34 (which worked fine) to 1.18.36 and now I get the following error in eclipse (Version: 2024-09 (4.33.0)) with java version 21:
Lombok has logged too man…
-
**Consider enforcing minimum amount in regex patterns.**
Both regex patterns could allow zero amounts (e.g., "0", "0.00", "$0", "$0.00") which contradicts the schema's minimum amount requirement of…
-
Using something like this matching node
```
```
leads to an exception complaining an "Unclosed character class" like this:
Exception in thread "AWT-EventQueue-0" java.util.regex…
-
I mentioned this in our support Slack channel and was told to create a new issue to resurface #68.
We use the [s3-logfile](https://github.com/honeycombio/terraform-aws-integrations/tree/main/module…
-
## Testing Problem
I want to generate a string of sophisticated patterns.
It would be nice to support string patterning like REGEX.
## Suggested Solution
- Email pattern string
```java
Arb…
-
Some regex patterns are not colorized correctly. We could add a check to ensure that the colorized pattern round trips, and if it doesn’t then we fallback to the generic string colorization.
https:…
-
It would be nice to be able to enforce a regex pattern on a string.
In Pydantic this is already possible, but requires the slightly ugly syntax of
```py
from typing import Annotated
from pydan…
-
We should support wildcards and regex in table formatting. For example, `*_percent` could be used to format any column ending in `_percent` as a percentage.
A few things we need to determine:
1.…