Marc J. Schmidt
Marc J. Schmidt
@linux-china I think your fork is pretty interesting. care to release it as a new jetbrains plugin?
Ok, got it. Have to define the `requirements` in the `@Rest\Get` annotation. Unfortunately, that annotation does not support `descriptions` or something like that.
Unfortunately, that issue still persists for me, but now with a non-path parameter `withAcl`. My route: ``` php /** * @ApiDoc( * description="Returns a single object item" * ) *...
Temporarily fixed with ``` ... , $withAcl = null) ``` But shouldn't it be possible to set default values, or should those php default values are replaced with those in...
Yeah, we're working on it :)
yeah, it's stable but has no stable tag yet. I know some projects use it in production. Go use it, and provide feedback about its outcome.
Here is a implementation that actually works:  It has a toggle option from zoom-to-fit back to 100% and vice-versa, but you comment that out easily. ```typescript...
@ystreibel Yes, that's why it's normalized using `const originWidth = rectScene.width / xys.scale` and that current animation is stopped.
`autocenter: true` doesn't use any animations, so I don't know where your previous animation is coming from that isn't stopped via `panZoom.pause()`. Of you use css transitions, then you should...
Why is there `window.innerHeight` involved? That doesn't make sense.