endolith

Results 135 issues of endolith

2 accounts synced successfully, but the other keeps failing with the error ``` === Exception traceback === Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gmv/gmv_cmd.py", line 746, in run self._sync(args, credential)...

bugs
fixed
v1.9.2

fixed a typo and then some code formatting too

Is there any reason why the diagrams are not symmetrical? This example for instance https://camo.githubusercontent.com/8b516c514b62b557713d42afb02d4b7aa3e8a8ed/68747470733a2f2f692e696d6775722e636f6d2f7633517041436c2e706e67 the red and blue nodes are not lined up with each other, even though there...

My previous understanding was that "dBFS" is ambiguous and a full-scale sine wave can be either 0 dBFS or -3 dBFS depending on convention, and I've been using the -3...

I've got common.py with `load()` and `analyze_channels()`, but then wave_analyzer.analyze() does the same thing. I want everything wrapped in `try:` so it can run without any command line window and...

Many of these functions calculate the FFT internally. It would be faster to calculate it once and "attach" it to the signal object in a way it could be used...

Same guts as THDN function, except the numerator is the maximum possible signal, not the amplitude of the fundamental. Research definitions of SNR and DNR and put the definition you...