David Pohan

Results 6 issues of David Pohan

**Describe the bug** I tried to parallelize some processing using worker threads, but the application just crashes. **To Reproduce** Implement the example in NodeJS documentation https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads **Expected behavior** Worker threads...

1. The `git rev-parse` command was failing because of unspecified remote ``` /usr/bin/git rev-parse --verify codebase-diagram fatal: Needed a single revision Branch codebase-diagram does not yet exist, creating codebase-diagram. ```...

Implements 3-axis gizmo translation of 3D curve points. As well as "contextual" displaying of handles. In an attempt to declutter the UI. Inspired mainly by Blender and Affinity Designer's curve...

enhancement
feature proposal
topic:editor
topic:3d

Happens when I enable `showsButtons` and then click on one of the arrows. ![image](https://cloud.githubusercontent.com/assets/2036806/13958891/1bf65186-f052-11e5-9360-f21983e59260.png) Edit: Oh, I just duplicated #5, feel free to close this issue!

The `getPosition` function inside `input.js` checks strictly for `undefined`. Hence assigning `null` during the value sanitization is invalid. Also, the JSDoc for `offset` states that the values should be of...