Andrew

Results 882 issues of Andrew

Really long file paths are not sufficiently visible. Suggested enhancements: * Remove characters from the middle of the path, filling an ellipsis (...) in their place, until the resulting path...

twitter-commons has some really good stuff, especially the Zookeeper lock implementation. Could we publish twitter-commons to Maven Central, to make it easier for people to use these libs without having...

[JSHint](http://jshint.com/) is a nice little tool for looking for potential sources of bugs in JavaScript code. I ran `jshint .` to look for things to improve on. There were a...

Can we merge Android compatibility into the official GHC build? It would be nice to get Android support out of the box with Haskell Platform.

Please make `gitIgnore` public, to make debugging easier. For example, it would be helpful to be able to access and print a loaded `gitIgnore`'s fields.

REPL's often accept Control+L as a signal to clear the terminal screen and present the prompt at the top again. This happens in bash, irb, and gore for example. Could...

When I try to use this plugin to convert the Kanban Guide web page to an ePUB document, then it silently fails. The plugin raises a prompt for the author....

http://clojure.org/downloads

In Windows, 1ambda/kafka-connect:latest quickly times out with a message about not finding Kafka topic information. # Source https://github.com/mcandre/hello-kafka-connect # Trace ``` C:\> docker-compose up ... connect_1 | [2016-07-29 02:18:55,215] ERROR...