Jonas Bernoulli

Results 499 comments of Jonas Bernoulli

(I am in a similar boat as @Silex, also busy and my tip also is just "something along those lines might work, give it a try".)

Look at `magit:--`, which is used to pass a list of files to `git log`. Also look at the class of that: `transient-files` and in particular all the methods implemented...

Is this discussion about ```elisp (docker-utils-transient-define-prefix docker-container-logs () "Transient for showing containers logs." :man-page "docker-container-logs" ["Arguments" ("f" "Follow" "-f") ;

(If not, then please point me to the thing that needs to be improved.)

I had a look and noticed that if you make a mistake here, then Emacs ends up in a inconsistent state, and also that this should work out of the...

> @tarsius - For clarity, are you saying that `transient-option` class shouldn’t clear results when reselected as per the [`always-read`](https://magit.vc/manual/transient.html#Suffix-Slots) slot set to `nil` but rather append values like the...

>Just to be clear, the example in the original post isn’t about selecting from a fixed set of choices at all. Drop the `:choices '("fox" "kitten" "peregrine" "otter")` and then...

I am assuming this is about improving: ```elisp (transient-define-prefix docker-compose-exec () "Transient for \"docker-compose exec\"." :man-page "docker-compose exec" ["Arguments" ("P" "Privileged" "--privileged") ("T" "Disable pseudo-tty" "-T") ("d" "Detach" "-d") ("e"...

We are talking past each other. I think you should write a complete implementation of the behavior you want (not just an example but something docker.el could use). You may...

Good luck to you too.