Pedro Carvalho
Pedro Carvalho
> I'd suggest than an ECS is somewhat outside of the mandate of Scenic--this is a 2D rendering library, without a lot of frills. Any utility it has for something...
I don't know if it's too late, but perhaps using a Entity Component System approach would be a good idea. Instead of Button being a Component, Button Should be a...
@MCCshreyas I'm not following all the discussion but Cash policy could not be made like: ``` csharp AddInvalidationPolicyFor( x => list.id); ``` And the cash key be set like ```...
@slashdotdash I would prefer not using a apply but a create function, since the aggregate does not exists if it is not created. It does makes more sense to say...
What about adding some stuff into the docs like: Returning a stream is just as easy as: ``` "./test/test.data" |> File.stream!() |> Stream.map(fn line -> Lexer.init(line) end) ``` And returning...
@yordis I've did the same as you but i've buld a wrapper over the dispatcher that let's me test if the command was dispatched with the correct struct. Something like:...