Giacomo Zinetti

Results 2 issues of Giacomo Zinetti

the method `toElement` [here](https://github.com/metal/metal.js/blob/master/packages/metal-dom/src/domNamed.js#L760) does not handle in a correct way selectors as `#id>.class` that are written without spaces. the problem is in the `if` on lines [768-771](https://github.com/metal/metal.js/blob/master/packages/metal-dom/src/domNamed.js#L768-L771). we need...

bug

Hi everyone, I am trying to create a web app to compare decks, find conflicting cards, and so on. I am using your API an I want to ask you...