Marc J. Schmidt

Results 444 comments of 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: ![2020-02-12 17 34 01](https://user-images.githubusercontent.com/450980/74356026-f868d900-4dbd-11ea-8b54-87045078a9b3.gif) 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.