Joe Lauer
Joe Lauer
If you're trying to use a session cookie and your 1) using http, 2) in dev mode and 3) haven't changed the application config `application.session.transferred_over_https_only` to `false` then you may...
While digging into Ninja's dependencies for my final assembly, I was trying to figure out why I had roughly 30MB of libs. After digging into ninja-core's dependencies, I discovered two...
Support for bash completion of known tasks for a script would be incredibly useful and user-friendly. May require deeper integration with a terminal.
Build internal dependency resolver caching system to avoid using Ivy as much as possible. Even in the best of circumstances Ivy takes about half a second to resolve fully cached...
Blaze lists the tasks by default if the task entered on command-line doesn't exist. In the case where the user enters no tasks and the default task is not found...
We've been successfully using this library for some quick csv parsing and I think some of the techniques you use are neat. We did hit a strange issue today though...
I realize this is may not the right forum, but I've tried many combinations and can't seem to get a FreeBSD 14 desktop to function in QEMU, KVM, w/ UEFI....
Hello, We are hitting an odd css/emotion issue in production, while the component works great in development. We've tried this on v2.0.0-v.2.2.0 and its the same issue with all of...
This library was originally created when Netty was a young project. Netty-4 introduced so many backwards compat issues, that its almost an entirely new library in some ways. While we...
If attempting to deploy a production version (e.g. no -SNAPSHOT) at end of a tarball then warn if it already exists on target server. Add a command-line option of --force...