Devin Curry

Results 9 comments of Devin Curry
trafficstars

After setting the script start time to 9:30AM and upgrading my python's ssl and asyncio modules, I got much less output, just a single error message and then the trader...

After upgrading to 0.49.1 I now get this output: ``` 09:30:07,INFO,=== Live Trade Start === 11:20:50,INFO,connected to: wss://paper-api.alpaca.markets/stream 11:20:50,INFO,connected to: wss://socket.polygon.io/stocks ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) 11:37:19,INFO,===...

Not quite, if you look at the last 2 arguments in the fillTriangle calls, x and y are also used for the last point of every triangle in the polygon....

No objections from me, sounds like a good change! I'm just not sure how extensively other people are relying on it in it's current form.

Or wait sorry, (x,y) doesn't have to be a center point. It could just as well be a corner of the polygon from which the rest of the verts fan...

Added as a task on the [Dragging card on Trello](https://trello.com/c/Ll2DsU3m/1-dragging). Although currently you can increase the overall selection radius of the Dragger by calling `Dragger.Instance.selectionRadius = 150;`

Added on [Dragging Trello card](https://trello.com/c/Ll2DsU3m/1-dragging)

I like the idea of giving each entity it's own render function. Doing the tire radius changes might be tricky though, I'll have to look at that one a bit...

Oh cool didn't realize there were issues here! I just added this as a task on the [Rendering card on Trello](https://trello.com/c/OpHhNTF1/2-rendering)