Michiel Vermeersch

Results 7 comments of Michiel Vermeersch

If you're using kotlin you have to put `@JvmSuppressWildcards` before `Provider` in the constructor: ```kotlin class ViewModelProviderFactory @Inject constructor( private val creators: Map ) : ViewModelProvider.Factory { ```

Use the following: ``` searchView.queryTextChangeEvents() .subscribe { event: SearchViewQueryTextEvent -> if (event.isSubmitted) { } } ```

I see the file name has changed, but the issue persists. The file name probably wasn't the issue. ``` php .\pie.phar install mongodb/mongodb-extension -vvv Box Requirements Checker ======================== > Using...

Found the issue, [this line](https://github.com/php/pie/blob/6d83fec3c1af1ddd44557acacf81dfcb310fb72a/src/Downloading/GithubPackageReleaseAssets.php#L80) makes a request to the incorrect URL: `https://api.github.com/repos/mongodb/mongodb-extension/releases/tags/1.20.0`. It even has a `@todo` comment above it 😛

Never mind, this is something PHPStan already warns us about (fatal error).

I'm guessing the DB2 skip is necessary? https://github.com/doctrine/dbal/actions/runs/17487261825/job/49669823130