Dimitri Pomier

Results 6 comments of Dimitri Pomier

@MSGhero could you have a look at this PR? This change makes the behaviour of text fields closer to what we have in flash.

I think we need something like this. We could later add some sort of priority level or whatnot. I wonder if assigning components in `onEntityUnmatched` should affect the entity, because...

I think the difficulty with postponing component assignments is we want this code to work as one would expect: ```haxe entities.onMatchedEntity(function(entity:{ b:Int }) { entity.b *= 2; }); entities.onMatchedEntity(function(entity:{ a:Int,...

I didn't try tink_await myself but I don't see a reason why it should not work alongside this lib. If you encounter any issue feel free to open a ticket...

@boorik ping :)

> The only exception where a shallow clone cannot be performed is when setting a library to a specific commit with a short commit id It should be possible to...