Simon Meier

Results 22 issues of Simon Meier

Here's the pull request for blaze-html, which matches the one for blaze-markup. PS: Note that I will be travelling for the rest of the year starting next week. So further...

This issue cannot be resolved immediately, as it depends upon the release of bytestring-0.10.0.0, which contains the new bytestring builder. It serves as a reminder that we can improve performance...

One of the core goals of blaze-html is to guide the user towards writing well-formed, well-escaped Html documents. Therefore, I suggest that we improve the documentation as follows: 1. Use...

...otherwise we annoy hard-core terminal users ;-)

bug

We currently hard-code the server to use `FromJSON/ToJSON` to serialize the state. We want to make this a user-choice. This allows us to easily let the user select a pretty-printing...

enhancement

The code currently lies in `feat-serializable-html`.

Expose all event types that ReactJS uses. The main difficulty is to decide what data to expose to the callback. I suggest to be conservative in the first version such...

Currently, we create event handler callbacks using the `AlwaysRetain` flag, which is a memory leak. Ideally, we'd change ReactJS such that it exposes the list of live callbacks to us....

bug

Style attributes must be communicated to ReactJS using a property map. We currently handle that using a `Data.Map.Map` attribute. However, we could do better. The idea is to expose a...

enhancement