Niklas Gustavsson
Niklas Gustavsson
Been looking at this, but not sure how it relates to Folsom. Folsom does not have any class named CachedResponse, so that class must come from other part of the...
Thanks for elaborating, that's helpful. Yeah, I think this is not a problem with Folsom as such. You could investigate implementing a custom transcoder for Folsom that is aware of...
@jvaleo Feel free to push a PR and we'll happily review it
I got a branch somewhere where I refactored out a hasher interface for this exact purpose. When I get the cycled I can dig it up.
@azagorneanu I never got around to finishing up my branch, but I would still agree that a node locator would be a nice abstraction to have pluggable. If you're up...
Just to offer up a test case for the first issue listed above as we ran into this in our codebase: ```java @Test void testRemoveTestPrefixWithClashingMethod() { rewriteRun( spec -> spec.recipe(new...
Fair question :) This started as my personal exploration of QUIC as it was developing as a draft. Now that the standard is getting ready, I intend to at the...