Pablo Reyes
Pablo Reyes
When `php artisan ide-helper:models --write` is runned, notations like `@SuppressWarnings(PHPMD.ExcessiveClassComplexity)` was changed to `@SuppressWarnings (PHPMD.ExcessiveClassComplexity)` (check space before `(`). ### Original model ```php /** * @SuppressWarnings(PHPMD.ExcessiveClassComplexity) */ class SomeModel extends...
Maybe as simply param to set desired version. For now, where can we found previos compiled code of `nanobox cli`?
First test report allways like a slowly test For example ```pphp class GeneralTest extends IlluminateTestCase { public function testCool(): void { $this->assertTrue(true); } public function testNotCool(): void { usleep(300000); $this->assertTrue(true);...
## Description Gulp package is broken ``` "gulp": "gulpjs/gulp#4ed9a4a3275559c73a396eff7e1fde3824951ebb", ``` ### Error Message & Stack Trace ``` npm WARN deprecated [email protected]: Use uuid module instead npm ERR! code 128 npm...
Hi! I like add protractor to my generated webapp like a `generator-gulp-angular` app. Any ideas for a implemmentation in the future? Or a idea where is the better place to...
What is the best configuration or more strict configuration of `rxjs-tslint-rules`? ``` "rxjs-add": true, "rxjs-ban-observables": true, "rxjs-ban-operators": true, "rxjs-deep-operators": true, "rxjs-no-create": true, "rxjs-no-unsafe-catch": true, "rxjs-no-unsafe-first": true, "rxjs-no-unsafe-switchmap": true, "rxjs-no-unsafe-takeuntil": true,...
We are using Atom, and we like to use this library Any ideas?
If `dist` folfer is not necesary on final code, maybe inclusion on `.gitignore` is a good option, becouse all pull request has duplicated code.
When I receive IPN, CurlVerifier make this error: Curl error: [35] SSL connect error. I try solve with $verifier->forceSSLv3(false); and $verifier->forceSSLv3(true);, but don't work. Trying with CURLOPT_SSLVERSION = 4 generate...
Based on https://medium.com/angular-in-depth/improve-spa-performance-by-splitting-your-angular-libraries-in-multiple-chunks-8c68103692d0 