Marc O'Morain

Results 29 issues of Marc O'Morain

First of all, thank you for diehard πŸ™ I'm having a hard time setting up some of the circuit breaker options. In particular, the following keys are documented, but not...

Hi there πŸ‘‹ I've hit an issue where a call to `render` never returns: (Using `[cljstache "2.0.1"]`) ```Cloure user=> (require 'cljstache.core) nil user=> (cljstache.core/render "{{ foo }}" {:foo "{{ foo...

I've found a case where reifying an interface will crash the Eastwood process. This code works OK, `eastwood` fails, but the error is useful: ```Clojure (ns circle.event-publisher.client.async (:import [java.io Closeable]))...

bug

At CircleCI we use `:pedentic? :abort` in most of our leiningen projects. This option prevents the leiningen from starting the repl unless there are no conflicting dependencies in the app....

There are two changes here. Firstly, detect when the call to get a stacktrace fails with `unknown-op` - this indicates that the cider middleware to get stack traces is not...

The current system to format a file only works when the REPL is connected, and the project has a dependency on `cljfmt`. I have an idea on how to run...

Hi there, thanks for making this extension! When I format a file in a project without `cljfmt`, I get the following error: `FileNotFoundException Could not locate cljfmt/coreinit.class or cljfmt/core.clj on...

Hi Stephen, Here is the output of trying to build on OSX: marc@kingboo ~/dev/minhttp $ gcc minhttp.c minhttp.c:1:81: error: sys/sendfile.h: No such file or directory minhttp.c: In function β€˜main’: minhttp.c:35:...

πŸ‘‹ Thank you for working on golden ❀️ We are hitting some unexpected behaviour using golden on Windows. Strings are not being compared as I would expect. Here is some...

bug