Glen K. Peterson
Glen K. Peterson
As suggested by @viebel in #43. Make Paguro easier to use with Streams, even if it's actually easier to use without or instead of Streams.
I think this will facilitate more use of the collections in other projects. Requested by @nornagon and the [kategory](https://github.com/kategory/kategory) folks.
Instead of converting UncleJim to Java 7 or Java 6, we could convert the whole thing to Kotlin and compile it to Java 6 from there. "Kotlin generates bytecode which...
Programmers are lazy. Immutable collections are safer than mutable ones. Therefore, they should have shorter names (less typing) than the mutable ones. To this end I'd like to propose using...
Thank you for your plugin. I like it so much that I've converted most of my system admin notes (formerly in bash files) to Markdown which is much easier to...
Thank you for adding a Maven project to https://github.com/djmdjm/jBCrypt BCrypt needs to be efficient because it relies on "work" for security. If someone else can make a faster version, they...
I saw your abstract on DevNexus and was intrigued. Is there a "quick start" somewhere? I'd love to try out your REPL. Presumably, I could use this project to load...
Thank you for your project. I found it on StackOverflow here: https://stackoverflow.com/a/14999203/1128668 I can see an MIT licence file in the project, but at the top of the single .js...
Biggest change: Changed license in comment from GPL to MIT as a proposed "fix" for #5 . If you don't want this, please let me know and I'll delete my...
SBT is awesome, but I seem to have to change my path to point to my preferred JDK in some cases. **Desired behavior** SBT uses -java-home if specified **Actual behavior**...