Andrew

Results 882 issues of Andrew

Could we get support for MSVC targets as well?

When I infernu my JavaScript code, I often see warnings about variable names that infernu thinks are undefined, but are actually defined by the JavaScript engines I use. For example:...

As a newbie, I want infernu to automatically recurse on directories, so that I can easily run infernu on large codebases. As a mitigation, I can: ``` $ find ....

enhancement

The Snyk CLI reports vulnerabilities on the PyPI safety package. https://snyk.io/ ```console $ cat requirements.txt safety $ snyk test Testing /Users/andrew... Tested 13 dependencies for known issues, found 1 issue,...

I ran [JSHint](http://jshint.com) over the code to look for potential sources of bugs. There were a few warnings output: ``` $ jshint . lazy.js: line 16, col 6, Missing semicolon....

expresso is currently [unmaintained](https://github.com/visionmedia/expresso#readme), they recommend switching to [mocha](http://visionmedia.github.io/mocha/).

* Using a `.ma` file extension * Using a `#!/usr/bin/env MathKernel -script` shebang Still not highlighting as Mathematica / Wolfram code.

Could we please inform this color scheme about other formats? E.g., Markdown file headers appear as very dark blue on a dark background (almost invisible). As a workaround, I'm currently...

enhancement

For example, let Docker users customize a kafka container's zookeeper connect string via environment variables, just like broker id.

Please offer: - a Dockerfile - a DockerHub-hosted image - docker-compose.yml configuration - `docker run`... instructions in the README for Kafka Connect, to make it easier for newbies to get...