Andor

Results 32 issues of Andor

The following lines might cause problems in certain cases. - https://github.com/anaptfox/cacheman-file/blob/8fcf3f8087790b9a0830d37951c06c991cc286a2/index.js#L20 - https://github.com/anaptfox/cacheman-file/blob/8fcf3f8087790b9a0830d37951c06c991cc286a2/index.js#L35 - https://github.com/anaptfox/cacheman-file/blob/8fcf3f8087790b9a0830d37951c06c991cc286a2/index.js#L93 - https://github.com/anaptfox/cacheman-file/blob/8fcf3f8087790b9a0830d37951c06c991cc286a2/index.js#L112 ``` javascript file = file.replace('.json', '').replace('_', ':'); ``` ``` javascript file = file.replace(/\.json$/,...

Deprecated: Return type of `Stringy\Stringy::offsetSet($offset, $value)` should either be compatible with `ArrayAccess::offsetSet(mixed $offset, mixed $value): void`, or the `#[\ReturnTypeWillChange]` attribute should be used to temporarily suppress the notice in /.../vendor/danielstjules/stringy/src/Stringy.php...

3.x - issue #209 php801 compatibility

Issue #6334 - Add JSONSchema definitions for configuration YAML files

#### What are you trying to achieve? The following commands generate `./codeception.yml` and `./tests/unit.suite.yml` files. I think the default `codeception.dist.yml` and `./tests/unit.suite.dist.yml` file names should be used instead. The `dist`...

## What are you trying to achieve? I would like to get autocomplete assist from my IDE while I am editing `codeception.dist.yml` and `tests/*.suite.dist.yml` files. phpunit provides an [phpunit.xsd](https://github.com/sebastianbergmann/phpunit/blob/9.5/phpunit.xsd) file,...

When the "drush/drush" package referred in the "composer.json" of a main project like bellow, then Drush throws the following exception: > Fatal error: Uncaught Exception: Could not locate autoload.php. cwd...

I don't know what I am doing in a wrong way, but every scenario fails with a logged-in user. It seems to me some kind of session cleanup does not...