David Jarvis

Results 32 issues of David Jarvis

Hi! How do you recommend we generate ES512 keys for usage with clj-jwt? Thanks.

Forgive me if this issue turns out to be totally asanine; I'm new to this. I created a new stack project, set the resolver to ghc 8.0.2, and tried to...

type: support

This commit adds a .travis.yml, which @tirkarthi tested on his fork successfully [here](https://travis-ci.org/tirkarthi/clojure-complete/builds/329454061):

The design of Glojure as a language is such that hot code loading and reloading will be enabled by default, since all vars sit in a centrally managed map and...

I had mixed feelings about this for a while but I now think it's for the best. I really don't like having to scroll up to find the original stacktrace...

I think that the whitelist option is going to be something that I want an escape hatch for - i.e. when I think the problem is in application code but...

Changes in the Clojure compiler between 1.7 and 1.8 introduced additional stack frames on certain Clojure function calls (going from `.invoke` to both `.invoke` and `.invokeStatic`). For example: ``` pyro.core_test/fn...

For reasons I haven't been able to figure out, Pyro doesn't successfully reset printed source colors if the ending lines are a Clojure string. For example: This can probably be...

(inc nil), (dec nil) throw NPEs.