Paweł Panasewicz

Results 3 issues of Paweł Panasewicz

In below code I am trying to construct `Target` object. `Target` class has 3 constructors but only one is preffered (the one annotated). This results in compilation error because `wire[Target]`...

In tests assertions are made using `node.innerText`. Stronger assertions would be when comparing results on `outerHTML` level. Consider below example: ``` scala val c = Var("") val d = Var("")...

enhancement

Priwiet :) I discovered supprising feature. Bindings: `bindRxElement[T

enhancement