Ethan McCue

Results 94 comments of Ethan McCue
trafficstars

Opened a PR for evo-inflector https://github.com/atteo/evo-inflector/pull/31

@Sineaggi Yes, but keep in mind im an idiot and its a bit of a jank script. If you can give me a POM file with all the root dependencies...

@Sineaggi This is the list from *just* the org.springframework deps. The list for petclinic is longer. I'll figure out how best to present that at some point. But it was...

@patrickfav Do you have any time to get around to this? I'll send you a 🍕 if you give me a venmo or an address to send it to.

How hard would it be to provide a javadoc extension that replaces `@Nullable T` with `T?` when rendered? Is there a different way we would want `T extends @Nullable Object`...

It is mentioned, but at least in my case i was working through a codebase that was messy in other ways and did leak memory as time went on, so...

So there is a tiny smidge of an issue - you have one real dependency on one of your own libraries. The top level package in that is `alexh`. This...

Well, okay I think that might not be true - `LiteJoiner` just needs to move into the library and be required transitively so that it is the only holder of...

I would like this to be the case - I'm working on programs that would like to both have password hashing and be distributed as jlinked images. I'll see if...