Michael Blume

Results 33 comments of Michael Blume

I don't understand AWS well enough to know why this is, but when I just let it use the credentials object from the provider chain, I can sign S3 requests...

(I may well fix this myself, but I wanted it written down somewhere in case I forgot)

Ideally make this something that can be triggered by travis

Personally I like to use the reload function from https://github.com/clojure/tools.namespace but it's a very big hammer and it's some work to be sure your code will cooperate with it On...

I will probably upgrade this, but note that any dependency added by lein-ring can be superseded by depending on the thing explicitly

Ah, I haven't used ':pedantic? :abort' so I'm not sure how that would work On Fri, Sep 29, 2017 at 9:19 PM Shantanu Kumar wrote: > I will probably upgrade...

I don't have a lot of bandwidth right now, but if you can tell me how I can quickly get weblogic running on my Ubuntu laptop (Ideally without setting up...

Interesting. It looks like the problem is the :target-path directive -- if I remove that, everything works perfectly. :target-path the way you're using it seems to be legitimate though (it's...

OK, so part of the problem is that we're merging in the uberjar profile and _then_ passing the project to the uberjar command, but when I fix that, I still...

I think it should absolutely be possible to ensure that no side effects occur before the user's init is run. @weavejester is there any reason I'm missing to prefer the...