Kevin Moore
Kevin Moore
You could use the request/response objects and subclass them. You could layer on top of it instead of directly connecting via `dart:io`. Just ideas...maybe just get inspiration...
I'd love to align here, too. I pondered for a while creating a "mono repo" for https://github.com/firebase/firebase-dart – to separate out the VM vs browser libraries. That could also let...
RE: Rect: there's already a Rect type defined in a core library that was causing naming conflicts. Most of my inspiration has come from the Closure library. Here's the github...
Ooo. Love the toxic libs. A great place to start. PRect being const: For these smaller types, I love the idea that they are immutable. Having a const ctor means...
> But you cant change scale, translate the rect after creating, or miss I something here? Correct. Operations that scale/traslate the rect should return new Rects.
I'm super slammed w/ I/O. Sorry. On Wed, Apr 17, 2019 at 5:35 AM Alexey Knyazev wrote: > @kevmoo > Have you had a chance to look into this? >...
Duplicate of https://github.com/bp74/StageXL/issues/316
I'd **love** to have this be auto-magic, @nilsdoehring – I've implemented it before. No clue how easy here. I just don't like tabs burning CPU when nothing is moving. Makes...
> @kevmoo, would you be able to provide any pointers, preferably in ActionScript? (because easiest to port) @nilsdoehring sadly, no. Not sure if there is a way to do it...
We're working on that, too. 😄