Sophie McCarrell

Results 6 comments of Sophie McCarrell

Has anyone taken to writing a proposal for this add-on? I'm doing game dev and this would greatly clean up my code. I could write collision detection as such: `collidesHow(entityA,...

This might be going too far, but what about another extension using the array syntax: ``` collidesHow(entityA, entityB) ?> [storeCollision, onCollision] ``` which would be equivilent to: ``` const how...

What about secondListItem? Thanks, I'm excited to get your response, but I'm also confused by it =P

I didn't notice this post when i posted my issue. I just made a rect and circle component out of Graphics. It could use more features, but it should show...

For anyone who wants to take every improvement to DX they can, it's enough of a reason to simply improve the conciseness of the code: `setTrackSwitchHandle(*() => yield trainSpeedAtJunction() <...

Ah, so currently the happy path of create-react-app doesn't even work... bummer