phileba

Results 6 comments of phileba

thank @angrygreenfrogs , we will have a look and release the fix in the next version.

Hi @cjpablo92, we plan to release a fix in version 1.4. But this issue has been fixed in the latest element beta.

Hi @peterwake , you just need to add the keyword `debugger` likes the following ![image](https://user-images.githubusercontent.com/44990652/95700910-5c57e000-0c72-11eb-9393-e6e373541695.png) Then it should work ![image](https://user-images.githubusercontent.com/44990652/95701333-84940e80-0c73-11eb-9b28-1593b79420eb.png)

Hi @evaneus, we'll release this soon but for now, you can work around by the following: https://www.npmjs.com/package/query-selector-shadow-dom, they have some examples at https://github.com/Georgegriff/query-selector-shadow-dom/blob/master/examples/puppeteer. Thanks

thank @nadavsen2 and @mrvdot, we will have a look at this.

I found the root cause is the data has duplicate field time with value `00:00:00` ``` { cpu: 47.65, time: "00:00:00" }, { cpu: 100, time: "00:00:00" }, ``` does...