Murat Knecht
Murat Knecht
Calculate.luminance() calculates a differing luminance than Filter.threshold(), rendering either one of them unusable if used in combination. https://github.com/meltingice/CamanJS/blob/master/src/core/calculate.coffee#L27 https://github.com/meltingice/CamanJS-Plugins/blob/master/src/threshold.coffee#L3 Please use the former in the latter. Cost me quite a...
For a while we've had sporadic inbound calls that stay in the “RINGING“ state. Even after days they are not cleared. I don't have a reliable way to reproduce this,...
Would like to contribute a [pep8radius](https://github.com/hayd/pep8radius) checker. It's just so much more pragmatic to not have to fix the entire 1000 flake8 errors in that legacy file — but still...
I created a wrapper API so you can do the 80% cases in one line: ``` java new JTar().unpackTar("path/to/my.tar", "/tmp/tartest/") new JTar().unpackTarGz(new File(sourceDir, "my.tar.gz), targetDir) ``` Would you consider merging...