Amr Youssef
Amr Youssef
`$ curl -i "http://localhost:9999/users/nonexisting"` returns: "curl: (52) Empty reply from server" And the following error in Alice shell: > (alice@pipeline)1> Error: {function_clause, > [{mochijson2,'-json_encode_proplist/2-fun-0-', > [{ok,400,[],{"nonexisting",}}, > "{", > {encoder,null,false}]},...
Hi, This is my first submission to this project so allow me to begin by saying: Thank you for the awesome work. Now, Dropwizard's `@UnitOfWork` only works on jersey resources...
Hi, I'm using s3auth to power my private maven repo. It's working great, except that maven often tries to lookup central artifacts in the private s3auth-powered repo, and due to...
Hi, I'd love to propose that we add support for suspending functions to SQL objects. It's a missing piece in making SQL objects ready to adopt in Kotlin + Coroutines...
Instead of using a proxy to supply our version of the MDC & context, we could rely on the fact that `ILoggingEvent` is an interface that we can simply implement...