Alessandro Lai

Results 270 comments of Alessandro Lai

This seems the reason: https://github.com/maglnet/ComposerRequireChecker/pull/105#issue-417504005 > The [wikimedia/ip-set](https://github.com/wikimedia/IPSet) package is set to [not export composer.json](https://github.com/wikimedia/IPSet/blob/1913cc022f43a3cd03c17b386299aa488faf1e21/.gitattributes#L7). > > This causes the [tool](https://github.com/maglnet/ComposerRequireChecker/blob/e0226b8c078c876dcc32648f277df13f9a29199d/src/ComposerRequireChecker/FileLocator/LocateComposerPackageDirectDependenciesSourceFiles.php#L25-L27) to ignore the package when it's installed by dist...

> Yeh, but a reminder for @Jean85 that `composer.lock` and `composer.json` being in sync is not this tool's responsibility anyway :D Absolutely! But I would expect `composer.lock` and `installed.json` to...

I'm affected by this same bug too, with OSMC/Kodi 18.6 on Raspberry 3. I cannot discover Kodi as an UPnP client in any way; the logs say: ``` NOTICE: starting...

Is it possible that this is the root of the issue? https://github.com/xbmc/xbmc/issues/14743#issuecomment-452435806 This other user says that on Fire Stick 2, the UPnP is announced in on the first interface...

Downgrading to Kodi 17.6 didn't work. I did a clean install with OSMC and got this logs when trying to discover UPnP clients from my laptop using Chrome: ``` 10:40:05.167...

#224 reported that deprecations should NOT be displayed by default (aligning with PHPUnit 10 behavior), since they spam the output a lot making the final results unreadable.

It seems that JUnit logs can be uploaded with glob patterns to GitLab! :tada: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit This would simplify a lot the feature, because I could accept a directory name as...

Seemed interesting, thank you. I'm not sure I'll be implementing the merge of the XML files though, at least at first. That's because for my use case (GitLab) multiple files...

PHPUnit 10.1 introduced also: * `--stop-on-deprecation` * `--stop-on-notice`