Vadim Markovtsev
Vadim Markovtsev
@bzz This can be the reason 2.4 TB != 3.0 TB
This happens to me, too. ``` /become: get: operationId: become_user parameters: - description: Numeric identifier of the user to turn into. explode: false in: query name: id required: false schema:...
Yes, `--start-date` is not implemented in the Python code for `-m devs`. Feel free to PR the fix everybody who sees this!
Sampling and burndown are not bound together and can be arbitrary. According to the stack trace, there is an invalid commit "from the future". Actually, `groupSparseHistory` is trivial compared to...
Yep, crashes for me too. Any combination with granularity > sampling crashes. Can it be a feature, not a bug :thinking:
Thanks for digging this @Code0x58! Yes, merging several signatures with `|` is the intended way of how `--people-dict` works. Deduplicating the file is something that can be done beforehand with...
This is some legacy side effect, thank you for thorough testing. I think the best way to fix this is to remove `PeopleNumber` and make `reversedPeopleDict` public. Then all the...
Hi @marverix Do you mean the filter does not work or the binary crashes or the result is empty? If the former, is it equivalent to not specifying the filter?
Thanks! I'll fix this. The project has gone a bit unmaintained recently, but I am planning to resurrect the development :+1:
This requires: - Extracting the incremental blame into an intermediate pipeline item - Using that item for Burndown and this analysis.