Jeroen van Dijk
Jeroen van Dijk
For what it is worth, here are my notes on what I did to get things working https://gist.github.com/jeroenvandijk/283791297a56aa43a66c
Another 2 years later... :) I'm looking at Riemann again. I'll consider doing something with a dashboard at some point I think. In the meanwhile I found these links of...
Ok I haven't found official proof, but I think the access token of Google aren't meant to be valid JWT's and they don't have to be apparantly. [This is mentioned...
@tanzoniteblack Thanks for sharing! I'm using [your change](https://github.com/RickMoynihan/lein-tools-deps/pull/93/files#diff-0fff143854a4f5c0469a3819b978a483R7) to make `lein-tools-deps` work for me: ```clojure :plugins [[lein-tools-deps "0.4.5" :exclusions [org.clojure/tools.deps.alpha org.clojure/clojure]] [org.clojure/tools.deps.alpha "0.7.541"]] ``` `lein-tools-deps` doesn't work with the latest...
It seems that https://github.com/xeqi/kerodon/pull/45, from 2016, is claiming the opposite. Not sure where this is coming from, the link and specification I was referring to is already from 2009. @ayato-p...
Thanks for the quick response Michael. Do you have a link to the AWS json configs by any chance? For Cloudformation usage I've used an AWS schema to generate clojure...
I have made a proof of concept for using introspection to create docs https://gist.github.com/jeroenvandijk/6251424fed5e06b7427b6df20a15116e Could easily be used to create specs (with some effort of course) :)
Thanks for the pointer to the json extraction Michael. I've been able to extract the json. It looks it could be useful, but my guess is that this approach will...
FYI, I had the same issue and this branch has fixed it. I've created a [fork](https://github.com/jeroenvandijk/ring-oauth2/tree/deps.edn) with this branch plus a `deps.edn` so people can try it out in their...
I see there is also `dotimes`. Where does `for-loop` fit between `for` and `dotimes`?