-
There are cases, where a property can not just be any string (or a set of strings), but needs to match a pattern.
``` typescript
let fontStyle: 'normal' | 'italic' = 'normal'; // already available in…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
I couldn't figure out why my `input_keys` and `output_keys` weren't getting loaded and it seemed like updates to the code didn't affect the states even after rebuilding the workspace, sourcing, and re…
-
## Flavor Request
The [syntax](https://docs.rs/regex/1.3.1/regex/#syntax) is similar to Perl, but I feel it has enough differences to justify a different flavor, especially when one considers t…
-
This is a feature request to add variable-length lookbehind support.
Javascript and NET regex engines support this feature for a long time already, Perl engine supports this feature as experimental…
-
The following definition, although it really resembles a valid float, is actually parsed as string in YAML.
https://github.com/common-workflow-language/cwl-v1.2/blob/d50fad00eedb071ef7372a0f471e6fc…
-
The following regular expression raises an error (`Failed: error 120 at offset 27: regular expression is too large`):
```regex
([A-Z]|[0-9]|[xyz]){1,1025}
```
I know the character classes can be c…
-
### Description
If a class subject to proxy compilation contains certain strings, the proxy compilation will interpret them as the class / interface name and throw an exception saying, that the cla…