Giulio Cesare Solaroli
Giulio Cesare Solaroli
Lately I am using `modd` for more and more projects; anything that does not have a `pom.xml` file, ends up having a `modd.conf` one. One feature that I am missing...
The sample code used `div_` (used for managing signals) instead of `div’` (used to avoid specifying properties).
Fixed a minor typo in a comment not matching the actual code statement listed
Following the book running the examples with Purescript 0.12 I had an issue with code snippets on sections 5.7 (Record Patterns and Row Polymorphism). When declaring the function 'showPerson' following...