Doug Ilijev

Results 12 issues of Doug Ilijev

Consult the list of ES6 features seen here to see what still needs implementing. http://kangax.github.io/compat-table/es6/

It is possible to add additional tags for up-for-grabs issues, to make a distinction between things we are just accepting help for, versus things we think would be good first...

discussion

Add ability to pass `-w` (`--ignore-whitespace`) to `diff`. Or really, the ability to pass any of `git diff`'s args through to `diff`, and `blame` the result.

This change is a proof of concept that builds the fix roughly as described in #512 and works to disable and enable clangd language server on command with clangd.shutdown and...

``` Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: file:/E:/dbg/netci/r14/release-1.4/combinednetci.groovy: 478: Apparent variable 'GenerationSettings' was found in a static scope but doesn't refer to a local variable, static field or class. Possible causes:...

This is something I had on the backburner since --unanimous was added. --unanimous was printing output when it shouldn't when "show input" was passed and engines were unanimous. This also...

Verified that the latest eshost is installed (3.8.0 at time of writing) and the jsvu binary is up-to-date (latest): ``` > eshost -ie "42" ## Source print(42) #### jsvu-d8 SyntaxError:...