Blake Miller
Blake Miller
just upgraded to the latest, `forge 0.4.15`
So, I am trying to refer to a `Dockerfile` in a parent directory (of the one containing `service.yaml` and `k8s`) This is what I had in `service.yaml` ``` containers: -...
It works if I put `Dockerfile` in the subdirectory with `service.yaml`, but this does not satisfy what I'm trying to do. I want a single Docker image containing a JVM...
Yes, if the content were always pushed to the kill ring, that would help. I'm generally using `jq-interactive` in order to come up with a `jq` expression that I will...
Yes, I'll be glad to put together a test case that shows the problem, but I will not be able to get to it right away.
Glad to see someone working on this! I did an experiment using the `watch` k8s API from clojure a while back. It is 3+ years old and it might not...
> Is it correct that you were able to connect to `localhost:9500` and speak to the ClojureScript application via the nREPL protocol? Yes, I got this working, although it doesn't...
Ouch, just discovering this after trying to start a new project using figwheel-main. Lacking a way to run with nREPL and piggieback makes this a poor substitute for the venerable...
I do not understand the details very well, but from reading the `straight.el` documentation I decided that this was the correct way to use my own fork in a recipe...
Ah, I figured it out. I also have ```emacs-lisp (use-package lispyville ) ``` above the `(use-package lispy ...)` block. The `lispyville` recipe must name `lispy` as a dependency causing `straight.el`...