Nick Hallahan
Nick Hallahan
No, we do not have polygon support. I'm sure it's possible, however.
This would be tricky to make performant. You'd need to pre-render the polygon before the tick happens, probably on some other thread. Recreating a polygon upon each tick would be...
I'm assuming bigint will perform significantly better since it's a native type. If we aren't going to merge this, would it make sense to fork this repo and have an...
Why not just merge this and release a full version bump? That's what versions are for. Software that wants to keep using Long can stick with an older version. Putting...
This is cool to see. What is the status? Almost done?
It's pretty useful, gotta say. I still use this all the time.
So, basically, you want to do `npm install` in the `client` directory, as well as the plugin directories that are failing. Your specific error to this issue is solved when...
Also, if you are trying to run this on windows, you will have to do some extra work. I was unable to make the ws library work on a windows...
The 'ws' module is short for web socket. This shouldn't have anything to do with factory as far as I know. Just so you know, the the coffeescript is precompiled...