Dmitrii Kustov

Results 51 issues of Dmitrii Kustov

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | e.g. PHP 8.3 | Current behaviour -- Have...

**Describe the bug** Periodically (and seemingly randomly) Fan Control looses all settings: sensors linked to curves, mapping of fan controls to sensors, mapping of fan controls to curves, names of...

My [config](https://github.com/Simbiat/simbiat.ru/blob/master/config/frankenphp/caddy.json5) has custom error pages, but looks like they are not being applied if access is blocked by CrowdSec (they do get applied if it's done by Coraza, though)....

**Describe the bug** My logs are flooded by messages like ``` time="2024-07-14T00:00:21Z" level=warning msg="No range found for ip '172.21.0.1'" id=wispy-morning method=IpToRange name=crowdsecurity/geoip-enrich stage=s02-enrich ``` It is always `172.21.0.1`, which is...

I am using PHPStorm+EA Inspections and when I am accessing any of `Details` dynamic properties, I get errors like ``` [EA] \ipinfo\ipinfo\Details needs to implement __isset to properly work here....

### What happened? When creating Docker container for the first time, you can see some warnings/errors in logs like ``` time="2024-07-08T08:53:48Z" level=warning msg="scenario list is empty, will not pull yet"...

kind/bug
triage/accepted
version/1.6.2

As discussed in #1945 after the change of the wording, it may be a good idea to allow changing the number of "non-related" statements inside try-catch structure, since default number...

enhancement
confirmed

Is it possible to somehow pass the error details to PHP, when request is interrupted by Coraza? I hoped that `{http.err.message}` would have something, but it seems to show only...

I am getting a lot of warnings in logs like ``` {"level":"warn","ts":1732886807.0902967,"logger":"crowdsec","msg":"metrics endpoint not found, older LAPI?","instance_id":"1d64c975","address":"http://crowdsec:8080/"} ``` I am launching FrankenPHP and Crowdsec in Docker with this [config](https://github.com/Simbiat/simbiat.ru/blob/master/docker-compose.yml). Crowdsec...

I have this piece of config (full one [here](https://github.com/Simbiat/simbiat.ru/blob/master/config/frankenphp/caddy.json5)): ```json { "match": [ { "path_regexp": { "name": "DDCIcons", "pattern": "/assets/images/devicedetector/(.*)" }, "file": { "root": "/app", "split_path": [], "try_files": [ "/lib/DDCIcons/src/icons/{http.regexp.DDCIcons.1}",...