Matthew Gamble

Results 65 comments of Matthew Gamble

It'd be great if this could get merged.

Is there any intention of supporting this functionality?

I'd very much like the ability to force scrobbling for specific youtube videos. I run into the scenario that OP wrote up all the time, where a music video has...

PHPStan also has the issue of it being unclear how plugins should be installed when it is installed using Phive.

`@types/vue-scrollto` is a stub package, which claims that `vue-scrollto` provides type definitions itself.

I had to add `vue-scrollto` to the `types` configuration in my `tsconfig.json` file for Typescript to pick it up. That isn't normal for a package that provides its own type...

`noninjectable` is exactly what I was looking for. Thank you so much! Using `auto_bind` wasn't practical in the project I'm working in. I don't recall exactly why now, but I...

@WinstonN Your change won't work properly anyway, as `strpos` can return a valid value that is considered falsey (which you aren't testing for). See the docs: https://secure.php.net/manual/en/function.strpos.php#refsect1-function.strpos-returnvalues

Before #172 was accepted and merged, it was not possible to define your own custom grid types unless your module's configuration was loaded before that of the EAG extension. Once...

It looks like you're overriding the wrong method. Instead of overriding `isAppliableToGrid`, you should be overriding `_getSupportedBlockTypes`. In this method, you should return an array containing 'slider/adminhtml_slideritem_grid'.