Joel Burget
Joel Burget
@emilypi on slack: > Used boolean instead of bool as a type for a table, and this got spit back out: > `coin.pact:16:12: error: Expected: bool,Expected: decimal,Expected: guard,Expected: integer,Expected: keyset,Expected:...
We can't currently analyze formatting decimals due to the representation we use: ```haskell -- We model decimals as integers. The value of a decimal is the value of the --...
`cell-delta` and `column-delta` infer the type of their column based on the available schemas. This works fine in the case where they're passed a concrete column (`(column-delta table 'balance)`), but...
What types of events are there? Currently mouse, keyboard, change, focus. What properties do they all hold? How do properties map from js to haskell?
It's currently impossible to render a class from a `ReactT`. This should be possible with `locally` or something. In the best of all worlds you could do something like: ```...
I want to use JS-defined react classes. Once imported they should behave exactly the same as react-haskell classes. Also see issue #8 for more on classes.
What's our routing story? What does [react-router](https://github.com/rackt/react-router) do? What makes sense in Haskell vs JS?