David Han

Results 13 issues of David Han

Found a quirk. Circles at `angle=0` points to the right (expected). but Rectangles with `angle=0` points to the left. # Repro steps: ``` angle = 3 * Math.PI / 4...

wontfix

Hello, I am using this library with svelte and snowpack. `snowpack build` runs fine but If i `snowpack dev`, the following line will throw an error: ``` import Peer from...

# What Assume you have an [NPM workspace](https://docs.npmjs.com/cli/v8/using-npm/workspaces) setup properly like so: ``` Project Root - Library A - A.svelte - Library B - B.svelte ``` And in `A.svelte`, I...

I'd like to formulate a shell command that opens the `wscat` interact shell and also runs a given command right after it connects. Currently, if I send a payload with...

Currently, if I have a circle, there is no way to change the origin of the point to a given point. There is `translate(Point)` and `shift(x,y)`, but translate just invokes...

# Setup - JDK: 1.8 (Amazon Coretto 1.8) - **(M1 Max)** Mackbook Pro 16 2021. - MacOs Monterey 12.0.1 # Issue: ``` UNSUPPORTED (log once): POSSIBLE ISSUE: unit 1 GLD_TEXTURE_INDEX_2D...

bug
check

Currently, `onCollision` and `onCollisionExit` only return the view object in the callback. I wish that it would also return the collision information, such as where the collision point was (on...

enhancement

Socket IO V4 is here: https://socket.io/blog/socket-io-4-release/ Any plans to upgrade the dependency? Thanks!

The `bounds` param breaks short in use cases where the dragged element is bigger than the parent. For example, imagine a pannable graph of `1000 x 1000` pixels shown in...

# About Korge's image and shape rendering output is outstanding, and so is the API interface for graphics. However, I find myself always setting `smoothing = false` on all my...

feature request