ecakir

Results 5 issues of ecakir

I'm trying to toggle between un/follow mouse modes, calling this doesn't unbind `_space.bindMouse(false).bindTouch(false);` event listeners.

I couldn't find any commands for focusing a frame by its frame index. It seems this has been discussed before in #1164 but "fixed" by solving authors specific problem. I...

Not sure if this is the expected behavior, but following this guide https://perspective.finos.org/docs/server/#clientserver-replicated the replica table on client, which is derived by a view that backed by the backend table...

bug
needs-repro

So agent and server is running locally, not inside the docker I've updated `client_docker/Dockerfile` to this ``` FROM prefecthq/prefect:2-python3.11 RUN mkdir -p /usr/app COPY ./app/ /usr/app WORKDIR /usr/app ``` Then...

This just keeps looping and after handle doesn't trigger after I cancel the request. ``` app.get( '/:chain/:market/orders', async ({ isHX, optimizer, token0, token1, params: { chain, market } }) =>...