Adam Richeimer
Adam Richeimer
Is the latest version of this on Maven Central?
I am using Google Cloud Buildpack to build my Java Maven project. I am using `pack` with the argument `--env GOOGLE_BUILD_ARGS="--settings=maven_settings.xml -Drevision=1.328"`. This fails because the way the buildpack passes...
Python libraries are frequently incompatible with new Python minor versions. For example, many of my projects will break if switched today to Python 3.12 as they use libraries that only...
I have a type like this: ``` @Value.Style(stagedBuilder = true) @Value.Immutable @JsonSerialize(as = ImmutableMyClass.class) @JsonDeserialize(as = ImmutableMyClass.class) public interface MyClass { List getList(); } ``` I get a compiler warning:...
The USAGE section of README is pretty much just a TODO. If someone can update with the usage instructions, I'd really appreciate it!
Jersey's reactive client has implementations for Guava and RxJava. This is an implementation using [Project Reactor](https://projectreactor.io). The interface it exposes is a [Reactive Streams ](http://www.reactive-streams.org/) Publisher. This should make it...
You should be able to type "My Favorite Blog" or "www.MyFavoriteBlog.com" instead of only accepting "www.MyFavoriteBlog.com/feed.xml"
According to reviews on the WebStore, people would like to be able to imports their feeds from Google Reader. This will probably mean adding OPML support.
### What software would you like us to add to our image catalog? (one per issue please) Please create tags or images for all supported Python versions (3.8 through 3.12...