Erik Assum

Results 36 comments of Erik Assum

Initially, my thinking about `deps-deploy` was to do one thing, and one thing only - deploy your stuff to a repository. In deps-deploy, I use `depstar` to produce the jar,...

I might very well have misunderstood. Reading over it again, it seems to me that you're asking for two things: 1. Uploading multiple artifacts under different classifiers in one go,...

That's the wrong chrisn, you're looking for @cnuernber

So imagine I have to tables foo and bar and I executed a query like `select f.*, b.* from foo f, bar b where f.col = b.other_col` Putting this through...

I think I'd be happy with a comma-separated list of ant-style glob patterns like: `--exclusions='**/test**,**/pom.xml,**/resources/**/*.properties'` but I'd be happy with some regexes as well.

`C-c C-z` in Cider, FFIW When you're in the REPL-window, this keybinding calls `cider-switch-to-last-clojure-buffer`, when you're in a clj/cljs buffer, it calls `(cider-switch-to-repl-buffer &optional SET-NAMESPACE)`

I've released clj-commons/spyscope here https://clojars.org/clj-commons/spyscope Updated all libs to most recent.

@kwladyka could I ask you to take this for a spin?

I would be very happy to receive a PR on this :) Messing around with GPG is, well, interesting, if one were to be very positive.

While I like the first solution, I've spent quite some time making CircleCI and gpg play together when it comes to pass-phrases when deploying directly form Circle as I tend...