Tony Bradley

Results 5 issues of Tony Bradley

If there's an empty paragraph with no spaces and no zero width spaces, this will fail to be parsed by `htmlToElementArray`. It will instead hit the `"Invalid node type for...

From the demo in the docs, it appears that labels for text fields don't correctly identify the text input they correspond to. Normally there will be `label for="text-field-id"` and then...

bug

If a vdom node switches in place with another node, `map` does not work as expected I've managed to replicate this in a small example. ``` open Tea.App open Tea.Html...

I ran into another issue where the last "setter" from fold5 didn't appear to be having an effect. It appears that an `applyIf` line is missing.

Currently `foldl5` has the same signature as `foldl4` and doesn't take a 5th component spec. Currently my workaround for this is to just use the `indexedFoldl5` version. This will have...