keeshii
keeshii
I confirm the problem, and I've found similar error in the example of the skyhook/sortable. Disabling Ivy seems fixing the issue. https://github.com/cormacrelf/angular-skyhook/blob/4c4cb8d1392e1681be4093c95e1ebdd2d4455e23/packages/examples/src/app/sortable/simple/simple.component.html#L22 ```
It's a good idea. I have noticed that in the current version the touch gestures are not working over the game preview, not even scroll. It's definitely something that needs...
The other behavior that is annoying is auto-trim. If we set text " Abc " It is automatically transformed into "Abc". But not sure if it is a good idea...
Honestly, it will be difficult to write any AI in python. The game-state in PTCG is quite unusual. There can be a moment when it is stable (the player can...
Interesting idea. I definitely agree that the current way of writing cards is unintuitive, error-prone and difficult to test, and changes here are very much recommended. I don't want to...
I am aware eliminating generators might be difficult. But we can at least consider hiding them from the public API, so that when implementing cards, we won't use generators directly....
You are probably right and those generators are a lost cause. I was thinking more about call-chains, where the result of one callback is passed to another (like in promises)....