Edo Scalafiotti

Results 2 issues of Edo Scalafiotti

Strict compiler on Angular 12+ errors. When using the angular-render plugin in Angular 12+ (default, strict compiler) and using a custom Component, the `[rete-control]` on the input expects a `Control`,...

When I build the game using the `-race` flag: ```bash go build -race main.go ``` and run it on a different goroutine (I'm using a server to add entities to...