Andreas Steffan
Andreas Steffan
This PR introduces the choice to directly call into nrepl - bypassing the network. At first, I considered removing the call over the network. I decided to keep it because...
I am just poking around with gorilla-repl and its seems it is not far away from being "cleanly" embeddable. Would you be interested to see a PR with those changes?
Hi Peter, I needed this thing working on Alfresco 6 and it looks like I succeeded. As you point out, version in `module.properties` requires a bump. Other than that, jackson...
Hi, trying to upgrade the toolchain in a project which has been abandoned for a while (fork of gorilla repl). Played nice with figwheel-sidecar and http-kit three years ago. ;)...
Description ----------- Completions from `~/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh` do not work for me: In the module it reads ``` if (( $+commands[kubectl] )); then __KUBECTL_COMPLETION_FILE="${ZSH_CACHE_DIR}/kubectl_completion" if [[ ! -f $__KUBECTL_COMPLETION_FILE ]]; then kubectl...
neil is a CLI to add common aliases and features to deps.edn-based projects. Added `:lib/neil` alias which requires a specific command
Form evaluation may get stuck in IO or long running/endless loops. The basic nrepl building blocks appear to be in place. We should support interruptable eval triggered from the ui...
The situation is pretty similar to that of Javascript playgrounds such codepen and the like. The document (notebook in our case) may choose to require css- or js resources. The...
Been playing with `k8s-api` for a while and I really like it. However, I need `watch` support. Saw the docstring mentioning https://github.com/kubernetes/kubernetes/issues/50857. Watch is the gateway to operators, and I...