Murphy McMahon
Murphy McMahon
When issuing a command at the Interactive Elixir prompt, it is echoed before the output / result of evaluation is printed to the screen. Emacs version: 25.1.1 alchemist.el version: 1.9.0snapshot...
When starting an nREPL server using `{:nrepl {:start? true}}`, clients connecting to the REPL always being in the `user` namespace. Since this is a lein plugin, would it be possible/desirable...
Currently suspend works but when woken, the laptop screen and cover light come on and immediately go dark, leaving the computer working but difficult/impossible to use. It would be nice...
It would be great to have a set of instructions outlining the exact steps needed to configure directive testing with external templates when using the "standard" AngularJS building tools/scaffolding provided...
A very rare (maybe 5% or less of the time) bug I am hitting when using boot-cljs, boot-reload and multiple `cljs.edn` builds is the "No ns form found ...". It...
The point of this issue is to organize some of the topics that I've faced which would benefit from further explanation by more advanced users. Some of the information relevant...
Currently the resources handler (the default handler for the `serve` task) serves resources from the classpath. If these resources exist in the filesystem in a directory that is in Boot's...
Currently, servers are executed in a pod, which means that any server state is inaccessible from e.g. a top-level REPL. In discussions with boot-http users, it seems that it would...
When `:ids` is specified, `reload` should only send changed files to the browser that are a part of that build's dependency graph (or are non-JS assets such as CSS, etc)....
I have a use-case like this: I need to talk JSON but there are keys in the third-party JSON payloads which are not keywordizable. Currently (I think) this means that...