Dezső BICZÓ
Dezső BICZÓ
Based on our extensive test suite, I can confirm that this patch solves the reported issue :+1: Although it also exposes the performance bottleneck that comes with external references when...
I also believe the different schema causes/caused the delay, precisely that external references have to be resolved in the https://github.com/asyncapi/spec-json-schemas/blob/master/schemas/3.0.0.json spec synchrinously, in a blocking fashion. I have not ran...
Thanks, sent my feedback on the PR!
> Putting a dependency in place such as https://github.com/thephpleague/uri can be challenging due to PHP version constraints, given this lib still supports PHP >=5.3.3 What about Guzzle's PSR7 library? >=2.4.5's...
> combined with our (current) desire to support older version PHP maybe it is worth looking into the 1.x branch of GuzzleHttp if that could help? Well, at least Guzzle...
I have also bumped into this problem in Drupal, where DrupalCS (via PHPCS) does not allow docblock comments above trait use statement. ``` { "message": "Inline doc block comments are...
@ondrejmirtes It seems to me that #2638 implements a different approach than what you have described in https://github.com/phpstan/phpstan/issues/7486#issuecomment-1158943404. Would you also accept the solution in #2638 or rather a new...
In theory this approach could be used to dynamically find the project specific bin directory and the drush instance inside https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-bin-dir-from-a-binary
@giteshk @phdhiren please re-open this issue, this is a still missing feature. Thank you