Chris Adams

Results 315 comments of Chris Adams

@magicgoose If JPEGMini gets significantly better results I'm sure a lot of people would like to see an OSS solution become more competitive

Looks like this was fixed in 0.6 – there's still no overt indication of decode failures on the list but the the video parsing completes now and the decoding failure...

Great, thanks – even a simple status badge would be handy for our content team triaging incoming deliveries from partners

I couldn't find any documentation on this in either repository but if you're using https://github.com/hashicorp/terraform-ls you can update `terraform.languageServer.args` to add the `--tf-exec` argument after the `serve` command: ![Screen Shot...

Might be worth leaving the issue open until there's documentation since this is currently opaque

Yes, I realize that it requires validation at different stages. The main problem here is that it'll prevent any use of the service but the service doesn't exit — if...

> `brew install automake` this solved the issue for me. Got the idea from here: [buffer/pylibemu#24](https://github.com/buffer/pylibemu/issues/24) This worked for me as well: the version installed by default from XCode was...

I left a couple of minor stylistic points above. A larger question: the basic part is whether we should use `statistics.median` on Python 3 (there appears to be a backport...

Thanks! I appreciate the backwards compatibility risk so am not expecting instant changes but I figure at this point it seems to be breaking brand new code on a regular...

@zhan9san In limited testing, this seems to be working — I ran `curl -fs https://patch-diff.githubusercontent.com/raw/boto/botocore/pull/2541.diff | patch --strip=1` against the the site-packages directory in my venv and was able to...