Janos Meszaros
Janos Meszaros
## Library Version(s) `[metosin/compojure-api "2.0.0-alpha25"]` ## Problem Hi, We've been using compojure-api for a while and it works great, although we just came across with an issue. We have couple...
`ring` supports async [handlers](https://github.com/ring-clojure/ring/wiki/Concepts) and this PR aims to handle these. Please review it and decide whether it makes sense to include this feature to the library. Thanks
[Since](https://github.com/clojure/tools.deps.alpha/blame/master/CHANGELOG.md#L27) `0.12.985` tools.deps can infer `:git/url` from the dep's name and `:sha` could be specified as `:git/sha` too. If a dependency is specified only with a `:git/sha` and the lib's...
Fixes #7 I've added a default implementation for the `Cache` protocol which uses `core.cache`. Users could implement their own using a different caching lib and pass it in. Ran the...
Hi, we are using http4k with the `GraphQL-java` library and experience some malfunction while transforming `ExecutionResult` to `GraphQLResponse` using `GraphQLResponse.from`. The exception reads as this: ``` Cannot construct instance of...
## Describe the bug in a sentence or two. When passing in an immutable map to `Uploader.uploadLarge` it errors out because the method [tries to update](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-core/src/main/java/com/cloudinary/Uploader.java#L147) the same instance that...