Arthur D.

Results 29 comments of Arthur D.

I did some testing of Fremantle vs Leste in that regard. Enabling/disabling touchscreen while tk is locked doesn't change power consumption much. In both cases it was about 30-70mA with...

What I did, I tried to use a logic to understand how countless lines of code work together. And how the "black box" which is Nokia N900 works. We can't...

I see ~35mA current. For me it seems to be pretty deep sleep. Considering that WiFi is powered on and I'm connected to the device via and I'm running monitoring...

> I can share how to do those later, but they require serial. Isn't it possible to write a script that dumps all needed information to a file (somewhere in...

Is it supposed that git blame will ignore that commit automatically? If yes, I'm fine. Not sure if `indent -linux` would be acceptable in our situation. Do you have a...

> No, git blame will not ignore it automatically. There is no way to do that. If we can't automate this, I'd rather say "no" to this proposal. It will...

I just checked git-blame man page and found the "-w" option. Isn't that what you want? ``` -w Ignore whitespace when comparing the parent’s version and the child’s to find...

I agree with your proposal. `git blame -w -M -C` is my new friend. Thanks for the direction!

Could you please make a demo repository with such commit(s), so we could see how your proposal works in practice?

The initial formatting of the function header was better. ``` static void pdf_mime_open_cb(ComappSystemData * cas) ``` is better that this: `static void pdf_mime_open_cb(ComappSystemData * cas)` It's because your choice makes...