Kimmy

Results 37 comments of Kimmy

hi @min-hieu-netropy ! internally, our coordinates are **right-handed, Y-up**, as in OpenGL. `+X` points to the right, `+Y` points up (away from gravity / along the ground normal), and `-Z`...

A different more complex way is to instead make all behavior configurable downstream. Some general interface like (just spitballing): ```ts enum ModifierKey { CTRL, SHIFT, META, ALT } enum Action...

I'm considering adding support for panning/zooming via gesture events on MacOS. Since that could affect this issue, could you clarify your preferred annotation setup @fspoettel ? Which platforms are you...

Nevermind - this is fixed at HEAD. I resolved this in my project temporarily by cloning this repository and running `nimble install` from the root folder. Once #42 is fixed,...

The following hacky patch fixes the build for me. I wonder if we could make link-time optimization a configuration setting? ```diff diff --git a/rust/automerge-c/CMakeLists.txt b/rust/automerge-c/CMakeLists.txt index d530a311a..0e6c43d60 100644 --- a/rust/automerge-c/CMakeLists.txt...

thanks! i'll do some testing and send a PR. @heckj thanks for mentioning the swift bindings! I'm really intending to write some bindings for Nim, a less popular programming language...

Same. Could be blocked by https://github.com/aimhubio/aimrocks/issues/37 ?