Results 14 issues of Casey McGinty

### Description Seems like something changed recently in MacOS or prezto that is causing pip detection to print a long debug message to the terminal. ### Expected behavior No warning...

``` Caused by: groovy.lang.MissingMethodException: No signature of method: static com.google.javascript.jscomp.CommandLineRunner.getBuiltinExterns() is applicable for argument types: (com.google.javascript.jscomp.CompilerOptions) values: [CompilerOptions{aggressiveFusion=false, aliasableStrings=[], aliasAllStrings=false, aliasHandler=com.google.javascript.jscomp.CompilerOptions$NullAliasTransformationHandler@128dfd3c, aliasStringsBlacklist=, allowHotswapReplaceScript=false, ambiguateProperties=false, angularPass=false, anonymousFunctionNaming=OFF, appNameStr=, assumeClosuresOnlyCaptureReferences=false, assumeStrictThis=false, brokenClosureRequiresLevel=ERROR,...

It looks like the last release was in 2014. Can you cut a new release for the issues that have been fixed since then?

For AAC files and maybe other in the Android music player. When a file is tagged with a disc num field, it break tag parsing in the app. Should be...

feature request
verified

wget has a nice feature to create a hierarchical directory strcuture when downloading files. This makes it much nicer when trying to mirror a large number of paths. It would...

feature request

I was looking for a simple way to disable spell check on a single file. So I see there was a toggle feature added for workspaces in #64. I was...

enhancement

When I type `test {` in a Groovy file, I get ``` test { } ``` but I was expecting ``` test { } ```

It looks like there is some issue on my system that is causing very poor runtime performance after running `pyenv virtualenv-init`. Related to #132 I think the issue is with...

Extracting "Amped - Freestyle Snowboarding" ISO produces an error on MacOS. Running with `LC_ALL=C` produced the same result. ``` $ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL= ```

```text home/panther/EmulationStation/es-core/src/Renderer_draw_gl.cpp:90:69: error: call of overloaded ‘round(float&)’ is ambiguous drawRect((int)round(x), (int)round(y), (int)round(w), (int)round(h), color, blend_sfactor, blend_dfactor); ^ ```