Brendan Jackman

Results 37 comments of Brendan Jackman

I am also losing data to a similar issue to this one. I've been able to recover the data from my Git history. I noticed that in the cases I've...

Oh it happened again right away, for the same file. After noticing in the app that the content of the note "A Timeline of Everything" had been deleted I went...

I wrote a little script to find cases where this bug may have happened - dumping it here in case anyone else is affected :) ```python #/usr/bin/env python3 import sys...

I noticed that the new `mkdtemp` is behind the `feature` feature. Is that indended? That feature already existed so seems like it may have been deliberate, but I also can't...

> For example, would people want to be able to annotate individual tests about retrying? The way you say "retry" and "annotate" makes me think there are two separate usecases...

Oh `-_-` Well, I'll leave this open in case the simple `s/-watchdog/-device` is not good enough (see my 3rd point in the summary)

I just learned about https://github.com/arighi/virtme-ng, haven't tried it but maybe a viable alternative.

Ah, possibly a duplicate of https://github.com/GitJournal/GitJournal/issues/579?

The shutil and `trace_cgroup_tasks` look good to me. I don't understand why `create_existing_cgroups` is added? I might be being slow here... Also could you add a docstring explaining what `trace_existing_cgroups`...

`AndroidTarget` has a property for this: https://github.com/ARM-software/devlib/blob/master/devlib/target.py#L1092 As far as it's been tested, it currently only works on Google Pixel. However if another device has a different method for disabling...