Jakub Holý
Jakub Holý
Is it possible to run multiple containers as a part of a service/task, i.e. the main "service" container and 1 "side-kick" containers such as a nginx proxy? Thank you!
It would be very nice to have a changelog (either CHANGELOG.md / RELEASES.md / wiki page) with significant changes among versions and upgrade instructions for major versions (such as from...
When no content-type is provided but JSON is POSTed, the `:body` of the request becomes `nil` instead of something like InputStream / string. ## Steps to reproduce Given a new...
http://clojure-liberator.github.io/liberator/doc/decisions.html should include something like BTW, where does the source for the page live? I do not see it in this repo. ## Implementing a decision A decision is a...
I want to connect to a remote nREPL server but the invocation fails: `deps.edn`: ```clojure {:aliases {:repl {:extra-deps {nrepl/nrepl {:mvn/version "0.6.0"} nrepl/drawbridge {:mvn/version "0.2.1"}} :main-opts ["-m" "nrepl.cmdline" "--connect" "--transport" "drawbridge.client/ring-client-transport"...
... instead of completely overriding it. And simplify RAD's after fulcrologic/fulcro#484 is resolved.
See https://clojure.org/guides/getting_started#_installation_on_linux. See the [changelog for Clojure](https://clojure.org/releases/tools) and [for tools.deps](https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md). Upgrades to the latest tools.deps.alpha 0.9.821 (was 0.8.584), including support for directly executing clojure functions via `-X`.
When creating GitHub personal token to be used with travis login --pro --github-token xxxx what permissions does it need? I have noticed that if it works if I give it...