James Tunnicliffe

Results 6 comments of James Tunnicliffe

Shouldn't the systemd unit have the target `WantedBy=xdg-desktop-autostart.target` for the desktop launcher? I also see a CPU getting eaten by the launcher sometimes and I have he appindicator extension enabled,...

I have experienced the same issue. The only way around it was to modify the stats reader to ignore the bad samples and continue.

It definitely is happening every time for this project. I get a lot of invalid samples, so I suppose this is something I just have to live with? ``` ⌛...

Of course, I say that and then I tried the latest github release instead of the latest snap and the conversion worked. I still have a lot of invalid samples...

Yes, it seems like invalid samples are the problem. Re-running multiple times gives me a selection of bytes that can't be decoded as UTF-8 arriving at different positions in the...

FWIW, this does the right thing, I think! ```python # austin/stats.py line 428 def __iter__(self) -> Iterator: """Iterator over the samples in the Austin file.""" def _() -> Generator[str, None,...