-
- Issue 1: We are constantly re-creating dictionaries from gt to pred and pred to gt nodes (and edges).
- Proposal: Store those dictionaries in the matched object. Or… on the nodes and edges? Wha…
-
`isLocal` used in some of tidy's check. I think maybe we can move it to some common part. e.g. ast-matcher or clang-tidy/utils folder.
-
Create a matcher factory to handle patterns with similar structures, enabling the dynamic generation of AST nodes and the setup of sub-dispatchers for parsing node bodies.
-
Somewhat related to deathandmayhem/jolly-roger#610, but perhaps that's the better implementation.
Options are:
- Also run the matching on tagAdd events
- Per-hunt setting to only run the matching…
-
In https://github.com/DIRACGrid/DIRAC/pull/4978 subloggers were added for the matching process however the same DB instance is used for all matching requests meaning the logs are meaningless when mult…
-
*Title*: *Using of type.matcher.v3.HttpRequestHeaderMatchInput in filter_chain_matcher*
*Description*:
I'm trying to use type.matcher.v3.HttpRequestHeaderMatchInput in filter_chain_matcher, someth…
-
### 🐛 Describe the bug
Stacktrace
~~~
File "/home/anijain/local/sam2/notebooks/ued.py", line 104, in
masks, scores, logits = predictor.predict(
^^^^^^^^^^^^^^^^…
-
**Describe the bug**
The following
```c++
try {
std::string a{ "string" };
std::string const expected{ "string" };
REQUIRE_THAT(a, Matches(expected)…
-
### Clear and concise description of the problem
Playwright has added aria snapshot feature
https://www.youtube.com/watch?v=P4R6hnsE0UY
### Suggested solution
Add toMatchAriaSnapshot matcher lik…
-
### Background and Motivation
The current `Microsoft.Extensions.FileSystemGlobbing.Matcher` does not evaluate include and exclude patterns in the order they are added, which leads to limitations when…