dp-anto

Results 7 issues of dp-anto

### Current Behavior When you go into the "Components" section of a project and you search for a component, the number of components shown in the "Component" tab updates with...

defect
in triage

Improved description for OSS Index analyzer. ### Description Improved the description for OSS Index analyzer in the Analyzer > Sonartype OSS Index section. ### Addressed Issue To me it was...

When I run `dive test:latest` I get: ``` Image Source: docker://test:latest Extracting image from docker-engine... (this can take a while for large images) > could not determine docker host: context...

This is my WUD configuration: ``` watchtower: image: getwud/wud:8.1.1 container_name: wud volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 3000:3000 environment: - WUD_SERVER_ENABLED=true - WUD_LOG_LEVEL=trace - WUD_WATCHER_LOCAL_CRON=0 * * * * * -...

These are the configuration I set for WUD, but it seems the CRON configuration is not respected, that is WUD never runs every minute. Is there something wrong or missing?...

### What Happened When I use `arch()->preset()->php();` I get `Class "Spoofchecker" not found`. I don't understand which dependencies I should install. The documentation https://pestphp.com/docs/installation and the packagist page https://packagist.org/packages/pestphp/pest do...

bug

I've set the option in the following way `"phpunit.debuggerConfig": "XDebug"` but when I try to debug a test I get: > 'launch.json' does not exist for passed workspace folder. But...