Krzysztof NizioΕ‚

Results 38 comments of Krzysztof NizioΕ‚

### TL;DR Same problem here ### More Custom [PHPUnit hook](https://phpunit.readthedocs.io/en/9.5/extending-phpunit.html#extending-the-testrunner) raises an issue with a lot of escaped mutants created by [Infection](https://infection.github.io). Before implementation of the hook (and without call...

According to Mantis , looks like problem with the "Active" checkbox. If the checkbox will stay unchecked, the problem will be solved?

@jwage This problem occurs when you're using `liip/functional-test-bundle` repo and: 1. You are loading DataFixtures using `Liip\FunctionalTestBundle\Test\WebTestCase::loadFixtures()` method 2. Some of the references to the fixtures are `null`, because they...

> I would still like to see this Me too

> will dot it next week @jsamouh Did you switch week in your calendar? πŸ˜‰

> There has not been a lot of activity here for a while. Would you still like to see this feature? Yes, sir πŸ™‚

No errors found. PHPStan said `[OK] No errors`. Details below: ```shell $ ./vendor/bin/phpstan --memory-limit=-1 -vvv Note: Using configuration file phpstan.neon.dist. 44/44 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“] 100% < 1 sec/< 1 sec 40.0 MiB...

I’m experiencing the same issue `Using UNSAFE_componentWillMount in strict mode is not recommended` with `[email protected]` and `[email protected]` at this moment. Seems like `react-helmet-async` solves the problem. @afk-mario Thank you

@partizanos Add `react-helmet-async` as dependency in your project: `yarn add react-helmet-async`. Next, use it in your component: ```TypeScript import { Helmet } from 'react-helmet-async’ // … return ( {appTitle} {children}...

> @partizanos Add `react-helmet-async` as dependency in your project: `yarn add react-helmet-async` > (…) > I tried this but I am getting below error > > ```js > Dispatcher.js:53 Uncaught...