Eirik Hoem

Results 10 comments of Eirik Hoem

The props are passed to the onClick. I solved this w mobx by having MyCustomContextMenu fetch items from observable state.

Please see https://github.com/cerebral/overmind/issues/456

@mattiasjosefsson Move config into a separate file :-)

@mattiasjosefsson something like this: `overmind/config.ts` ```js import { merge, namespaced } from "overmind/config" import { state } from "./state" import * as actions from "./actions" import * as effects from...

@softmastx Did you figure this out?

Are you getting your image data from camera? If so, try adding setTimeout 500 before passing it on to aviary. Not ideal, but it seems to work for me.

Chiming in here after Zed came back on my radar. A global search in our codebase takes 30+sec, and the client is pretty much unresponsive while searching. I have a...

The ability to cancel a drag with ESC makes sense. [eventAllow](https://fullcalendar.io/docs/eventAllow) seems to be checked on enter, but not before drop. Doing an extra check there could be sufficient.