-
In Prometheus, all metric labels are strings, and PromQL supports label selection with regular expressions. In Cloud Monitoring, some metric labels are integers.
For example, we use a [log based me…
-
**What happened**:
Our Ingress definition contains some Ingress set with `PrefixType: Exact`. We recently introduced some new regex based Ingress using ` nginx.ingress.kubernetes.io/use-regex: "tru…
-
I am getting a panic on https://github.com/denoland/deno_doc/tree/simplify-syntect (can be reproduced with `cargo run --example ddoc --features=html -- --name "" --html ./panic.ts --output gen`)
```
…
-
Straightforward request that is absolutely essential to a lot of my macros. From looking online I wasn't able to find the appropriate syntax to do lookaround in regex in vsvim. I'm assuming this isn…
-
I've a TextView and I'd like to color(hightlight) some word knowing the start position from the beginning of the text, and the length.
I overrode
protected override void SetNormalColor(List line, i…
-
Essentially: a flag for compiling a table that is roughtly equivalent to a regex character class.
For example, currently the perl-word flag could be expressed as `[\p{alpha}\p{joinc}\p{gc=digit}\p{…
-
**Reporter: szekerest**
**Date: 2006/02/08 - 21:50**
```
When compiling mapserver with Visual Studio 2005 the following error occurs:
cl /nologo /Zi /MD /EHsc /w /DDEBUG -Ic:/projects/gdwin32
-I…
-
```
CPython's regex implementation is slower than it could be. There are a lot
of techniques we could use to make things faster:
- JIT compile regexes. V8 and SquirrelFish Extreme have had good luck …
-
As per @ericoporto 's suggestion [here](https://github.com/adventuregamestudio/ags-template-source/issues/40#issuecomment-1580759552)
**Problem**
Currently the template packaging from AGS Editor…
-
```
What steps will reproduce the problem?
1. Create a regex substitution for word "TODO" on first position in a line.
Regex: ^TODO Replace: BlaFasel
2. Edit a TWiki page (normal textbox), write the …