Janos Meszaros

Results 5 issues of 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...

bug
help wanted

`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

need-info
prio/middle-term
stale

[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...