Results 53 comments of eddyp

I see your point about the exponential growth of the commits. I will think about this. The reason I didn't seriously consider this case was that in practice I only...

The reason for me was to be able to later test the correctness of the manual merge. But with more conflicts I am unsure what should be retained. I have...

Here is the simplified example merge diagram I was talking about. ``` * - * - * - * - * - * - * - * - * -...

@mhagger : sorry for not replying earlier, I've been busy with other stuff. I'm unsure when I'll have the time to test this, but I'll send a reply with my...

@mhagger : I found a repo where I could try imerge and using the simplfy-to-manual branch version I got this weird result: ``` (much output before this) *...| *...| *...|...

How about a pre-commit hook that checks that for annotated tag commits the correct information is added? This with a helper script for tagging that automatically computes a timestamp based...

The helper script is not necessary, there is `git describe`.

@AnnyCaroline I think the issue which you're seeing is because the Serial is actually itself generating interrupts, so the sleep cycles are stopped prematurely. I saw this @rocketscream library doesn't...

In my application i used @LowPowerLab's fork and because I have some buttons that can wake up the system, for debouncing them and to have a responsive system, I am...

Haha, the backtrace is interpreted as a list of issues by github. I think this will be an issue with all future reports of the kind I made. Maybe a...