hotrush

Results 24 issues of hotrush

I have phpci configured for github private repository and it is working fine if i run build manually or with default webhook confuration. But i'm trying to configure webhook for...

I am using your code snippet and getting next error: ``` --- --- File "/usr/lib/python2.7/dist-packages/twisted/enterprise/adbapi.py", line 452, in _runInteraction conn.rollback() File "/usr/lib/python2.7/dist-packages/twisted/enterprise/adbapi.py", line 49, in rollback self._connection.rollback() _mysql_exceptions.ProgrammingError: (2014, "Commands...

Is it possible to sort navigation links by title ascending?

https://laravel.com/docs/5.8/eloquent-relationships#counting-related-models

## 🐛 Bug Report I have right buttons in the top bar, but I can't focus them or click using arrow keys or virtual remote ### Have you read the...

needs triage
triage: bug

``` $puppeteer = new Puppeteer(); $browser = $puppeteer->launch(); $page = $browser->newPage(); $page->setRequestInterception(true); $page->on('request', new JsFunction( ['interceptedRequest'], " var data = { 'method': 'POST', 'postData': '".http_build_query($options['form_params'])."' }; interceptedRequest.continue(data); " )); $response...

documentation

I faced an issue with eio adapter. Simple snippet to reproduce: ``` $loop = \React\EventLoop\Factory::create(); $contents = '123'; $filesystem = \React\Filesystem\Filesystem::create($loop); echo 'Using ', get_class($filesystem->getAdapter()), PHP_EOL; $j = 0; $loop->addPeriodicTimer(1,...

Adding `tryItCorsProxy` option changes request url in `Request Sample` section. E.g. API URL - https://api.site.com, PROXY URL - https://docs.site.com/proxy/ Request sample looks like ``` curl --request GET \ --url https://docs.site.com/proxy/https://api.site.com...

t/bug
triaged
team/enchilotters
p/documented

Maybe will be good to have an option to deploy with tarball. Make an archive of changed files, upload to any temp place, extract and replace files. Because uploading long...

proposal
contribution needed