David Jarvis

Results 90 comments of David Jarvis

Perhaps somewhat explicitly, trying to use a key generated either by: `openssl ecparam -name secp521r1 -genkey -noout` or: `ssh-keygen -t ecdsa -b 521` Gets me the following exception: `````` clojure...

So, the problem here turns out not to have been an issue with my generation of ECDSA keys, but rather the fact that the BouncyCastle Provider hadn't been configured (refer...

Ah, I just saw e13b665c1b19b8c83cc2effe64183128a323f46f. So really all you need to do is to update the README to make clear that the process for ingesting a ECDSA key is different...

In the end I followed the advice in one of the other GitHub issues about GHC support and downgraded my resolver to `lts-9.2.1` and that seems to have done the...

@ninjudd It seems I need admin permissions in order to set up CI. If you don't want to grant admin permissions (which I understand), I'll need you to add this...

@bbatsov I completely agree - the issue at the moment is that Lein still relies on `clojure-complete` and someone will need to take the work on of migrating it over.

Right. I was looking at this a month or two ago due to some issues with JDK 9 but ended up just downgrading to JDK 8 and waiting for the...

I was vaguely aware of Ferret at some point in time. The test suite does look pretty handy, indeed, although the stuff that would be more helpful at this point...

With Ferret or Glojure?

It's a good question. Near-term, we really want to get a functional test suite in place -- I had hoped that Clojure would have a decent Java test suite for...