gitonthescene
gitonthescene
Also, exporting my deck from Anki generated a file named `deck.json`, but `anki-dm` was expecting a json file with the name of my deck. ```shell $ ./vendor/bin/anki-dm import Anki-dm/Geography__USA_States Error:...
One thing I noticed is that history doesn't work so great with it (yet!). Please let me know if you think this is something you'd be interested in so I...
@Silex - Thanks for the reference. I’ll have a look at @tarsius’s suggestion.
@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 example...
@tarsius - Just to be clear, the example in the original post isn’t about selecting from a fixed set of choices at all. It’s for repeated prompting for user entered...
@tarsius - Oh, I also had to inherit from `transient-option` instead of `transient-argument` to not get tripped up by `transient--ensure-infix` but that feels hacky. Would it be better for both...
@tarsius - Great. As I said, the `always-read` slot seems to be what’s preventing re-picking an option. There are also issues with adding lists to the history for the option...
On reflection, updating a single string with a separator is exactly what the complaints are about. Currently people use the switch itself as a separator and I’m not sure using...
If you read the issues cited people are able to work around the issues they’ve raised so it’s less a question of functionality and more a question of least surprise....
FWIW, I think that the case is clearer with the `-e` option (as you call `KEY=VALUE` pairs) but the point is that using the comma is syntax not available to...