David Gonzalez

Results 12 comments of David Gonzalez
trafficstars

I have solved it by calling the function `opcache_reset();` periodically Temporary solution: 1. Call `opcache_invalidate()` in the proper script file. 2. Catch the error and call the function as a...

https://github.com/PrestaShop/paymentexample

https://user-images.githubusercontent.com/194784/214708923-629daa2f-c552-4289-8507-c3a4b55c4396.mov

Before, `description_short` was a `sentence` and `description` was also a `sentence`. It is expected that the `description` should be larger than the `description_short`.

I think this should be labeled as `bug`.

Skip all after first failure Before: ![image](https://user-images.githubusercontent.com/194784/104576388-6a920f80-5658-11eb-862c-80683bda2856.png) After: ![image](https://user-images.githubusercontent.com/194784/104576448-7c73b280-5658-11eb-8a4d-2ecb0bf42a45.png) I run test with `--runInBand` 1. Define a custom Environment: `jest-environment-fail-fast.js` ```js const ParentEnvironment = require('jest-environment-node') // or require('jest-environment-jsdom') // or...

My solution to skip rest tests after first failure https://github.com/facebook/jest/issues/6527#issuecomment-760092817 ![image](https://user-images.githubusercontent.com/194784/104576448-7c73b280-5658-11eb-8a4d-2ecb0bf42a45.png)

``` └─┬ vite-plugin-vue-inspector 5.2.0 └── ✕ unmet peer vite@"^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0": found 6.3.5 ```

I see that for some people the first parameter of the `execute` method, `delay` param, is unexpected. So I have added an example to make it more visible that `exacuteNow`...