Jamison Bryant
Jamison Bryant
@adbario Not sure what changed between 2.2 and 2.4, but the issue remains. We either need the return type changed to `mixed` or the same annotation added to jsonSerialize as...
You're welcome, glad to be of service! Thank you for responding so quickly.
Is there any workaround for projects that cannot upgrade to Angular 12 and cannot remove `ViewContainerRef` from their constructors? I'm working as part of a team and do not have...
This is still a problem as of 10/2022. I had to use a very different setup than what's described in the docs in order to get my debugger working on...
Point of clarification, but is `Datasources.replica-1.primary` supposed to be `'default'`? Or is the replica somehow supposed to be its own primary?
Update: I'm now using the 3.x version of the plugin and this feature would still be a wonderful thing to have for my workflow, on several projects. It could be...
There is no direct action that can be taken for the core right now, to my knowledge. I will move some of the above thoughts to a wiki page so...
Apologies for commenting on a 2-year-old ticket, but the ability to dynamically inject a GMaps API key is something our app also needs. Each tenant in our app has their...
I'm not really sure why, but running `annotate all` on my current codebase only adds the annotation to three Command tests: ``` /** * MyServiceProviderCommand Test * * @covers \App\Command\Bake\MyServiceProviderCommand
So since this plugin is the “IDE Helper” then it’s only responsibility should be the @uses tags and not the @covers? I’m pretty sure that’s the current behavior, which is...