Reynald Borer
Reynald Borer
Ensure the following dependencies are up to date: - clojure - clj-http - data.json - tools.logging
Hi, Looks like there is a conflict in the version of Clojure when using `lein-cljfmt` plugin. If I enable `:pedantic? :abort` on my project I have the following error: ```...
Hi, This is a follow-up of #394. I'm still experiencing random OOM errors while leaving Aleph running for a few hours. Here is what MAT shows:  Looking at [dirigiste...
As requested in #45 here is a separate PR to upgrade jsch and tools.logging versions to the latest available.
Hi, The asciinema recording referenced in README.md now shows "This recording has been archived" :cry: . See https://asciinema.org/a/BJkHpAGCdkSXTAhYf7bPVmerz?autoplay=1 for more details
Replace #9 . Curator version 3.x targets Zookeeper 3.5 which is in alpha. Using this version on an ensemble running Zookeeper 3.4 may lead to protocol incompatibilities.
I'm using the following fn to get a leader while dealing with the following 2 scenarios: - if a dummy Participant is returned (because there is no leader elected), return...
Howdy, I just noticed that the oembed endpoint for mobypicture.com (https://github.com/iamcal/oembed/blob/master/providers/moby_picture.yml) now returns a 404. Their documentation still mention it under http://developers.mobypicture.com/documentation/additional/oembed/ though. Can someone else confirm the same behavior?...
### Pull request type New feature (non-breaking change which adds functionality) ### Description This change introduce a new functionality allowing to optionally share the authenticated user ID with Google Analytics....
Hi everyone, I am trying to rely on MS SQL server as a broker for my Celery setup (integrated within a Django application), and starting up the worker fails with...