-
Upon trying to remove sparse terms from a corpus via
```julia
remove_sparse_terms!(corp, .05)
```
I run into the following error message:
```julia
PCRE compilation error: regular expression…
jfb-h updated
3 years ago
-
I get linking error when I try to compile on ppc64le arch:
```
build/lib/local/.libs/libfreeradius-util.so: undefined reference to `pcre_jit_exec'
collect2: error: ld returned 1 exit status
make: …
-
When we statically know the regex string passed to PCRE we can avoid a cache lookup on each call by burning the handle for the compiled regex into the TC.
-
### Bug report
When I run this in my `Dockerfile`, it downloads 550 MB of code just for the tracing library. This is larger than my whole app container altogehter!
```
RUN curl -LO https://github.com…
-
**Describe the bug**
The source code I wanted to analyze is encoded in gb2312, while semgrep-core seems to read file in utf8.
**To Reproduce**
Use the following python code to write gb2312-encode…
-
### Proposal
In a `relabel_config`, the `regex` field supports any valid RE2 regular expression ([docs](https://github.com/prometheus/prometheus/blob/v2.44.0/docs/configuration/configuration.md#rel…
-
It would be useful to enable regex matching in `groupunset`, *e.g.*:
```
rewrite {
groupunset(
values('^foo')
type(pcre)
);
};
```
-
### Description
As of the latest push to conancenter 2024-07-01 pcre is disabled for all versions. This was not the case with the previous recipe, and I believe pcre should be enabled since it is l…
-
### Describe the bug
I'm trying to build module from source with nginx with pcre2 from sources.
Build is failing because it is trying to find pcre2.h inside nginx directory
```
[100%] Generati…
-
Hello, Wouter!
I remeber about my patch related to calc_hash() function, but now i concerned on regexps in the best and fastest in the world resolver ;) So, what i need to:
1. I would like to filt…