TianYi Wen

Results 17 issues of TianYi Wen

**Describe your question** I want implement somethine like this [enso](https://enso.org/). using DOM may be another plan, but I'd like have a try using two.js or something like this.

question

I'm using the react package, and I want to make user can pan the div while holding the Space key and drag the div element. but the infinite-viewer just scrolls....

I found it cannot generate doc because of lacking template. Why not commit the doc folder?

Follow all steps list on the readme, using `./build.sh` to generate. then in the project root, run `nw build`. the window is shown on the screen, but got an error...

How to set logger instance to output logs like `bunyan` cli? Is there an API to change the output format, just like `level('info')` to change output format?

If I want to create a simple 2d physics engine which supports polygon, is there some more detailed tutorial?

In the rebuild mode, this plugin will always build the same cache tar file and upload it to s3. Why not add a `cache_key` option to make it possible to...

Is it possible to parse tsx/jsx code to reka AST and transform the AST to code?

Tailwind resets all the styles in the pages which my content script inject into. I just use the official react-typescript template, and I only change the `content_scripts.matches` to `[""]` in...

### What is the feature you are proposing? ``` { model.username = e.target.value; // Property 'value' does not exist on type 'EventTarget'.ts(2339) }} /> ```

enhancement