Serhii Korniushov
Serhii Korniushov
I'm using Pawl in my Symfony 5.4 command started with `-vvv` flag. I'm getting deprecation notices: 1. ``` /usr/local/bin/php bin/console my:pawl -vvv 18:30:47 INFO [php] User Deprecated: Method "IteratorAggregate::getIterator()" might...
The command `scaffold theme-tests` doesn't work on v1.5.0. The error message is `Error: Couldn't find install-wp-tests.sh`. The same command works fine with v1.4.1.
We have multiple tags (hashtag, cashtag and mention) defined in dropdown array. But "cssClass" property is one for all tags while we need to highlight each tag with own color....
Hi. I propose to rewrite this plugin to use http://requirejs.org/ for automatic template include. Thanks.
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | RFC? | no Since version...
### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.17.2 #### Summary QueryBuilder ignores indexBy argument and returns the result set...
Hi @pilloPl. Since SpringBoot v.2 is stable can this example be converted to work with SpringBoot v.2?
When using a Guzzle Pool, there is no way to understand which response arrived for `on_headers` callback. This pull request addresses this issue by passing a request as a second...
Fix return type error. The `getSQLDeclaration` method must return string with `inet` value. bin/console doctrine:schema:update --force In ExceptionConverter.php line 87: An exception occurred while executing a query: SQLSTATE[42704]: Undefined object:...
I'm getting the error ```Limenius\Liform\Transformer\AbstractTransformer::isRequired(): Return value must be of type bool, null returned``` after upgrading from 0.18 to 2.0. Return type was added in 0.19 however it doesn't match...