lowecg

Results 12 issues of lowecg

I've been using Eximia and have been very pleased with its performance and simplicity. However, I'd like to use Eximia to operate on large documents in a memory-constrained environment (AWS...

I've attempted to configure this library with Wildfly 8.2.0 using its generic JMS support. The generic JMS glue code makes some calls to the following methods which raise "method not...

enhancement

Added `deps.edn` to support [git dependencies](https://clojure.org/news/2018/01/05/git-deps) Added a feature to support the use of reverse proxies (e.g. ngrok) by overriding the hostname in HTTP calls (the original hostname is still...

Hi, Would it be possible to cut a release with the HMAC-SHA256 signing capability? Cheers, Chris

We're hoping to use Missionary using the Clojure runtime on AWS Lambda. How we're running Clojure on Lambda involves compiling the app to an uber jar. Typically our app uber...

Here are the details of how to use Java's Class Data Sharing feature to reduce Clojure/Java backend cold start-up time

There's a change in behaviour between 0.3.8 and 0.3.9 with how errors are reported in the exception message. The source is now redacted from the error message. That seems like...

help wanted

When I run a log form that follows a certain pattern from the debugger, the debugger terminates and the function appears to return “QUIT”. The log runs successfully outside of...

bug
debugger

For https://github.com/day8/re-frame/issues/809 **Executor Service Lifecycle Management** Added two functions to manage the executor service lifecycle in re-frame/interop: reset-executor! - Creates a fresh single-threaded executor when needed shutdown-executor! - Cleanly terminates...

As mentioned in issue #98, here are the changes necessary to support subscriptions with AppSync.