Joel Burget

Results 40 issues of 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:...

error messages

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 --...

FV

`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...

FV

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?

enhancement
question

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: ```...

enhancement
question

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.

enhancement

how do they work?

enhancement

support it

enhancement

Add keyframe animations, animation groups, delays, canceling.

enhancement

What's our routing story? What does [react-router](https://github.com/rackt/react-router) do? What makes sense in Haskell vs JS?

enhancement
question