Max Kellermann
Max Kellermann
I was wondering the same. I thought if anything, then the result would be bogus and unusable. What counts is the altitude difference between now and when you entered the...
> Just one vario: A fast vario (short time constant) may show huge losses while a slow vario doesn't show any losses at all. So what is this saying about...
I don't like the first commit. The commit message doesn't explain why this change is necessary. And it adds a huge tail of dependencies to what was previously a very...
Your "local_hashes" code doesn't verify if the file was modified by the user. It will be wrong all the time, causing lots of sorrow.
`FileRepository` just maintains the list of files available in a remote repository. It *describes* the remote repository, but it *is not* the remote repository. We should keep that as a...
> What should happen if a user modified a file? I'm not sure, there are various ways to deal with this - what would you do, and is this what...
And what "if the user just happens to have a file with the same name" ... let's say he created `Germany.cup` which just happens to be the same name as...
Fails to build: ``` ./src/Util/HexString.hpp:75:1: error: implicit instantiation of undefined template 'std::__1::basic_string' ```
One more idea... after all these years, it may be about time to manage "managed files" in a separate XCSoarData subdirectory, to avoid clashing with manually managed files. And have...
I thought the LK8000 code isn't good, so I implemented my own version of the feature, after refactoring the hell out of class UsbSerialHelper. It's now much more robust than...