Pieter Rautenbach

Results 50 comments of Pieter Rautenbach

Just confirming that I have the same issue. I'll close my duplicate issue (more details from my side there): https://github.com/home-assistant/iOS/issues/2166.

I guess the problem has more to do with an ambiguity within CSVs, rather than a SerDe. For JSON SerDes this won't exist, as there is a clear distinction. Assuming...

Some more information: I only get this issue in my development environment, which is on OS X. On our build server, which runs on Ubuntu, I get the expected full...

Indeed, the missing indicator for the else path is strange. What is even stranger is that both branches are actually exercised. Here is the test code: ``` JavaScript /* global...

Here's the relevant HTML: ``` html Code coverage report for ./public/javascripts/services.js body, html { margin:0; padding: 0; } body { font-family: Helvetica Neue, Helvetica,Arial; font-size: 10pt; } div.header, div.footer {...

If it helps in any way, I've noticed that the situation inverts (i.e. the else is then covered, but not the if, and it is correctly indicated) when I comment...

I'm having the same issue, but I'm not sure whether I'm doing something wrong. The device is connected and open and I can read data fine. I've tried to open...