-
I want to rewrite the route like this and lookup DNS
http://example.com/guid/getstuff
http://guid.example.internal/guid/getstuff
So can something like this be supported - host_rewrite_regex i…
-
Combining two related issues here. Please let me know if that is not fine, will create separate issues.
## Issue 1: Path values are not correct
*Endpoint*: `/payments/{id: [0-9]{4}}*`
*Reques…
-
I open files on a remote server, so I can't easily verify the folder where the file is located because it's a temporary file on my local machine.
Additionally, I can't enable MythicScribe for all Y…
-
## Describe the bug
When an auro-input element has a value, but the pattern property is not valid regex, the value will not be rendered.
## To Reproduce
Make an `auro-input` with an invalid regex…
-
The 0.9.0 release introduces a new regex pattern in the DID validator for some request/response models:
```py
pattern = r"^(did:sov:)?[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,…
-
Instead of you trying to figure out how to work this for 4 hours straight like i did, read this (hopefully) helpful explanation of what i did
Here's how I have mine set up to look
![image](https:/…
-
The configuration interface of the k8sattributes receiver is over-complicated. This is an attempt to simplify it a bit.
`FieldExtractConfig` have `KeyRegex` and `Regex` options, which is pretty co…
-
Hello everyone,
While trying to write a simple LALRPOP grammar, I ran into a recurrent issue:
For example, take the following grammar that defines a simple CharLiteral nonterminal. Here, a char …
-
Hi,
There are some pattern issues i couldnt figure it out myself.
this is working as expected:
```dart
final str = "--- spoiler ---\r\n\r\n spoiler content \r\n--- spoiler ---\r\n\r";
Iterable…
ksmsk updated
4 years ago
-
### Description
As of polars==0.20.30
- str.extract extracts regex capture groups while
- str.extract_all extracts the whole regex match
Would be nice if I could tell `str.extract_all` to beha…