Francesco Bigiarini

Results 6 comments of Francesco Bigiarini

I'm using version [1.4.0](https://www.npmjs.com/package/ng2-file-upload/v/1.4.0) with angular `10.0.5` and I have no problem at all.

@WisdomFusion I have run a `ng build --prod` right now and I got no warnings.

I think that it would be a nice addition having a `cv::activateWindow(const String &winname)` on the highgui module that call `SetForegroundWindow` on win32, `activateIgnoringOtherApps` on macOS, etc. I can send...

> @zaerl We just need to test to ensure that this is fixed in a release. The PHP 8 error is fixed [here](https://github.com/WordPress/blogger-importer/pull/2), once released. In PHP 8 LSP violations...

Fixed in https://github.com/WordPress/blogger-importer/pull/2.

It's very simple: ```php use JMS\Serializer\SerializationContext; /** * @FOSRest\QueryParam(name="group") */ public function getArticlesAction(ParamFetcherInterface $paramFetcher) { $groupName = $paramFetcher->get('group'); $context = new SerializationContext(); $context->setGroups([$groupName]); // you can specify more than one...