-
Minimal spec with a regex that has an escape character:
```yaml
openapi: 3.0.0
info:
version: 1.0.0
title: API for Regex Test
paths:
/test:
get:
responses:
'200':
…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
## Feature Description
Metric filter support is added in #7579 , per this [comment](https://github.com/google/site-kit-wp/pull/7627#discussion_r1339996798) in CR it is placed in `Report/Filters` fold…
-
### Describe the bug
In https://github.com/scikit-image/scikit-image/issues/7443 it was noticed that
```console
gh attestation verify dist/scikit_image-*.whl --repo ${{ github.repository }}
`…
-
### Description
While Coding I got the following:
Failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
After debugging I found …
-
Hello!
I've been using MockQueryable with .NET6 a lot
Recently my project migrated to .NET 7 (EF Core 7)
And I started to use new EF7 features:
+ ExecuteDeleteAsync
```
...
…
-
I am building a Julia wrapper to the dace C++ library using `CxxWrap`. When building on MacOS and linking against the precompiled binaries for `libcxxwrap` pulled from GitHub, the wrapper is installed…
-
Primarily for list and map expressions, but could also apply to function calls and property chains. The best heuristic for deciding whether to wrap a statement seems to be if the statement is "too lon…